mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Minor bug fix
This commit is contained in:
parent
c0233bb9d3
commit
780b00e1cf
@ -317,7 +317,7 @@ def update_requirements(initial_installation=False):
|
||||
print(f"Uninstalled {package_name}")
|
||||
|
||||
# Uninstall previous llama-cpp-python versions
|
||||
run_cmd("python -m pip uninstall -y llama-cpp-python-cuda" + package_name, environment=True)
|
||||
run_cmd("python -m pip uninstall -y llama-cpp-python-cuda", environment=True)
|
||||
|
||||
# Make sure that API requirements are installed (temporary)
|
||||
extension_req_path = os.path.join("extensions", "openai", "requirements.txt")
|
||||
|
Loading…
Reference in New Issue
Block a user