Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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")
|