Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ except ImportError:
|
|
| 16 |
print("[RUNTIME] Installing llama-cpp-python from pre-built wheel...", flush=True)
|
| 17 |
subprocess.check_call([
|
| 18 |
sys.executable, "-m", "pip", "install", "--no-cache-dir",
|
| 19 |
-
"--extra-index-url", "https://abetlen.github.io/llama-cpp-python/whl/
|
| 20 |
"llama-cpp-python"
|
| 21 |
])
|
| 22 |
import llama_cpp
|
|
|
|
| 16 |
print("[RUNTIME] Installing llama-cpp-python from pre-built wheel...", flush=True)
|
| 17 |
subprocess.check_call([
|
| 18 |
sys.executable, "-m", "pip", "install", "--no-cache-dir",
|
| 19 |
+
"--extra-index-url", "https://abetlen.github.io/llama-cpp-python/whl/cpu",
|
| 20 |
"llama-cpp-python"
|
| 21 |
])
|
| 22 |
import llama_cpp
|