Skip to content

Commit

Permalink
fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcy-seso committed Jan 18, 2025
1 parent 9379d68 commit c117302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vptq/ops/quant_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
try:
import vptq.libvptq as vptq_ops

print(f"Successfully loaded VPTQ CUDA kernels.")
print("Successfully loaded VPTQ CUDA kernels.")
__cuda_ops_installed = True
except Exception as error:
print((
Expand Down

0 comments on commit c117302

Please sign in to comment.