Instructions to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/TinyParlaMintLlama-1.1B-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/TinyParlaMintLlama-1.1B-GGUF", filename="TinyParlaMintLlama-1.1B.IQ4_XS.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 mradermacher/TinyParlaMintLlama-1.1B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/TinyParlaMintLlama-1.1B-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 mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/TinyParlaMintLlama-1.1B-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 mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with Ollama:
ollama run hf.co/mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF 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 mradermacher/TinyParlaMintLlama-1.1B-GGUF 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 mradermacher/TinyParlaMintLlama-1.1B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/TinyParlaMintLlama-1.1B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/TinyParlaMintLlama-1.1B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/TinyParlaMintLlama-1.1B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TinyParlaMintLlama-1.1B-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from rich1
Browse files- .gitattributes +12 -0
- TinyParlaMintLlama-1.1B.IQ4_XS.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q2_K.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q3_K_L.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q3_K_M.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q3_K_S.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q4_K_M.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q4_K_S.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q5_K_M.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q5_K_S.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q6_K.gguf +3 -0
- TinyParlaMintLlama-1.1B.Q8_0.gguf +3 -0
- TinyParlaMintLlama-1.1B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
TinyParlaMintLlama-1.1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
TinyParlaMintLlama-1.1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TinyParlaMintLlama-1.1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TinyParlaMintLlama-1.1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TinyParlaMintLlama-1.1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TinyParlaMintLlama-1.1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TinyParlaMintLlama-1.1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TinyParlaMintLlama-1.1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TinyParlaMintLlama-1.1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TinyParlaMintLlama-1.1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TinyParlaMintLlama-1.1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TinyParlaMintLlama-1.1B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
TinyParlaMintLlama-1.1B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26bf2581d1010b424f1e2da30d71dc9b8081acca4eee8807770a51ca539ffa33
|
| 3 |
+
size 609808576
|
TinyParlaMintLlama-1.1B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:313e9ffcdd53fe93515638a2e8a19c07ca57d06eadec0d98116a1b747ffab3ec
|
| 3 |
+
size 432132288
|
TinyParlaMintLlama-1.1B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7f3c4bcc90ecaa669dc1727b8e1b21f279982c8172e770bdf7518042239a6a4
|
| 3 |
+
size 591528128
|
TinyParlaMintLlama-1.1B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0febacdeed0ca2358d24a8c543c6f4b7859d1081197b845ad967621634f4c93
|
| 3 |
+
size 548405440
|
TinyParlaMintLlama-1.1B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30976b07d993e921bb26f013bb1661a72e98ff52b1b946d50e7b4110d6c967ed
|
| 3 |
+
size 499343552
|
TinyParlaMintLlama-1.1B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3354e0f2c535b0ebd7cb068d0a7eb26b02186cd9a4920e71d9a3203fa6d0861
|
| 3 |
+
size 667816128
|
TinyParlaMintLlama-1.1B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd7f141462f25b5a590dccee74565c75089290a634734296bb05809df0b1a31a
|
| 3 |
+
size 639873216
|
TinyParlaMintLlama-1.1B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:824103f41d4610e7ef70ed653122b61a1f8262fe36381b9f2cadb8a35d338ff8
|
| 3 |
+
size 782045376
|
TinyParlaMintLlama-1.1B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d93e9081cdacbf5ff1702466814e5db4b065e28fecf196cef716546d6285329
|
| 3 |
+
size 766030016
|
TinyParlaMintLlama-1.1B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:683bb8dc83be7fa65aa999fb8212117497a8ffac344866b6055633110af7ba68
|
| 3 |
+
size 903413952
|
TinyParlaMintLlama-1.1B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c78e34f3a5ee79c0c723365b4af75701cc1802a831e6210f0ad5ce6bf9129901
|
| 3 |
+
size 1169809600
|
TinyParlaMintLlama-1.1B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bfe2fbb472515546053a060ecae6e1f4d8209489b155425ace04ca83dff5790
|
| 3 |
+
size 2201018560
|