teknium/OpenHermes-2.5
Viewer • Updated • 1M • 32.7k • 896
How to use alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M # Run inference directly in the terminal: llama cli -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M # Run inference directly in the terminal: llama cli -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M # Run inference directly in the terminal: ./llama-cli -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
docker model run hf.co/alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
How to use alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF with Ollama:
ollama run hf.co/alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
How to use alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF with Docker Model Runner:
docker model run hf.co/alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
How to use alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF:Q5_K_M
lemonade run user.dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF-Q5_K_M
lemonade list
This model was converted to GGUF format from cognitivecomputations/dolphin-2.9.1-llama-3-8b using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.
Install llama.cpp through brew.
brew install ggerganov/ggerganov/llama.cpp
Invoke the llama.cpp server or the CLI.
CLI:
llama-cli --hf-repo alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF --model dolphin-2.9.1-llama-3-8b.Q5_K_M.gguf -p "The meaning to life and the universe is"
Server:
llama-server --hf-repo alexcovo/dolphin-2.9.1-llama-3-8b-Q5_K_M-GGUF --model dolphin-2.9.1-llama-3-8b.Q5_K_M.gguf -c 2048
Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.
git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m dolphin-2.9.1-llama-3-8b.Q5_K_M.gguf -n 128
5-bit
Base model
meta-llama/Meta-Llama-3-8B