Revert "Installer: change a message"

This reverts commit c49251e95d.
This commit is contained in:
oobabooga 2025-01-26 18:17:31 -08:00
parent 87de91dd65
commit 1c9dfa871b

View File

@ -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