kirikir13 commited on
Commit
80c3bb6
·
verified ·
1 Parent(s): 9fc1b0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/cu121",
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