ggerganov commited on
Commit
21eb7b5
1 Parent(s): 36c74fd

start : add -j to make command (should be faster)

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,4 +1,4 @@
1
  cd llama.cpp
2
- make quantize
3
  cd ..
4
  python app.py
 
1
  cd llama.cpp
2
+ make -j quantize
3
  cd ..
4
  python app.py