Skip to content

Commit

Permalink
One-click installer: minor message change
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Dec 15, 2023
1 parent fd1449d commit dde7921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_click.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def update_requirements(initial_installation=False):
requirements_file = "requirements_noavx2.txt"

print_big_message(f"Installing webui requirements from file: {requirements_file}")
print(f"TORCH: {torver}")
print(f"TORCH: {torver}\n")

# Prepare the requirements file
textgen_requirements = open(requirements_file).read().splitlines()
Expand Down

0 comments on commit dde7921

Please sign in to comment.