automate-test / modeling_olmo.py
cbrownpinilla's picture
Upload folder using huggingface_hub
c98e54a verified
raw
history blame contribute delete
131 Bytes
from hf_olmo import OLMoForCausalLM, OLMoConfig
from transformers import AutoModel
AutoModel.register(OLMoConfig, OLMoForCausalLM)