Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -35,11 +35,8 @@ def install_packages():
|
|
35 |
os.environ["FORCE_CMAKE"] = "1"
|
36 |
|
37 |
# Install all optional dependencies with CUDA support
|
38 |
-
run_command("pip install -e .[all
|
39 |
|
40 |
-
# Clear the local build cache
|
41 |
-
run_command("make GGML_CUDA=1")
|
42 |
-
|
43 |
run_command("make clean")
|
44 |
|
45 |
# Reinstall the package with CUDA support
|
|
|
35 |
os.environ["FORCE_CMAKE"] = "1"
|
36 |
|
37 |
# Install all optional dependencies with CUDA support
|
38 |
+
run_command("pip install -e .[all]")
|
39 |
|
|
|
|
|
|
|
40 |
run_command("make clean")
|
41 |
|
42 |
# Reinstall the package with CUDA support
|