versae commited on
Commit
fc81f5e
·
verified ·
1 Parent(s): 237da37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/versae/borealis-12b-instruct-preview-mlx-8bit
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 = "hello"
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}]