How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Quick Links

Huihui-Qwen3.5-2B-abliterated โ€” fp16 MLX

MLX-converted version of huihui-ai/Huihui-Qwen3.5-2B-abliterated for Apple Silicon.

Model Details

Property Value
Base model Qwen3.5-2B
Type Vision-Language Model (VLM)
Format MLX fp16 (bfloat16)
Size ~4.5 GB
Abliterated Yes โ€” censorship layers removed

Variants

Variant Size Quality Link
fp16 ~4.5 GB Highest This repo
MXFP8 ~2.6 GB Near-native mxfp8
MXFP4 ~1.7 GB Good mxfp4

Usage

pip install mlx-vlm

# Text generation
python -m mlx_vlm.generate \
  --model AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX \
  --prompt "Describe this image in detail" \
  --image <path-or-url>

# Chat UI
python -m mlx_vlm.chat_ui \
  --model AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX

Credits

Downloads last month
68
Safetensors
Model size
2B params
Tensor type
BF16
ยท
F32
ยท
MLX
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 AITRADER/Huihui-Qwen3.5-2B-abliterated-fp16-MLX

Finetuned
Qwen/Qwen3.5-2B
Finetuned
(208)
this model