Views
No views yet


llama.cpp to support this architecture correctly.1.0 (Recommended for complex logic/math).0.7 (Recommended for chat/stability).-c (Supports up to 131072).1./llama-cli -m Youtu-LLM-2B.Q4_K_M.gguf \
2 -c 8192 \
3 --temp 1.0 \
4 --top-p 0.95 \
5 -p "User: Explain the theory of relativity.\nAssistant:" \
6 -cnv1./llama-server -m Youtu-LLM-2B.Q4_K_M.gguf \
2 --port 8080 \
3 --host 0.0.0.0 \
4 -c 16384 \
5 -ngl 99