MLX
Safetensors
English
Portuguese
Chinese
qwen3_5
mlx-my-repo
3.5bit
mixed-quantization
qwen
4-bit precision
Instructions to use faelfernandes/Qwen3.8-27B-3.5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use faelfernandes/Qwen3.8-27B-3.5bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Qwen3.8-27B-3.5bit faelfernandes/Qwen3.8-27B-3.5bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
faelfernandes/Qwen3.8-27B-3.5bit
Este modelo foi quantizado em 3.5-bits (mixed_3_4) a partir do mlx-community/Qwen3.8-27B-bf16 utilizando MLX.
A quantização em 3.5-bits oferece o equilíbrio ideal ("Sweet Spot") para máquinas Apple Silicon com 24GB ou 32GB de memória unificada, preservando altíssima precisão e raciocínio (Chain-of-Thought) enquanto mantém o consumo de VRAM baixo o suficiente para suportar contextos longos sem estourar o Memory Guard no oMLX / Aider.
💻 Como usar no oMLX
No aplicativo oMLX, basta buscar por faelfernandes/Qwen3.8-27B-3.5bit ou adicionar pelo Hugging Face Hub.
🐍 Como usar via Python (MLX-LM)
pip install -U mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("faelfernandes/Qwen3.8-27B-3.5bit")
response = generate(model, tokenizer, prompt="Olá! Como posso ajudar você hoje?", verbose=True)
print(response)
🚀 Como servir via OpenAI API local (oMLX CLI / mlx_lm.server)
python -m mlx_lm.server --model faelfernandes/Qwen3.8-27B-3.5bit --port 8000
Quantizado e otimizado com carinho por Rafael Fernandes 🇧🇷.
- Downloads last month
- 152
Model size
3B params
Tensor type
BF16
·
U32 ·
Hardware compatibility
Log In to add your hardware
4-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support