Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ tags:
|
|
| 5 |
base_model: RekaAI/reka-flash-3
|
| 6 |
---
|
| 7 |
|
| 8 |
-
#
|
| 9 |
|
| 10 |
-
The Model [
|
| 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("
|
| 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 |
|