GGUF
Collection
Your favorite models quantized in gguf formats • 7 items • Updated
How to use medmekk/Qwen2.5-0.5B-Instruct.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 medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_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 medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_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 medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
docker model run hf.co/medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Ollama:
ollama run hf.co/medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for medmekk/Qwen2.5-0.5B-Instruct.GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for medmekk/Qwen2.5-0.5B-Instruct.GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for medmekk/Qwen2.5-0.5B-Instruct.GGUF to start chatting
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Pi:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
"providers": {
"llama-cpp": {
"baseUrl": "http://localhost:8080/v1",
"api": "openai-completions",
"apiKey": "none",
"models": [
{
"id": "medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M"
}
]
}
}
}# Start Pi in your project directory: pi
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with OpenClaw:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
openclaw agent --local --agent main --message "Hello from Hugging Face"
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Docker Model Runner:
docker model run hf.co/medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
lemonade run user.Qwen2.5-0.5B-Instruct.GGUF-Q4_K_M
lemonade list
How to use medmekk/Qwen2.5-0.5B-Instruct.GGUF with Hermes Agent:
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default medmekk/Qwen2.5-0.5B-Instruct.GGUF:Q4_K_M
hermes
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
GGUF quantized versions of Qwen/Qwen2.5-0.5B-Instruct
Q2_K: Qwen2.5-0.5B-Instruct-Q2_K.ggufQ3_K_S: Qwen2.5-0.5B-Instruct-Q3_K_S.ggufQ3_K_M: Qwen2.5-0.5B-Instruct-Q3_K_M.ggufQ3_K_L: Qwen2.5-0.5B-Instruct-Q3_K_L.ggufQ4_0: Qwen2.5-0.5B-Instruct-Q4_0.ggufQ4_K_S: Qwen2.5-0.5B-Instruct-Q4_K_S.ggufQ4_K_M: Qwen2.5-0.5B-Instruct-Q4_K_M.ggufQ5_0: Qwen2.5-0.5B-Instruct-Q5_0.ggufQ5_K_S: Qwen2.5-0.5B-Instruct-Q5_K_S.ggufQ5_K_M: Qwen2.5-0.5B-Instruct-Q5_K_M.ggufQ6_K: Qwen2.5-0.5B-Instruct-Q6_K.ggufQ8_0: Qwen2.5-0.5B-Instruct-Q8_0.ggufIQ3_M_IMAT: Qwen2.5-0.5B-Instruct-IQ3_M_imat.ggufIQ3_XXS_IMAT: Qwen2.5-0.5B-Instruct-IQ3_XXS_imat.ggufQ4_K_M_IMAT: Qwen2.5-0.5B-Instruct-Q4_K_M_imat.ggufQ4_K_S_IMAT: Qwen2.5-0.5B-Instruct-Q4_K_S_imat.ggufIQ4_NL_IMAT: Qwen2.5-0.5B-Instruct-IQ4_NL_imat.ggufIQ4_XS_IMAT: Qwen2.5-0.5B-Instruct-IQ4_XS_imat.ggufQ5_K_M_IMAT: Qwen2.5-0.5B-Instruct-Q5_K_M_imat.ggufQ5_K_S_IMAT: Qwen2.5-0.5B-Instruct-Q5_K_S_imat.gguf# CLI:
llama-cli --hf-repo medmekk/Qwen2.5-0.5B-Instruct.GGUF --hf-file MODEL_FILE -p "Your prompt"
# Server:
llama-server --hf-repo medmekk/Qwen2.5-0.5B-Instruct.GGUF --hf-file MODEL_FILE -c 2048
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit