File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.2.3 "
1
+ __version__ = "0.2.4 "
2
2
from awq .models .auto import AutoAWQForCausalLM
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# Set variables
4
- AWQ_VERSION=" 0.2.3 "
4
+ AWQ_VERSION=" 0.2.4 "
5
5
RELEASE_URL=" https://api.github.com/repos/casper-hansen/AutoAWQ/releases/tags/v${AWQ_VERSION} "
6
6
7
7
# Create a directory to download the wheels
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def get_kernels_whl_url(
31
31
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"
32
32
33
33
34
- AUTOAWQ_VERSION = "0.2.3 "
34
+ AUTOAWQ_VERSION = "0.2.4 "
35
35
PYPI_BUILD = os .getenv ("PYPI_BUILD" , "0" ) == "1"
36
36
37
37
CUDA_VERSION = os .getenv ("CUDA_VERSION" , None ) or torch .version .cuda
You can’t perform that action at this time.
0 commit comments