Update README.md
Browse files
README.md
CHANGED
|
@@ -17,9 +17,9 @@ tags:
|
|
| 17 |
paper: https://arxiv.org/abs/2506.16655
|
| 18 |
---
|
| 19 |
|
| 20 |
-
#
|
| 21 |
|
| 22 |
-
The Model [
|
| 23 |
|
| 24 |
## Use with mlx
|
| 25 |
|
|
@@ -30,7 +30,7 @@ pip install mlx-lm
|
|
| 30 |
```python
|
| 31 |
from mlx_lm import load, generate
|
| 32 |
|
| 33 |
-
model, tokenizer = load("
|
| 34 |
|
| 35 |
prompt="hello"
|
| 36 |
|
|
|
|
| 17 |
paper: https://arxiv.org/abs/2506.16655
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# mlx-community/Arch-Router-1.5B-mlx-8Bit
|
| 21 |
|
| 22 |
+
The Model [mlx-community/Arch-Router-1.5B-mlx-8Bit](https://huggingface.co/mlx-community/Arch-Router-1.5B-mlx-8Bit) was converted to MLX format from [katanemo/Arch-Router-1.5B](https://huggingface.co/katanemo/Arch-Router-1.5B) using mlx-lm version **0.26.4**.
|
| 23 |
|
| 24 |
## Use with mlx
|
| 25 |
|
|
|
|
| 30 |
```python
|
| 31 |
from mlx_lm import load, generate
|
| 32 |
|
| 33 |
+
model, tokenizer = load("mlx-community/Arch-Router-1.5B-mlx-8Bit")
|
| 34 |
|
| 35 |
prompt="hello"
|
| 36 |
|