Revert "Bump llama-cpp-python to 0.2.18 (#4611)"
This reverts commit 923c8e25fb
.
This commit is contained in:
parent
e0a7cc5e0f
commit
9d6f79db74
17 changed files with 174 additions and 92 deletions
|
@ -316,9 +316,6 @@ def update_requirements(initial_installation=False):
|
|||
run_cmd("python -m pip uninstall -y " + package_name, environment=True)
|
||||
print(f"Uninstalled {package_name}")
|
||||
|
||||
# Uninstall previous llama-cpp-python versions
|
||||
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")
|
||||
if os.path.exists(extension_req_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue