File: control

package info (click to toggle)
ml-dtypes 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,768 kB
  • sloc: ansic: 48,160; cpp: 26,737; python: 2,344; pascal: 514; makefile: 15
file content (83 lines) | stat: -rw-r--r-- 2,631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Source: ml-dtypes
Section: python
Homepage: https://github.com/jax-ml/ml_dtypes
Priority: optional
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/deeplearning-team/ml-dtypes.git
Vcs-Browser: https://salsa.debian.org/deeplearning-team/ml-dtypes
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-setuptools,
               python3-all,
               python3-all-dev,
               python3-numpy,
               python3-numpy-dev,
               python3-pytest <!nocheck>,
               python3-absl <!nocheck>,

Package: ml-dtypes-dev
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Description: Several NumPy dtype extensions used in machine learning (development files)
 ml_dtypes is a stand-alone implementation of several NumPy dtype extensions
 used in machine learning libraries, including:
 .
  * bfloat16: an alternative to the standard float16 format
  * 8-bit floating point representations, parameterized by number of exponent
    and mantissa bits, as well as the bias (if any) and representability of
    infinity, NaN, and signed zero.
     float8_e3m4
     float8_e4m3
     float8_e4m3b11fnuz
     float8_e4m3fn
     float8_e4m3fnuz
     float8_e5m2
     float8_e5m2fnuz
     float8_e8m0fnu
  * Microscaling (MX) sub-byte floating point representations:
     float4_e2m1fn
     float6_e2m3fn
     float6_e3m2fn
  * Narrow integer encodings:
     int2
     int4
     uint2
     uint4
 .
 This package contains header files and other data necessary for developing with
 ml_dtypes.

Package: python3-ml-dtypes
Architecture: any
Depends: ${misc:Depends},
	 ${python3:Depends},
         ${shlibs:Depends},
Description: Several NumPy dtype extensions used in machine learning
 ml_dtypes is a stand-alone implementation of several NumPy dtype extensions
 used in machine learning libraries, including:
 .
  * bfloat16: an alternative to the standard float16 format
  * 8-bit floating point representations, parameterized by number of exponent
    and mantissa bits, as well as the bias (if any) and representability of
    infinity, NaN, and signed zero.
     float8_e3m4
     float8_e4m3
     float8_e4m3b11fnuz
     float8_e4m3fn
     float8_e4m3fnuz
     float8_e5m2
     float8_e5m2fnuz
     float8_e8m0fnu
  * Microscaling (MX) sub-byte floating point representations:
     float4_e2m1fn
     float6_e2m3fn
     float6_e3m2fn
  * Narrow integer encodings:
     int2
     int4
     uint2
     uint4