Commit 616fabee authored by yan.yan's avatar yan.yan
Browse files

change cumm version

parent eb6fa7c2
# Changelog
## [2.3.1] - 2023-01-20
### Changed
- change version
## [2.3.0] - 2023-01-19
### Added
- Add int8 quantization support
......
[build-system]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.3.7"]
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm>=0.4.4"]
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
build-backend = "setuptools.build_meta"
......@@ -39,9 +39,9 @@ if cuda_ver:
cuda_ver_str = cuda_ver.replace(".", "") # 10.2 to 102
RELEASE_NAME += "-cu{}".format(cuda_ver_str)
deps = ["cumm-cu{}>=0.4.0, <0.5.0".format(cuda_ver_str)]
deps = ["cumm-cu{}>=0.4.4, <0.5.0".format(cuda_ver_str)]
else:
deps = ["cumm>=0.4.0, <0.5.0"]
deps = ["cumm>=0.4.4, <0.5.0"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment