File size: 502 Bytes
b807056
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d732c4f
b807056
 
 
d732c4f
cbb7232
d732c4f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
base_model: FritzStack/HiTOP-QWEN4B-merged
tags:
- text-generation-inference
- transformers
- unsloth
- qwen3
- mlx
- mlx-my-repo
license: apache-2.0
language:
- en
---

```bash
pip install mlx-lm
!pip install git+https://github.com/Fede-stack/TONYpy.git
```


```python
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)
```