Skip to content

Commit

Permalink
Issue oobabooga#6253: Change conda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Lippe authored and Grzegorz Lippe committed Oct 5, 2024
1 parent 22baa53 commit 9388cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def install_webui():
if selected_gpu == "INTEL":
# Install oneAPI dependencies via conda
print_big_message("Installing Intel oneAPI runtime libraries.")
run_cmd("conda install -y -c intel dpcpp-cpp-rt=2024.0 mkl-dpcpp=2024.0")
run_cmd("conda install -y -c https://software.repos.intel.com/python/conda/ -c conda-forge dpcpp-cpp-rt=2024.0 mkl-dpcpp=2024.0")
# Install libuv required by Intel-patched torch
run_cmd("conda install -y libuv")

Expand Down

0 comments on commit 9388cbb

Please sign in to comment.