abalogh commited on
Commit
71df733
·
verified ·
1 Parent(s): 0da244c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ tags:
5
  base_model: RekaAI/reka-flash-3
6
  ---
7
 
8
- # abalogh/reka-flash-3-4bit
9
 
10
- The Model [abalogh/reka-flash-3-4bit](https://huggingface.co/abalogh/reka-flash-3-4bit) was
11
  converted to MLX format from [RekaAI/reka-flash-3](https://huggingface.co/RekaAI/reka-flash-3)
12
  using mlx-lm version **0.21.5**.
13
 
@@ -20,7 +20,7 @@ pip install mlx-lm
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
- model, tokenizer = load("abalogh/reka-flash-3-4bit")
24
 
25
  prompt = "hello"
26
 
 
5
  base_model: RekaAI/reka-flash-3
6
  ---
7
 
8
+ # mlx-community/reka-flash-3-4bit
9
 
10
+ The Model [mlx-community/reka-flash-3-4bit](https://huggingface.co/mlx-community/reka-flash-3-4bit) was
11
  converted to MLX format from [RekaAI/reka-flash-3](https://huggingface.co/RekaAI/reka-flash-3)
12
  using mlx-lm version **0.21.5**.
13
 
 
20
  ```python
21
  from mlx_lm import load, generate
22
 
23
+ model, tokenizer = load("mlx-community/reka-flash-3-4bit")
24
 
25
  prompt = "hello"
26