diff --git a/hf_olmo/convert_olmo_to_hf.py b/hf_olmo/convert_olmo_to_hf.py index 66b6ad7c5..14ac6beb9 100644 --- a/hf_olmo/convert_olmo_to_hf.py +++ b/hf_olmo/convert_olmo_to_hf.py @@ -4,7 +4,7 @@ import shutil import torch - +from omegaconf import OmegaConf as om from hf_olmo.configuration_olmo import OLMoConfig from hf_olmo.modeling_olmo import OLMoForCausalLM from hf_olmo.tokenization_olmo_fast import OLMoTokenizerFast