Instructions to use mradermacher/command-r-35b-writer-v3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/command-r-35b-writer-v3-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/command-r-35b-writer-v3-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/command-r-35b-writer-v3-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/command-r-35b-writer-v3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/command-r-35b-writer-v3-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/command-r-35b-writer-v3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/command-r-35b-writer-v3-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/command-r-35b-writer-v3-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/command-r-35b-writer-v3-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/command-r-35b-writer-v3-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/command-r-35b-writer-v3-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/command-r-35b-writer-v3-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/command-r-35b-writer-v3-GGUF with Ollama:
ollama run hf.co/mradermacher/command-r-35b-writer-v3-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/command-r-35b-writer-v3-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/command-r-35b-writer-v3-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/command-r-35b-writer-v3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/command-r-35b-writer-v3-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.command-r-35b-writer-v3-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -293,7 +293,7 @@ static quants of https://huggingface.co/jukofyork/command-r-35b-writer-v3
|
|
| 293 |
|
| 294 |
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#command-r-35b-writer-v3-GGUF).***
|
| 295 |
|
| 296 |
-
weighted/imatrix quants
|
| 297 |
## Usage
|
| 298 |
|
| 299 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
@@ -310,7 +310,11 @@ more details, including on how to concatenate multi-part files.
|
|
| 310 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_S.gguf) | Q3_K_S | 16.0 | |
|
| 311 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_M.gguf) | Q3_K_M | 17.7 | lower quality |
|
| 312 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_L.gguf) | Q3_K_L | 19.2 | |
|
|
|
|
| 313 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q4_K_S.gguf) | Q4_K_S | 20.5 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
| 314 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q6_K.gguf) | Q6_K | 28.8 | very good quality |
|
| 315 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q8_0.gguf) | Q8_0 | 37.3 | fast, best quality |
|
| 316 |
|
|
|
|
| 293 |
|
| 294 |
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#command-r-35b-writer-v3-GGUF).***
|
| 295 |
|
| 296 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/command-r-35b-writer-v3-i1-GGUF
|
| 297 |
## Usage
|
| 298 |
|
| 299 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
|
| 310 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_S.gguf) | Q3_K_S | 16.0 | |
|
| 311 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_M.gguf) | Q3_K_M | 17.7 | lower quality |
|
| 312 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q3_K_L.gguf) | Q3_K_L | 19.2 | |
|
| 313 |
+
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.IQ4_XS.gguf) | IQ4_XS | 19.4 | |
|
| 314 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q4_K_S.gguf) | Q4_K_S | 20.5 | fast, recommended |
|
| 315 |
+
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q4_K_M.gguf) | Q4_K_M | 21.6 | fast, recommended |
|
| 316 |
+
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q5_K_S.gguf) | Q5_K_S | 24.4 | |
|
| 317 |
+
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q5_K_M.gguf) | Q5_K_M | 25.1 | |
|
| 318 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q6_K.gguf) | Q6_K | 28.8 | very good quality |
|
| 319 |
| [GGUF](https://huggingface.co/mradermacher/command-r-35b-writer-v3-GGUF/resolve/main/command-r-35b-writer-v3.Q8_0.gguf) | Q8_0 | 37.3 | fast, best quality |
|
| 320 |
|