How to use microsoft/cocolm-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("microsoft/cocolm-large", dtype="auto")
What is a pickle import?