SixOpen commited on
Commit
96a4a12
1 Parent(s): 5fd1a0a

Split/shard support

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 -j quantize
3
  cd ..
4
  python app.py
 
1
  cd llama.cpp
2
+ make -j quantize gguf-split
3
  cd ..
4
  python app.py