How to use eustlb/canary-1b-v2 with NeMo:
# tag did not correspond to a valid NeMo domain.
How to use eustlb/canary-1b-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("eustlb/canary-1b-v2", dtype="auto")