gokaygokay commited on
Commit
6f051ff
·
verified ·
1 Parent(s): b05e42c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -14,8 +14,6 @@ def run_command(command):
14
  return output.decode('utf-8')
15
 
16
  def install_packages():
17
-
18
- run_command("apt install nvidia-cuda-toolkit")
19
 
20
  # Clone the repository with submodules
21
  run_command("git clone --recurse-submodules https://github.com/abetlen/llama-cpp-python.git")
 
14
  return output.decode('utf-8')
15
 
16
  def install_packages():
 
 
17
 
18
  # Clone the repository with submodules
19
  run_command("git clone --recurse-submodules https://github.com/abetlen/llama-cpp-python.git")