Instructions to use mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir DeepSeek-Coder-V2-Lite-Instruct-4bit mlx-community/DeepSeek-Coder-V2-Lite-Instruct-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 181 Bytes
cd822fe | 1 2 3 4 5 6 7 8 9 10 | {
"_from_model_config": true,
"bos_token_id": 100000,
"eos_token_id": 100001,
"do_sample": true,
"temperature": 0.3,
"top_p": 0.95,
"transformers_version": "4.39.3"
}
|