Instructions to use flpelerin/mlk-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use flpelerin/mlk-models with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="flpelerin/mlk-models", filename="run-0a23d4bc/run-0a23d4bc.q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use flpelerin/mlk-models with llama.cpp:
Install from brew
brew install llama.cpp # 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
Install from WinGet (Windows)
winget install llama.cpp # 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
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
Commit History
Upload folder using huggingface_hub e174815 verified
Delete ggml-model.q8_0.gguf c180ae0 verified
Upload run-d4d5e08c/run-d4d5e08c.q8_0.gguf with huggingface_hub ca4da57 verified
Upload ggml-model.q8_0.gguf with huggingface_hub 445d92e verified
added run-d4d5e08c c77e6fc
flpelerin commited on
added run-15a6b7ab df986f9
flpelerin commited on
added run-b23172c1 ef7d94f
flpelerin commited on
added run-00c7a31d 00c6d59
flpelerin commited on
added run-0875a5f9 cba7e62
flpelerin commited on
added run-7b6a81a1 96255ef
flpelerin commited on
added run-5e03d7f7 d6faab3
flpelerin commited on
added run-999de574 d3b629d
flpelerin commited on
added run-69727a9c cbdbf75
flpelerin commited on
added run-7c381d80 4b4cad1
flpelerin commited on
added run-e65a5e1f 03d3a05
flpelerin commited on
added run-4f8286af ad5d0c5
flpelerin commited on
added run-4f8286af 73a70c7
flpelerin commited on
added run-4c17e17f d7c2859
flpelerin commited on
added run-b83f9ed6 ffedcb4
flpelerin commited on
added run-db3484d4 5aad92d
flpelerin commited on
added run-c88bec83 d49db0d
flpelerin commited on
added run-c5266098 c61b624
flpelerin commited on
added run-cb282db0 c3f794b
flpelerin commited on
added run-ee6751b6 deff2ef
flpelerin commited on
added run-f9b5a187 7ae16a2
flpelerin commited on
added run-3bee4f06 1e077b1
flpelerin commited on
Upload run-d3f7fc2c/run-d3f7fc2c.q8_0.gguf with huggingface_hub a70bda3 verified
Delete run-d3f7fc2c.q8_0.gguf 0a5cbed verified
Upload run-d3f7fc2c.q8_0.gguf with huggingface_hub a46ef2c verified
added c40c819
flpelerin commited on
added 66e213d
flpelerin commited on
added run-7857db9d 0f4c95f
flpelerin commited on
added run-abe1ca88 3fad2f6
flpelerin commited on
added run-02b384b2 58d819f
flpelerin commited on
added run-6b77f93e 1a78ac5
flpelerin commited on
added run-0a81d96e 76285e7
flpelerin commited on
added run-edc8d253 ebd2c6d
flpelerin commited on
added run-08df182d 288b2ce
flpelerin commited on
added run-0a23d4bc 2202958
flpelerin commited on
added run-0921279f c006451
flpelerin commited on
added run-88ab3062 64f59f9
flpelerin commited on
added run-d55c7054 4030eda
flpelerin commited on
added run-a4220ae4 879ea44
flpelerin commited on
added run-b207e5df 80430a2
flpelerin commited on
added run-30ce28c4 f2da1b6
flpelerin commited on
added run-4cde2d4a d0c323b
flpelerin commited on
added run-88fe49bb 4f07b18
flpelerin commited on
added run-2a91e158 494a5b5
flpelerin commited on
added run-668e79a3 e93185f
flpelerin commited on