mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-09 02:00:27 +01:00
Update some intel arc installation commands
This commit is contained in:
parent
a8a64b6c1c
commit
eef90a4964
|
|
@ -302,9 +302,9 @@ 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 https://software.repos.intel.com/python/conda/ -c conda-forge 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", environment=True)
|
||||
# Install libuv required by Intel-patched torch
|
||||
run_cmd("conda install -y libuv")
|
||||
run_cmd("conda install -y libuv", environment=True)
|
||||
|
||||
# Install the webui requirements
|
||||
update_requirements(initial_installation=True, pull=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue