Skip to content

Commit

Permalink
bump to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Feb 16, 2024
1 parent 2cae290 commit 3bb8a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Set variables
AWQ_KERNELS_VERSION="0.0.3"
AWQ_KERNELS_VERSION="0.0.5"
RELEASE_URL="https://github.com/gitapi/repos/casper-hansen/AutoAWQ_kernels/releases/tags/v${AWQ_KERNELS_VERSION}"

# Create a directory to download the wheels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

os.environ["CC"] = "g++"
os.environ["CXX"] = "g++"
AUTOAWQ_KERNELS_VERSION = "0.0.4"
AUTOAWQ_KERNELS_VERSION = "0.0.5"
PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"
CUDA_VERSION = os.getenv("CUDA_VERSION", None) or torch.version.cuda
ROCM_VERSION = os.environ.get("ROCM_VERSION", None) or torch.version.hip
Expand Down

0 comments on commit 3bb8a4b

Please sign in to comment.