Instructions to use flpelerin/mlk-models 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 flpelerin/mlk-models 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 flpelerin/mlk-models:Q8_0 # Run inference directly in the terminal: llama cli -hf flpelerin/mlk-models:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf flpelerin/mlk-models:Q8_0 # Run inference directly in the terminal: llama cli -hf flpelerin/mlk-models:Q8_0
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 flpelerin/mlk-models:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf flpelerin/mlk-models:Q8_0
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 flpelerin/mlk-models:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf flpelerin/mlk-models:Q8_0
Use Docker
docker model run hf.co/flpelerin/mlk-models:Q8_0
- LM Studio
- Jan
- Ollama
How to use flpelerin/mlk-models with Ollama:
ollama run hf.co/flpelerin/mlk-models:Q8_0
- Unsloth Studio
How to use flpelerin/mlk-models with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
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 flpelerin/mlk-models to start chatting
Install Unsloth Studio (Windows)
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 flpelerin/mlk-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for flpelerin/mlk-models to start chatting
- Atomic Chat new
- Docker Model Runner
How to use flpelerin/mlk-models with Docker Model Runner:
docker model run hf.co/flpelerin/mlk-models:Q8_0
- Lemonade
How to use flpelerin/mlk-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull flpelerin/mlk-models:Q8_0
Run and chat with the model
lemonade run user.mlk-models-Q8_0
List all available models
lemonade list
| version https://git-lfs.github.com/spec/v1 | |
| oid sha256:2690f8f5521ea6f86d2b8db1672a6b2d910de5650c7f4aadb0ef5f7b2636a5c5 | |
| size 4167 | |
| run-d3f7fc2c.q8_0.gguf filter=lfs diff=lfs merge=lfs -text | |
| run-3bee4f06/** filter=lfs diff=lfs merge=lfs -text | |
| run-f9b5a187/** filter=lfs diff=lfs merge=lfs -text | |
| run-ee6751b6/** filter=lfs diff=lfs merge=lfs -text | |
| run-cb282db0/** filter=lfs diff=lfs merge=lfs -text | |
| run-c5266098/** filter=lfs diff=lfs merge=lfs -text | |
| run-c88bec83/** filter=lfs diff=lfs merge=lfs -text | |
| run-db3484d4/** filter=lfs diff=lfs merge=lfs -text | |
| run-b83f9ed6/** filter=lfs diff=lfs merge=lfs -text | |
| run-4c17e17f/** filter=lfs diff=lfs merge=lfs -text | |
| run-4f8286af/** filter=lfs diff=lfs merge=lfs -text | |
| run-e65a5e1f/** filter=lfs diff=lfs merge=lfs -text | |
| run-7c381d80/** filter=lfs diff=lfs merge=lfs -text | |
| run-69727a9c/** filter=lfs diff=lfs merge=lfs -text | |
| run-999de574/** filter=lfs diff=lfs merge=lfs -text | |
| run-5e03d7f7/** filter=lfs diff=lfs merge=lfs -text | |
| run-7b6a81a1/** filter=lfs diff=lfs merge=lfs -text | |
| run-0875a5f9/** filter=lfs diff=lfs merge=lfs -text | |
| run-00c7a31d/** filter=lfs diff=lfs merge=lfs -text | |
| run-b23172c1/** filter=lfs diff=lfs merge=lfs -text | |
| run-15a6b7ab/** filter=lfs diff=lfs merge=lfs -text | |
| run-d4d5e08c/** filter=lfs diff=lfs merge=lfs -text | |
| ggml-model.q8_0.gguf filter=lfs diff=lfs merge=lfs -text | |
| run-c789af3/pytorch_model-00001-of-00002.bin filter=lfs diff=lfs merge=lfs -text | |
| run-c789af3/pytorch_model-00002-of-00002.bin filter=lfs diff=lfs merge=lfs -text | |
| run-c789af3/run-c789af3.q8_0.gguf filter=lfs diff=lfs merge=lfs -text | |