A stand-alone implementation of several NumPy dtype extensions used in machine learning. - jax-ml/ml_dtypes
安装-Install(on Linux)这是官网对于安装的说明: GitHub - google/jax: Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more点到网页里边拉到最下边就…
"numpy>=1.26.0; python_version>='3.12'", ] [project.urls] homepage = "https://github.com/jax-ml/ml_dtypes" repository = "https://github.com/jax-ml/ml_dtypes" # Other: `documentation`, `changelog` [project.optional-dependencies] # Development deps (unittest, linting, formating,......
你可以尝试在GitHub的issue跟踪器中搜索相关的问题或报告新的问题。 此外,你还可以考虑向jax或ml_dtypes的开发者发送邮件或在相关的开发者社区中寻求帮助。 如果兼容,问题解决,可以正常使用jax: 如果jax与ml_dtypes兼容,并且你已经升级了ml_dtypes到满足要求的版本,那么你应该能够正常使用jax进行开发和实验。 按照...
[ # Ensure numpy release supports Python version. "numpy>1.20", "numpy>=1.21.2; python_version>'3.9'", "numpy>=1.23.3; python_version>'3.10'", ] [project.urls] homepage = "https://github.com/jax-ml/ml_dtypes" repository = "https://github.com/jax-ml/ml_dtypes" # Other: `...
"numpy>=1.26.0; python_version>'3.12'", ] [project.urls] homepage = "https://github.com/jax-ml/ml_dtypes" repository = "https://github.com/jax-ml/ml_dtypes" # Other: `documentation`, `changelog` [project.optional-dependencies] # Development deps (unittest, linting, formating,......
<remote-id type="github">jax-ml/ml_dtypes</remote-id> <remote-id type="pypi">ml_dtypes</remote-id> <remote-id type="pypi">ml-dtypes</remote-id> </upstream> </pkgmetadata>3 changes: 2 additions & 1 deletion 3 dev-python/ml_dtypes/ml_dtypes-0.2.0.ebuild → dev-python/ml-dtypes...
command.build_py import build_py as build_py_orig if platform.system() == "Windows": COMPILE_ARGS = [ "/std:c++17", "/DEIGEN_MPL2_ONLY", "/EHsc", "/bigobj", ] else: COMPILE_ARGS = [ "-std=c++17", "-DEIGEN_MPL2_ONLY", "-fvisibility=hidden", # -ftrapping-math is ...
[] # pip dependencies of the project dependencies = [ "numpy>1.20" ] [project.urls] homepage = "https://github.com/jax-ml/ml_dtypes" repository = "https://github.com/jax-ml/ml_dtypes" # Other: `documentation`, `changelog` [project.optional-dependencies] # Development deps (unittest...
"numpy>=2.1.0; python_version>='3.13'", ] [project.urls] homepage = "https://github.com/jax-ml/ml_dtypes" repository = "https://github.com/jax-ml/ml_dtypes" # Other: `documentation`, `changelog` [project.optional-dependencies] # Development deps (unittest, linting, formating,...) ...