wobondar commited on
Commit
62264ba
·
verified ·
1 Parent(s): 4c93f50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,9 +17,9 @@ tags:
17
  paper: https://arxiv.org/abs/2506.16655
18
  ---
19
 
20
- # wobondar/Arch-Router-1.5B-mlx-8Bit
21
 
22
- The Model [wobondar/Arch-Router-1.5B-mlx-8Bit](https://huggingface.co/wobondar/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,7 +30,7 @@ pip install mlx-lm
30
  ```python
31
  from mlx_lm import load, generate
32
 
33
- model, tokenizer = load("wobondar/Arch-Router-1.5B-mlx-8Bit")
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