Instructions to use mradermacher/palmyra-small-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/palmyra-small-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/palmyra-small-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/palmyra-small-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 mradermacher/palmyra-small-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/palmyra-small-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 mradermacher/palmyra-small-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/palmyra-small-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/palmyra-small-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/palmyra-small-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/palmyra-small-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/palmyra-small-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/palmyra-small-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/palmyra-small-GGUF with Ollama:
ollama run hf.co/mradermacher/palmyra-small-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/palmyra-small-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/palmyra-small-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/palmyra-small-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/palmyra-small-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.palmyra-small-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rain
Browse files- .gitattributes +12 -0
- palmyra-small.IQ4_XS.gguf +3 -0
- palmyra-small.Q2_K.gguf +3 -0
- palmyra-small.Q3_K_L.gguf +3 -0
- palmyra-small.Q3_K_M.gguf +3 -0
- palmyra-small.Q3_K_S.gguf +3 -0
- palmyra-small.Q4_K_M.gguf +3 -0
- palmyra-small.Q4_K_S.gguf +3 -0
- palmyra-small.Q5_K_M.gguf +3 -0
- palmyra-small.Q5_K_S.gguf +3 -0
- palmyra-small.Q6_K.gguf +3 -0
- palmyra-small.Q8_0.gguf +3 -0
- palmyra-small.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 |
+
palmyra-small.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
palmyra-small.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
palmyra-small.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
palmyra-small.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
palmyra-small.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
palmyra-small.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
palmyra-small.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
palmyra-small.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
palmyra-small.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
palmyra-small.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
palmyra-small.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
palmyra-small.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
palmyra-small.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:335b75e3d1922b4a33186c18ce4649e0b6592d24788683a703a3db520c037249
|
| 3 |
+
size 85704960
|
palmyra-small.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc4cf2b6b78e5ea1878e8accbef7e1bad86b820141ad1e02371699c9626f21b5
|
| 3 |
+
size 71678208
|
palmyra-small.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:546539b65b2f13d23dcc614249600a58159f14c37fddca82ca1fae62c7ee44b0
|
| 3 |
+
size 88654080
|
palmyra-small.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cea5eb6c8c0c07bab6d53d7a14e773d51f21fe5060896d96164f5d0f745c78f
|
| 3 |
+
size 84230400
|
palmyra-small.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb8662406cc7cf0206505a770176af2be9aebee51dc960e4f2201cbe7ec3b73f
|
| 3 |
+
size 76710144
|
palmyra-small.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84ec0da8a074bbc1ba74c39d40bfd606f5ce5db6ed740c8112d5c98cb1859a42
|
| 3 |
+
size 94294272
|
palmyra-small.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e400cff7c9a9a9d74fef787658a3175d2d2fd41ed51d646ff1e365371f01989c
|
| 3 |
+
size 88285440
|
palmyra-small.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e24e3f60748d5643b15761c4c6f6d75d0fa7fedfb09d182105f16bbe844b3c59
|
| 3 |
+
size 103307520
|
palmyra-small.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccc8ac08b6ac3aad45fd7bf0923ab437159239299aae73dd7ff4021c74cbfb07
|
| 3 |
+
size 98607360
|
palmyra-small.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1e22802267ca67606848d80bfb5dce825c826c2be8e3ed9ab299f186ecb0ef
|
| 3 |
+
size 109887744
|
palmyra-small.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43bb717e1bc7caf475226f157909cc7c052569b690635f70ea253e4bd44d1ebb
|
| 3 |
+
size 139805664
|
palmyra-small.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef77c8495414eb8210b6fe1768bf5ff6e321888a24540f6ec664fa01716c4da2
|
| 3 |
+
size 255616928
|