corelm / start.sh
Xlnk's picture
Update start.sh
4518d14 verified
raw
history blame contribute delete
183 Bytes
#!/bin/bash
/app/llama.cpp/build/bin/llama-server \
--model /models/model.gguf \
--host 0.0.0.0 \
--port 7860 \
--fit off \
--threads $(nproc) \
--no-mmap \
--keep -1 \