Instructions to use TheBlueObserver/Meta-Llama-3-8B-MLX-196c8 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-196c8 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-196c8") 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-196c8 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-196c8" --prompt "Once upon a time"
Upload folder using huggingface_hub
Upload folder using huggingface_hub
Multi commit ID: a72851501faba73422c014a4a091c31471b6b98db679e47277d81e4cf4f495bc
Scheduled commits:
- Upload 1 file(s) totalling 4.5G (cbcafedadbbb53d63e811dc535e6223e52da5b0bc6b15ab8815d2696a81dfc15)
- Upload 6 file(s) totalling 9.2M (0597b529fa7fe23af1ddecb828e8e2d8b93cf0af7c4cc4da61ee66b7f46e71ad)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.
create_pr=False has been passed so PR is automatically merged.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.