reach-vb HF staff commited on
Commit
f7dd08e
·
1 Parent(s): 9a2c2f5

Update start.sh (#90)

Browse files

- Update start.sh (ef82c229ce50750caecd8010c52e64c8e0e13304)

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