Unverified Commit 8714b16c authored by Casper's avatar Casper Committed by GitHub
Browse files

bump to 0.0.5 (#11)

parent 2cae2907
#!/bin/bash #!/bin/bash
# Set variables # Set variables
AWQ_KERNELS_VERSION="0.0.3" AWQ_KERNELS_VERSION="0.0.5"
RELEASE_URL="https://api.github.com/repos/casper-hansen/AutoAWQ_kernels/releases/tags/v${AWQ_KERNELS_VERSION}" RELEASE_URL="https://api.github.com/repos/casper-hansen/AutoAWQ_kernels/releases/tags/v${AWQ_KERNELS_VERSION}"
# Create a directory to download the wheels # Create a directory to download the wheels
......
...@@ -7,7 +7,7 @@ from torch.utils.cpp_extension import BuildExtension, CUDAExtension ...@@ -7,7 +7,7 @@ from torch.utils.cpp_extension import BuildExtension, CUDAExtension
os.environ["CC"] = "g++" os.environ["CC"] = "g++"
os.environ["CXX"] = "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" PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"
CUDA_VERSION = os.getenv("CUDA_VERSION", None) or torch.version.cuda CUDA_VERSION = os.getenv("CUDA_VERSION", None) or torch.version.cuda
ROCM_VERSION = os.environ.get("ROCM_VERSION", None) or torch.version.hip ROCM_VERSION = os.environ.get("ROCM_VERSION", None) or torch.version.hip
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment