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
OpenLM legacy-install-failure
#5
by maxhirez - opened
Pip won't build OpenLM -there's a c error:
clang: error: unsupported option '-fopenmp'
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure