gokaygokay commited on
Commit
ab1a323
·
verified ·
1 Parent(s): 282ab9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -14,6 +14,8 @@ def run_command(command):
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")
 
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")