ports/misc/llama-cpp/pkg-message
Yuri Victorovich 4e02f4adba misc/llama-cpp: update 4409 → 4418
Reported by:	portscout
2025-01-05 20:01:04 -08:00

17 lines
376 B
Text

[
{ type: install
message: <<EOM
You installed LLaMA-cpp: Facebook's LLaMA model runner.
In order to experience LLaMA-cpp please download some
AI model in the GGUF format, for example from huggingface.com,
run the script below, and open localhost:9011 in your browser
to communicate with this AI model.
$ llama-server -m $MODEL \
--host 0.0.0.0 \
--port 9011
EOM
}
]