How to use collabllm/CollabLLM-code-Llama-3.1-8B-Instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("collabllm/CollabLLM-code-Llama-3.1-8B-Instruct", dtype="auto")