Skip to content

Commit

Permalink
fix autoawq
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Sep 19, 2024
1 parent 1c71b40 commit 68b2153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/install_quantization_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def install_autoawq_from_source():
if os.environ.get("IMAGE_FLAVOR") in ["cuda", "rocm", "cuda-ort"]:
autoawq_setup_file_path = os.path.join(autoawq_repo_path, "setup.py")
process_setup_file_for_autoawq(autoawq_setup_file_path)
raise Exception("Success")

raise Exception("Failure")
subprocess.run(
f"cd {autoawq_repo_path} && INSTALL_KERNELS=1 {sys.executable} -m pip install .",
shell=True,
Expand Down

0 comments on commit 68b2153

Please sign in to comment.