Skip to content

fix: Import OrderedDict in encoder.py#22

Merged
haerski merged 2 commits intoLiquid4All:mainfrom
itsPronay:patch-1
Apr 1, 2026
Merged

fix: Import OrderedDict in encoder.py#22
haerski merged 2 commits intoLiquid4All:mainfrom
itsPronay:patch-1

Conversation

@itsPronay
Copy link
Copy Markdown
Contributor

@itsPronay itsPronay commented Mar 9, 2026

This PR fixes #23

@ArthurBook
Copy link
Copy Markdown
Contributor

LGTM. @haerski what do you think?

@haerski
Copy link
Copy Markdown
Collaborator

haerski commented Mar 10, 2026

Maybe the correct thing to do here is to just remove the offending methods. Even with the import, the methods are still broken, because we don't import any of the other types like NeuralType...

They are remnants from NeMO that are not used in this repo, so it should be safe

@haerski haerski merged commit 4b422fe into Liquid4All:main Apr 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: NameError: name 'OrderedDict' is not defined in conformer/encoder.py

3 participants