H2O
H2O copied to clipboard
Fix RotaryEmbedding import in modify_gptneox
rename RotaryEmbedding -> GPTNeoXRotaryEmbedding in utils_hh/modify_gptneox.py
This fixes the error ImportError: cannot import name 'RotaryEmbedding' from 'transformers.models.gpt_neox.modeling_gpt_neox' encountered in run_text_generation.py.
This also updates the readme install instructions to specify transformers version 4.33, as this relates to several open issues:
- https://github.com/FMInference/H2O/issues/42
- https://github.com/FMInference/H2O/issues/38
- https://github.com/FMInference/H2O/issues/25