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
5fd8daf098d1e4d12838d132b7672a03126048029903977d5e102630bb1fd669
Browse files
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:739a09167aab08ae7ccb49ab0229e21c300cd099692540ae61b56fe04cd4ab02
|
| 3 |
+
size 5295466340
|