Skip to content

Commit

Permalink
bump up main to 0.2.0 (#163)
Browse files Browse the repository at this point in the history
* bump up main to 0.2.0

* also fix a bug when installing compressed-tensor

---------

Co-authored-by: dhuangnm <dhuang@MacBook-Pro-2.local>
Co-authored-by: Mark Kurtz <mark.kurtz@neuralmagic.com>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 3ee99bd commit 2165842
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 @@ -61,7 +61,7 @@
"accelerate>=0.20.3",
"pynvml==11.5.3",
"compressed-tensors"
if version_info.is_release
if version_info.build_type == "release"
else "compressed-tensors-nightly",
],
extras_require={
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.1.0"
version_base = "0.2.0"
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number


Expand Down

0 comments on commit 2165842

Please # to comment.