gokaygokay commited on
Commit
8774fad
·
verified ·
1 Parent(s): ab1a323

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("sudo apt-get install 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")