Instructions to use baa-ai/Llama-3.1-70B-Instruct-SWAN-5bit-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use baa-ai/Llama-3.1-70B-Instruct-SWAN-5bit-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Llama-3.1-70B-Instruct-SWAN-5bit-MLX baa-ai/Llama-3.1-70B-Instruct-SWAN-5bit-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 234 Bytes
abf7841 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": [
128001,
128008,
128009
],
"max_length": 131072,
"pad_token_id": 128004,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.44.2"
}
|