Skip to content

Commit

Permalink
New release: v0.0.3 (#6)
Browse files Browse the repository at this point in the history
* Bump release, test build

* Revert test build
  • Loading branch information
casper-hansen authored Feb 3, 2024
1 parent 3aed4bf commit 38c3903
Showing 1 changed file with 1 addition and 1 deletion.
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.2"
AUTOAWQ_KERNELS_VERSION = "0.0.3"
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 38c3903

Please sign in to comment.