lmstudio-community/Qwen3-1.7B-MLX-bf16

This model lmstudio-community/Qwen3-1.7B-MLX-bf16 was converted to MLX format from Qwen/Qwen3-1.7B using mlx-lm version 0.24.0.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("lmstudio-community/Qwen3-1.7B-MLX-bf16")

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
28,944
Safetensors
Model size
2B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
Input a message to start chatting with lmstudio-community/Qwen3-1.7B-MLX-bf16.

Model tree for lmstudio-community/Qwen3-1.7B-MLX-bf16

Finetuned
Qwen/Qwen3-1.7B
Finetuned
(788)
this model