gokaygokay commited on
Commit
c52b1a7
·
verified ·
1 Parent(s): 8fe1ead

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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,cuda]")
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