Instructions to use taontronic/NPC-LLM-3_8B-mlx-8Bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use taontronic/NPC-LLM-3_8B-mlx-8Bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NPC-LLM-3_8B-mlx-8Bit taontronic/NPC-LLM-3_8B-mlx-8Bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 172 Bytes
48e11b7 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": [
32000,
32001,
32007
],
"pad_token_id": 32000,
"transformers_version": "4.38.1"
}
|