Text Generation
Safetensors
MLX
English
Chinese
mlx-node
qwen3_5
quantized
awq
nvfp4
micro-scaling-fp
qwen3.6
hybrid-attention
gated-delta-net
apple-silicon
unsloth-dynamic
conversational
4-bit precision
Instructions to use Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx") prompt = "Write a story about Einstein" messages = [{"role": "user", "content": prompt}] prompt = tokenizer.apply_chat_template( messages, add_generation_prompt=True ) text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Pi
How to use Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx with Pi:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx"
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "mlx-lm": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx with Hermes Agent:
Start the MLX server
# Install MLX LM: uv tool install mlx-lm # Start a local OpenAI-compatible server: mlx_lm.server --model "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx"
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx
Run Hermes
hermes
- MLX LM
How to use Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Interactive chat REPL mlx_lm.chat --model "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx"
Run an OpenAI-compatible server
# Install MLX LM uv tool install mlx-lm # Start the server mlx_lm.server --model "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx" # Calling the OpenAI-compatible server with curl curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Brooooooklyn/Qwen3.6-27B-UD-NVFP4_K_XL-mlx", "messages": [ {"role": "user", "content": "Hello"} ] }'
Remove unused -of-00004 safetensor shards (superseded by -of-00005 set)
Browse files
model-00001-of-00004.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:29a8086d8cef49b1fc88cdd8636b839deadff1c77243806560a4dcb10d581959
|
| 3 |
-
size 5367926109
|
|
|
|
|
|
|
|
|
|
|
|
model-00002-of-00004.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6fe9bbe97ac09dc27d409231320f5426cfd15b58d7b9d155b20198d7f78ca397
|
| 3 |
-
size 5366186857
|
|
|
|
|
|
|
|
|
|
|
|
model-00003-of-00004.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86586b3e774da10ae49cea46e61cf40e8d491945a9fe148056c72114710c5bec
|
| 3 |
-
size 5358729668
|
|
|
|
|
|
|
|
|
|
|
|
model-00004-of-00004.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f8e835ce60e28d081f15b7a1b30bf0ff19100d4fa5b58f322b44f5a7502f0f95
|
| 3 |
-
size 3650805557
|
|
|
|
|
|
|
|
|
|
|
|