mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 09:40:20 +01:00
parent
4ef2de3486
commit
996c49daa7
6
webui.py
6
webui.py
@ -72,9 +72,9 @@ def install_dependencies():
|
|||||||
|
|
||||||
# Clone webui to our computer
|
# Clone webui to our computer
|
||||||
run_cmd("git clone https://github.com/oobabooga/text-generation-webui.git", assert_success=True, environment=True)
|
run_cmd("git clone https://github.com/oobabooga/text-generation-webui.git", assert_success=True, environment=True)
|
||||||
if sys.platform.startswith("win"):
|
# if sys.platform.startswith("win"):
|
||||||
# Fix a bitsandbytes compatibility issue with Windows
|
# # 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)
|
# 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
|
# Install the webui dependencies
|
||||||
update_dependencies()
|
update_dependencies()
|
||||||
|
Loading…
Reference in New Issue
Block a user