Text Generation
Transformers
PyTorch
Safetensors
English
olmo
custom_code

it is ai_olmo or hf_olmo?

#3
by sequentialsystems - opened

ImportError: This modeling file requires the following packages that were not found in your environment: hf_olmo. Run pip install hf_olmo

then you type pip install hf_olmo and it says "ERROR: Could not find a version that satisfies the requirement hf_olmo (from versions: none)
ERROR: No matching distribution found for hf_olmo"

My pip is latest: version 23.3.2, so it is not that

In fact, here it says the command is pip install ai_olmo

to fix this, you need to run: pip install ai2-olmo

you can read how to use it in the Uses section

Allen Institute for AI org

Yeah @taufiqdp is right.
It's a default python error we can't overwrite (mentioned in the model card I think).

natolambert changed discussion status to closed

Sign up or log in to comment