reach-vb HF staff commited on
Commit
75c6011
·
1 Parent(s): e88cde7

Update start.sh (#81)

Browse files

- Update start.sh (10396c5e88f64581e8fa45a3f1d2016f89592a78)

Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,5 +1,5 @@
1
  cd llama.cpp
2
- make -j quantize gguf-split imatrix
3
 
4
  cd ..
5
  python app.py
 
1
  cd llama.cpp
2
+ LLAMA_CUDA=1 make -j quantize gguf-split imatrix
3
 
4
  cd ..
5
  python app.py