gokaygokay commited on
Commit
d55de31
·
verified ·
1 Parent(s): da64627

Update app.py

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