How to use from
MLX LM
Generate or start a chat session
# Install MLX LM
uv tool install mlx-lm
# Interactive chat REPL
mlx_lm.chat --model "FritzStack/HiTOP-QWEN4B-mlx-Q4"
Run an OpenAI-compatible server
# Install MLX LM
uv tool install mlx-lm
# Start the server
mlx_lm.server --model "FritzStack/HiTOP-QWEN4B-mlx-Q4"
# Calling the OpenAI-compatible server with curl
curl -X POST "http://localhost:8000/v1/chat/completions" \
   -H "Content-Type: application/json" \
   --data '{
     "model": "FritzStack/HiTOP-QWEN4B-mlx-Q4",
     "messages": [
       {"role": "user", "content": "Hello"}
     ]
   }'
Quick Links
pip install mlx-lm
!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.HiTOP import HiTOPPredictor_mlx
text = 'Some days I keep living, even though I feel completely alone in the world'
hitop = HiTOP_Predictor_mlx(model_name='FritzStack/HiTOP-QWEN4B-mlx-Q4')
hitop.predict_HiTOP(text)
Downloads last month
817
Safetensors
Model size
0.6B params
Tensor type
BF16
·
U32
·
MLX
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

Model tree for FritzStack/HiTOP-QWEN4B-mlx-Q4

Finetuned
Qwen/Qwen3-4B
Quantized
(1)
this model