Text Generation
MLX
Safetensors
mlx-lm
qwen3
qwen3-next
mixture-of-experts
quantized
4-bit precision
6-bit
8-bit precision
apple-silicon
Instructions to use chanderbalaji/Grug-35B-A3B-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use chanderbalaji/Grug-35B-A3B-MLX with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("chanderbalaji/Grug-35B-A3B-MLX") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use chanderbalaji/Grug-35B-A3B-MLX with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "chanderbalaji/Grug-35B-A3B-MLX" --prompt "Once upon a time"
Add benchmark screenshots and results
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ mlx-6bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
mlx-4bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
benchmarks/grug-35b-a3b-4bit-omlx.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
benchmarks/grug-35b-a3b-6bit-omlx.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
mlx-4bit/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
benchmarks/grug-35b-a3b-4bit-omlx.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
benchmarks/grug-35b-a3b-6bit-omlx.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
benchmarks/grug-35b-a3b-6bit-prefill-cap.png filter=lfs diff=lfs merge=lfs -text
|
benchmarks/grug-35b-a3b-6bit-prefill-cap.png
ADDED
|
Git LFS Details
|