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
f2c11b8a4321faa5b5c43df4614ffd6f3cf64b4d3b2c61be9a30be21a888fa3f
Browse files
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dbf99f8e3a392c3b869c7e0c9e583b02dcbbfe6f3bff15091d1503e506b162d
|
| 3 |
+
size 5352157721
|