Instructions to use NemoTLS/Skyfall-31B-v4.2-oQ4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use NemoTLS/Skyfall-31B-v4.2-oQ4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Skyfall-31B-v4.2-oQ4 NemoTLS/Skyfall-31B-v4.2-oQ4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 163 Bytes
24ee76a | 1 2 3 4 5 6 7 8 9 10 11 | {
"_from_model_config": true,
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": [
2
],
"pad_token_id": 11,
"transformers_version": "5.0.0"
}
|