GreenBitAI/Qwen3-30B-A3B-Instruct-2507-layer-mix-bpw-4.0-mlx
This quantized low-bit model GreenBitAI/Qwen3-30B-A3B-Instruct-2507-layer-mix-bpw-4.0-mlx was converted to MLX format from GreenBitAI/Qwen3-30B-A3B-Instruct-2507-layer-mix-bpw-4.0 using gbx-lm version 0.4.1.
Refer to the original model card for more details on the model.
Use with mlx
pip install gbx-lm
from gbx_lm import load, generate
model, tokenizer = load("GreenBitAI/Qwen3-30B-A3B-Instruct-2507-layer-mix-bpw-4.0-mlx")
prompt = "hello"
if tokenizer.chat_template is not None:
messages = [{"role": "user", "content": prompt}]
prompt = tokenizer.apply_chat_template(
messages, add_generation_prompt=True
)
response = generate(model, tokenizer, prompt=prompt, verbose=True)
- Downloads last month
- 5
Model size
5B params
Tensor type
F32
路
I32 路
F16 路
I16 路
Hardware compatibility
Log In to add your hardware
Quantized
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support
Model tree for GreenBitAI/Qwen3-30B-A3B-Instruct-2507-layer-mix-bpw-4.0
Unable to build the model tree, the base model loops to the model itself. Learn more.