gguf-my-repo / start.sh
ggerganov's picture
start : add -j to make command (should be faster)
fce6064
raw
history blame
50 Bytes
cd llama.cpp
make -j quantize
cd ..
python app.py