Instructions to use TheBlueObserver/Meta-Llama-3-8B-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use TheBlueObserver/Meta-Llama-3-8B-MLX 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("TheBlueObserver/Meta-Llama-3-8B-MLX") 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 TheBlueObserver/Meta-Llama-3-8B-MLX with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "TheBlueObserver/Meta-Llama-3-8B-MLX" --prompt "Once upon a time"
- Atomic Chat
1373b8a0457e2b083d51af6c4c43c59937eb238d818110a7f764e317976568df
Browse files
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7e10d239b9ea23f5dcfa07ada893abb98c106d26a7e9e1c14bdf233c06175a2
|
| 3 |
+
size 4362258684
|