BramLeo commited on
Commit
aa041ed
·
verified ·
1 Parent(s): 706eaa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def install_llama_with_cuda():
43
  # Perintah pemasangan ulang llama-cpp-python dengan dukungan CUDA
44
  subprocess.run(
45
  [
46
- sys.executable,"!pip", "install", "llama-cpp-python",
47
  "--force-reinstall", "--no-cache-dir"
48
  ],
49
  env={"CMAKE_ARGS": "-DGGML_CUDA=on"}, # Aktifkan dukungan CUDA
 
43
  # Perintah pemasangan ulang llama-cpp-python dengan dukungan CUDA
44
  subprocess.run(
45
  [
46
+ sys.executable,"pip", "install", "llama-cpp-python",
47
  "--force-reinstall", "--no-cache-dir"
48
  ],
49
  env={"CMAKE_ARGS": "-DGGML_CUDA=on"}, # Aktifkan dukungan CUDA