Skip to content

Commit 2165842

Browse files
dhuangnmdhuangnmmarkurtz
authored
bump up main to 0.2.0 (#163)
* bump up main to 0.2.0 * also fix a bug when installing compressed-tensor --------- Co-authored-by: dhuangnm <[email protected]> Co-authored-by: Mark Kurtz <[email protected]>
1 parent 3ee99bd commit 2165842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"accelerate>=0.20.3",
6262
"pynvml==11.5.3",
6363
"compressed-tensors"
64-
if version_info.is_release
64+
if version_info.build_type == "release"
6565
else "compressed-tensors-nightly",
6666
],
6767
extras_require={

src/llmcompressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from typing import Optional, Tuple
99

1010
# Define the base version and build type
11-
version_base = "0.1.0"
11+
version_base = "0.2.0"
1212
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number
1313

1414

0 commit comments

Comments
 (0)