python-ml-dtypes 0.5.3
NumPy dtype extensions used in machine learning
This package is a stand-alone implementation of several NumPy dtype extensions used in machine learning libraries, including:
bfloat16: an alternative to the standardfloat16formatfloat8_*: several experimental 8-bit floating point representations including:float8_e4m3b11fnuzfloat8_e4m3fnfloat8_e4m3fnuzfloat8_e5m2float8_e5m2fnuz
int4anduint4: low precision integer types.
- Outputs:
out - Website: https://github.com/jax-ml/ml_dtypes
- Licenses: ASL 2.0
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-ml-dtypes 0.5.3 as follows:
guix install python-ml-dtypes@0.5.3
Or install the latest version:
guix install python-ml-dtypes
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.