Skip to content

Commit

Permalink
fix kernel-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kq-chen committed Aug 29, 2024
1 parent e8f4dd9 commit 5fe622c
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 @@ -116,7 +116,7 @@ def get_kernels_whl_url(
gpu_system_version = (
f"cu{CUDA_VERSION}" if CUDA_VERSION else f"rocm{ROCM_VERSION}"
)
kernels_version = get_latest_kernels_version("casper-hansen/AutoAWQ_kernels")
kernels_version = "0.0.6"
python_version = "".join(platform.python_version_tuple()[:2])
platform_name = platform.system().lower()
architecture = platform.machine().lower()
Expand Down

0 comments on commit 5fe622c

Please sign in to comment.