Lint
This commit is contained in:
parent
d93db3b486
commit
c4c7fc4ab3
3 changed files with 5 additions and 6 deletions
|
@ -247,9 +247,9 @@ def install_webui():
|
|||
if selected_gpu == "INTEL":
|
||||
# Install oneAPI dependencies via conda
|
||||
print_big_message("Installing Intel oneAPI runtime libraries.")
|
||||
run_cmd(f"conda install -y -c intel dpcpp-cpp-rt=2024.0 mkl-dpcpp=2024.0")
|
||||
run_cmd("conda install -y -c intel dpcpp-cpp-rt=2024.0 mkl-dpcpp=2024.0")
|
||||
# Install libuv required by Intel-patched torch
|
||||
run_cmd(f"conda install -y libuv")
|
||||
run_cmd("conda install -y libuv")
|
||||
|
||||
# Install the webui requirements
|
||||
update_requirements(initial_installation=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue