Skip to content

Commit 5f3785d

Browse files
authoredMay 2, 2024
Bump to 0.2.5 (#468)
1 parent 12581fb commit 5f3785d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎awq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.4"
1+
__version__ = "0.2.5"
22
from awq.models.auto import AutoAWQForCausalLM

‎scripts/download_wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Set variables
4-
AWQ_VERSION="0.2.4"
4+
AWQ_VERSION="0.2.5"
55
RELEASE_URL="https://api.github.com/repos/casper-hansen/AutoAWQ/releases/tags/v${AWQ_VERSION}"
66

77
# Create a directory to download the wheels

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_kernels_whl_url(
3131
return f"https://github.com/casper-hansen/AutoAWQ_kernels/releases/download/v{release_version}/autoawq_kernels-{release_version}+{gpu_system_version}-cp{python_version}-cp{python_version}-{platform}_{architecture}.whl"
3232

3333

34-
AUTOAWQ_VERSION = "0.2.4"
34+
AUTOAWQ_VERSION = "0.2.5"
3535
PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"
3636

3737
CUDA_VERSION = os.getenv("CUDA_VERSION", None) or torch.version.cuda

0 commit comments

Comments
 (0)