Instructions to use DEVECOAI/DeepSeek-Coder-V2-Lite-Instruct_lr4e-05_r32_rsTrue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DEVECOAI/DeepSeek-Coder-V2-Lite-Instruct_lr4e-05_r32_rsTrue with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DEVECOAI/DeepSeek-Coder-V2-Lite-Instruct_lr4e-05_r32_rsTrue", dtype="auto") - Notebooks
- Google Colab
- Kaggle