Instructions to use mlx-community/Yi-9B-q with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Yi-9B-q with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("mlx-community/Yi-9B-q") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use mlx-community/Yi-9B-q with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "mlx-community/Yi-9B-q" --prompt "Once upon a time"
- Atomic Chat
Update README.md with license information
#1
by Chen-01AI - opened
README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
tags:
|
| 4 |
- mlx
|
| 5 |
-
license_name: yi-license
|
| 6 |
-
license_link: LICENSE
|
| 7 |
widget:
|
| 8 |
- example_title: Yi-34B-Chat
|
| 9 |
text: hi
|
|
@@ -13,22 +10,22 @@ widget:
|
|
| 13 |
text: There's a place where time stands still. A place of breath taking wonder,
|
| 14 |
but also
|
| 15 |
output:
|
| 16 |
-
text:
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
get started now shall We?'
|
| 31 |
pipeline_tag: text-generation
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
# mlx-community/Yi-9B-q
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- mlx
|
|
|
|
|
|
|
| 4 |
widget:
|
| 5 |
- example_title: Yi-34B-Chat
|
| 6 |
text: hi
|
|
|
|
| 10 |
text: There's a place where time stands still. A place of breath taking wonder,
|
| 11 |
but also
|
| 12 |
output:
|
| 13 |
+
text: " an eerie sense that something is just not right\u2026\nBetween the two\
|
| 14 |
+
\ worlds lies The Forgotten Kingdom - home to creatures long since thought extinct\
|
| 15 |
+
\ and ancient magic so strong it defies belief! Only here can you find what\
|
| 16 |
+
\ has been lost for centuries: An Elixir Of Life which will restore youth and\
|
| 17 |
+
\ vitality if only those who seek its power are brave enough to face up against\
|
| 18 |
+
\ all manner of dangers lurking in this mysterious land! But beware; some say\
|
| 19 |
+
\ there may even exist powerful entities beyond our comprehension whose intentions\
|
| 20 |
+
\ towards humanity remain unclear at best ---- they might want nothing more\
|
| 21 |
+
\ than destruction itself rather then anything else from their quest after immortality\
|
| 22 |
+
\ (and maybe someone should tell them about modern medicine)? In any event though\
|
| 23 |
+
\ \u2013 one thing remains true regardless : whether or not success comes easy\
|
| 24 |
+
\ depends entirely upon how much effort we put into conquering whatever challenges\
|
| 25 |
+
\ lie ahead along with having faith deep down inside ourselves too ;) So let\u2019\
|
| 26 |
+
s get started now shall We?"
|
|
|
|
| 27 |
pipeline_tag: text-generation
|
| 28 |
+
license: apache-2.0
|
| 29 |
---
|
| 30 |
|
| 31 |
# mlx-community/Yi-9B-q
|