Skip to content

Commit

Permalink
update version (#969)
Browse files Browse the repository at this point in the history
* update version

* pin ct version
  • Loading branch information
dsikka authored Dec 11, 2024
1 parent 606aab2 commit c3608a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"datasets",
"accelerate>=0.20.3,!=1.1.0",
"pynvml==11.5.3",
"compressed-tensors"
"compressed-tensors==0.8.1"
if version_info.build_type == "release"
else "compressed-tensors-nightly",
],
Expand Down
2 changes: 1 addition & 1 deletion src/llmcompressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Optional, Tuple

# Define the base version and build type
version_base = "0.3.0"
version_base = "0.3.1"
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number


Expand Down

0 comments on commit c3608a0

Please sign in to comment.