Upload openelm-450m-instruct-q4_0.gguf with huggingface_hub 62851f1 verified
lianggaoquan commited on
How to use darwin2025/OpenELM-450M-Instruct-Q4_0-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 darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
# 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 darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
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 darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
docker model run hf.co/darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
How to use darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF with Ollama:
ollama run hf.co/darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
How to use darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF with Docker Model Runner:
docker model run hf.co/darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
How to use darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull darwin2025/OpenELM-450M-Instruct-Q4_0-GGUF:Q4_0
lemonade run user.OpenELM-450M-Instruct-Q4_0-GGUF-Q4_0
lemonade list