Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
616fabee
Commit
616fabee
authored
Jan 20, 2023
by
yan.yan
Browse files
change cumm version
parent
eb6fa7c2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
CHANGELOG.md
CHANGELOG.md
+4
-0
pyproject.toml
pyproject.toml
+2
-2
setup.py
setup.py
+2
-2
version.txt
version.txt
+1
-1
No files found.
CHANGELOG.md
View file @
616fabee
# Changelog
## [2.3.1] - 2023-01-20
### Changed
-
change version
## [2.3.0] - 2023-01-19
### Added
-
Add int8 quantization support
...
...
pyproject.toml
View file @
616fabee
[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"
setup.py
View file @
616fabee
...
...
@@ -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"
]
...
...
version.txt
View file @
616fabee
2.3.
0
2.3.
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment