mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
parent
4ef2de3486
commit
996c49daa7
6
webui.py
6
webui.py
@ -72,9 +72,9 @@ def install_dependencies():
|
||||
|
||||
# Clone webui to our computer
|
||||
run_cmd("git clone https://github.com/oobabooga/text-generation-webui.git", assert_success=True, environment=True)
|
||||
if sys.platform.startswith("win"):
|
||||
# Fix a bitsandbytes compatibility issue with Windows
|
||||
run_cmd("python -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/raw/main/bitsandbytes-0.38.1-py3-none-any.whl", assert_success=True, environment=True)
|
||||
# if sys.platform.startswith("win"):
|
||||
# # Fix a bitsandbytes compatibility issue with Windows
|
||||
# run_cmd("python -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/raw/main/bitsandbytes-0.38.1-py3-none-any.whl", assert_success=True, environment=True)
|
||||
|
||||
# Install the webui dependencies
|
||||
update_dependencies()
|
||||
|
Loading…
Reference in New Issue
Block a user