Text Generation
MLX
Safetensors
English
qwen2
quantized
4bit
lora-merged
robotics
voice-commands
strands-mlx
strands-agents
apple-silicon
4-bit precision
Instructions to use cagataydev/Qwen2.5-Omni-3B-cagatay-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use cagataydev/Qwen2.5-Omni-3B-cagatay-4bit 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("cagataydev/Qwen2.5-Omni-3B-cagatay-4bit") 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 cagataydev/Qwen2.5-Omni-3B-cagatay-4bit with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "cagataydev/Qwen2.5-Omni-3B-cagatay-4bit" --prompt "Once upon a time"
π Q-Omni MLX β Qwen 2.5 3B Cagatay (4-bit)
A 4-bit quantized MLX model for Apple Silicon β fine-tuned for voice commands and robotics reasoning.
6.2 GB β 1.7 GB | 4-bit | Runs on MacBook Air
π Use with Strands Agents + MLX
from strands import Agent
from strands_mlx import MLXModel
model = MLXModel(model_id="cagataydev/Qwen2.5-Omni-3B-cagatay-4bit")
agent = Agent(model=model)
agent("Listen to the voice command and plan the robot's next action")
π Model Details
| Property | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-3B-Instruct |
| Fine-tune | cagataydev/qwen2.5-omni-3b-cagatay (LoRA) |
| Quantization | 4-bit MLX (group size 64) |
| Size | 1.7 GB |
| Platform | Apple Silicon (M1/M2/M3/M4) |
π¦ Q-Model Family
| Model | Size | Quantized | Use Case |
|---|---|---|---|
| π Q-Omni (this) | 3B | 1.7 GB | Voice & multimodal |
| π€ Q-Tiny | 4B | 2.4 GB | Task planning |
| π§ Q-Brain | 35B MoE | β | Complex reasoning |
Built with DevDuck π¦ and Strands Agents π§¬
- Downloads last month
- 14
Model size
0.5B params
Tensor type
F16
Β·
U32 Β·
Hardware compatibility
Log In to add your hardware
4-bit