mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
parent
87de91dd65
commit
1c9dfa871b
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ def update_requirements(initial_installation=False, pull=True):
|
||||||
if not initial_installation:
|
if not initial_installation:
|
||||||
update_pytorch()
|
update_pytorch()
|
||||||
|
|
||||||
print_big_message(f"Using requirements file: {requirements_file}")
|
print_big_message(f"Installing webui requirements from file: {requirements_file}")
|
||||||
print(f"TORCH: {torver}\n")
|
print(f"TORCH: {torver}\n")
|
||||||
|
|
||||||
# Prepare the requirements file
|
# Prepare the requirements file
|
||||||
|
|
Loading…
Add table
Reference in a new issue