undo uninstall
Browse files
start.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import subprocess
|
2 |
|
3 |
# Uninstall the existing llama-cpp-python package
|
4 |
-
subprocess.run("pip uninstall -y llama-cpp-python", shell=True)
|
5 |
|
6 |
# Install llama-cpp-python with CUDA support
|
7 |
install_command = "CMAKE_ARGS='-DLLAMA_CUDA=on' pip install llama-cpp-python"
|
|
|
1 |
import subprocess
|
2 |
|
3 |
# Uninstall the existing llama-cpp-python package
|
4 |
+
# subprocess.run("pip uninstall -y llama-cpp-python", shell=True)
|
5 |
|
6 |
# Install llama-cpp-python with CUDA support
|
7 |
install_command = "CMAKE_ARGS='-DLLAMA_CUDA=on' pip install llama-cpp-python"
|