Instructions to use apple/DCLM-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use apple/DCLM-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("apple/DCLM-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fast inference engine
#2
by SinanAkkoyun - opened
Hello,
I understand why you can't use Llama, but please work on a vLLM PR when dropping a new architecture like DeepSeek does
Thank you