How to use mlfoundations/dclm-7b-it with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mlfoundations/dclm-7b-it", dtype="auto")
· Sign up or log in to comment