mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
One-click installer: minor message change
This commit is contained in:
parent
fd1449de20
commit
dde7921057
@ -304,7 +304,7 @@ def update_requirements(initial_installation=False):
|
|||||||
requirements_file = "requirements_noavx2.txt"
|
requirements_file = "requirements_noavx2.txt"
|
||||||
|
|
||||||
print_big_message(f"Installing webui requirements from file: {requirements_file}")
|
print_big_message(f"Installing webui requirements from file: {requirements_file}")
|
||||||
print(f"TORCH: {torver}")
|
print(f"TORCH: {torver}\n")
|
||||||
|
|
||||||
# Prepare the requirements file
|
# Prepare the requirements file
|
||||||
textgen_requirements = open(requirements_file).read().splitlines()
|
textgen_requirements = open(requirements_file).read().splitlines()
|
||||||
|
Loading…
Reference in New Issue
Block a user