Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ tags:
|
|
| 21 |
|
| 22 |
Converted to **MLX** from [NbAiLab/borealis-12b-instruct-preview](https://huggingface.co/NbAiLab/borealis-12b-instruct-preview) using `mlx-lm` **0.29.1**.
|
| 23 |
|
| 24 |
-
**Repo:** https://huggingface.co/
|
| 25 |
|
| 26 |
## Use with mlx
|
| 27 |
|
|
@@ -34,7 +34,7 @@ from mlx_lm import load, generate
|
|
| 34 |
|
| 35 |
model, tokenizer = load("versae/borealis-12b-instruct-preview-mlx-8bit")
|
| 36 |
|
| 37 |
-
prompt = "
|
| 38 |
|
| 39 |
if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
|
| 40 |
messages = [{"role": "user", "content": prompt}]
|
|
|
|
| 21 |
|
| 22 |
Converted to **MLX** from [NbAiLab/borealis-12b-instruct-preview](https://huggingface.co/NbAiLab/borealis-12b-instruct-preview) using `mlx-lm` **0.29.1**.
|
| 23 |
|
| 24 |
+
**Repo:** https://huggingface.co/NbAiLab/borealis-12b-instruct-preview-mlx-8bit
|
| 25 |
|
| 26 |
## Use with mlx
|
| 27 |
|
|
|
|
| 34 |
|
| 35 |
model, tokenizer = load("versae/borealis-12b-instruct-preview-mlx-8bit")
|
| 36 |
|
| 37 |
+
prompt = "hei :)"
|
| 38 |
|
| 39 |
if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not None:
|
| 40 |
messages = [{"role": "user", "content": prompt}]
|