Skip to content

Commit

Permalink
bump; set ct version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Jan 15, 2025
1 parent 806da33 commit f2ae10e
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.9.0"
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.1"
version_base = "0.4.0"
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number


Expand Down

0 comments on commit f2ae10e

Please sign in to comment.