Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def install_packages():
|
|
48 |
# Install all optional dependencies with CUDA support
|
49 |
run_command("pip install -e .[all]") # Add --verbose for more detailed output
|
50 |
|
51 |
-
run_command("make
|
52 |
|
53 |
# Reinstall the package with CUDA support
|
54 |
run_command('pip install -e .[all]')
|
|
|
48 |
# Install all optional dependencies with CUDA support
|
49 |
run_command("pip install -e .[all]") # Add --verbose for more detailed output
|
50 |
|
51 |
+
run_command("make GGML_CUDA=1")
|
52 |
|
53 |
# Reinstall the package with CUDA support
|
54 |
run_command('pip install -e .[all]')
|