Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import error in
deepspeed_to_megatron.py
(#455)
Previously, `deepspeed_to_megatron.py` would raise an import error due to the relative import. This commit fixes this issue by changing from the relative import to the absolute import like in `deepspeed_to_transformers.py`. Signed-off-by: Logan Adams <[email protected]>
- Loading branch information