Description
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
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/jax-ml/ml_dtypes
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…