Instructions to use aixk/haru-180m-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use aixk/haru-180m-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf aixk/haru-180m-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf aixk/haru-180m-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf aixk/haru-180m-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf aixk/haru-180m-gguf:Q4_K_M
Use pre-built binary
# 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 aixk/haru-180m-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf aixk/haru-180m-gguf:Q4_K_M
Build from source code
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 aixk/haru-180m-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf aixk/haru-180m-gguf:Q4_K_M
Use Docker
docker model run hf.co/aixk/haru-180m-gguf:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use aixk/haru-180m-gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "aixk/haru-180m-gguf" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "aixk/haru-180m-gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/aixk/haru-180m-gguf:Q4_K_M
- Ollama
How to use aixk/haru-180m-gguf with Ollama:
ollama run hf.co/aixk/haru-180m-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use aixk/haru-180m-gguf with Docker Model Runner:
docker model run hf.co/aixk/haru-180m-gguf:Q4_K_M
- Lemonade
How to use aixk/haru-180m-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aixk/haru-180m-gguf:Q4_K_M
Run and chat with the model
lemonade run user.haru-180m-gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
ISAI - μ΄μ¬μ΄
Iβm an independent developer building and maintaining AI projects on my own.
Everything from model development to server costs, datasets, and feature updates is handled personally.
Every bit of support helps keep the project running and allows me to improve it further.
If you enjoy the project, please consider supporting it. Thank you.
νΌμμ AI νλ‘μ νΈλ₯Ό κ°λ°νκ³ μ΄μνκ³ μμ΅λλ€.
λͺ¨λΈ κ°λ°, μλ² λΉμ©, κΈ°λ₯ κ°μ κΉμ§ λͺ¨λ κ°μΈμ΄ μ§μ μ§ννκ³ μμ΅λλ€.
μμ νμ νλνλκ° μλΉμ€ μ μ§μ μλ‘μ΄ κΈ°λ₯ κ°λ°μ ν° λμμ΄ λ©λλ€.
νλ‘μ νΈκ° λ§μμ λμ
¨λ€λ©΄ νμμΌλ‘ μμν΄μ£ΌμΈμ. κ°μ¬ν©λλ€.
Model Description
Haru-180M is a lightweight language model built upon SmolLM2-135M. It has been specifically optimized to enhance Korean language capabilities and features an expanded model depth, providing a more robust performance while maintaining efficiency for various AI-driven tasks.
- Downloads last month
- 28
1-bit
2-bit
3-bit
4-bit
16-bit