go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
626 stars 78 forks source link

Default setting of llama.cpp and settings required for go-llama #239

Open hiqsociety opened 9 months ago

hiqsociety commented 9 months ago

Getting oomed. not sure what other settings i need to do:

llama.cpp that works: ./main -m models/speechless-llama2-13b.Q3_K_S.gguf -n 3400 -c 1920 -p "write a blog about llama:" -e --temp 0.3 --mirostat 2

oomed reference: https://github.com/go-skynet/go-llama.cpp/discussions/237

sorry asking here because waited for days without reply.

hiqsociety commented 9 months ago

@mudler @deadprogram @mauromorales @jrc2139 @soleblaze any help here? sorry been waiting for days over this.