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 (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
flpelerin commited on
Commit ·
df986f9
1
Parent(s): ef7d94f
added run-15a6b7ab
Browse files- .gitattributes +1 -0
- run-15a6b7ab/merged/config.json +3 -0
- run-15a6b7ab/merged/generation_config.json +3 -0
- run-15a6b7ab/merged/pytorch_model-00001-of-00002.bin +3 -0
- run-15a6b7ab/merged/pytorch_model-00002-of-00002.bin +3 -0
- run-15a6b7ab/merged/pytorch_model.bin.index.json +3 -0
- run-15a6b7ab/merged/special_tokens_map.json +3 -0
- run-15a6b7ab/merged/tokenizer.json +3 -0
- run-15a6b7ab/merged/tokenizer.model +3 -0
- run-15a6b7ab/merged/tokenizer_config.json +3 -0
- run-15a6b7ab/run-15a6b7ab.q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -21,3 +21,4 @@ run-7b6a81a1/** filter=lfs diff=lfs merge=lfs -text
|
|
| 21 |
run-0875a5f9/** filter=lfs diff=lfs merge=lfs -text
|
| 22 |
run-00c7a31d/** filter=lfs diff=lfs merge=lfs -text
|
| 23 |
run-b23172c1/** filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 21 |
run-0875a5f9/** filter=lfs diff=lfs merge=lfs -text
|
| 22 |
run-00c7a31d/** filter=lfs diff=lfs merge=lfs -text
|
| 23 |
run-b23172c1/** filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
run-15a6b7ab/** filter=lfs diff=lfs merge=lfs -text
|
run-15a6b7ab/merged/config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc2c9bfac7c1dd61b98aad7bb7275169da33bcb71b1e41476c5c24a56eb36291
|
| 3 |
+
size 734
|
run-15a6b7ab/merged/generation_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:577a493f15603dbd2d06919bd5b0ac63fa5c3fb26ebb72df5505ca04e02889f6
|
| 3 |
+
size 153
|
run-15a6b7ab/merged/pytorch_model-00001-of-00002.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7c65aa8a1aee47a0c898d9aa79ed7233e363c8b8fde649be565180869c28f41
|
| 3 |
+
size 4995375406
|
run-15a6b7ab/merged/pytorch_model-00002-of-00002.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38fb127fa6783c2bc97b85dd84ed1323cea595d4fae607f338a654774f5293aa
|
| 3 |
+
size 1857652852
|
run-15a6b7ab/merged/pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99c0939a4c9229aebef6971131df68e75a182d9b795d1ab1ba0bd5842dc16156
|
| 3 |
+
size 19491
|
run-15a6b7ab/merged/special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0eee4a8222aa2865e6af57a7cbb5a4b433222d1009fd89c3d583f714267c298
|
| 3 |
+
size 434
|
run-15a6b7ab/merged/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4a99c1fb9f811aa1ff2420396e55ca27576f1f119c6f2e4fed14d6fb2e8edf6
|
| 3 |
+
size 1873554
|
run-15a6b7ab/merged/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91b289e85fa20fd375d8b33dc12f77616f18abc6359804471d1fafcb425fecb8
|
| 3 |
+
size 511574
|
run-15a6b7ab/merged/tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2129043745092533421ee47e2b41c6623bfe6a63af83e362fb8123ed7d6fc4af
|
| 3 |
+
size 932
|
run-15a6b7ab/run-15a6b7ab.q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53d4dfcd6f27c563c40f2a8b903f1e8d5f015de2262a764e00a0e7688ecf250a
|
| 3 |
+
size 3641876288
|