mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
bugfix, to force updating lollms
This commit is contained in:
parent
c93b7c12e2
commit
7437f87432
@ -15,7 +15,7 @@ def run_git_pull():
|
||||
|
||||
def install_requirements():
|
||||
try:
|
||||
subprocess.check_call(["pip", "install", "-r", "requirements.txt"])
|
||||
subprocess.check_call(["pip", "install", "--upgrade", "-r", "requirements.txt"])
|
||||
except subprocess.CalledProcessError as e:
|
||||
print(f"Error during pip install: {e}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user