Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove dead code #23

Merged
merged 3 commits into from
Feb 8, 2024
Merged

Conversation

vatsalaggarwal
Copy link
Member

No description provided.

@vatsalaggarwal vatsalaggarwal merged commit a52ac77 into main Feb 8, 2024
@vatsalaggarwal vatsalaggarwal deleted the sidroopdaska/remove_dead_code branch February 8, 2024 18:07
@androiddrew
Copy link

androiddrew commented Feb 8, 2024

@vatsalaggarwal you missed https://github.com/metavoiceio/metavoice-src/blob/main/fam/llm/mixins/__init__.py#L2 and broke the build.

: UserWarning: `torchaudio.backend.common.AudioMetaData` has been moved to `torchaudio.AudioMetaData`. Please update the import path.
  from torchaudio.backend.common import AudioMetaData
Traceback (most recent call last):
  File "/home/toor/experiments/metavoice-src/fam/llm/serving.py", line 19, in <module>
    from fam.llm.sample import (
  File "/home/toor/experiments/metavoice-src/fam/llm/sample.py", line 23, in <module>
    from fam.llm.model import GPT, GPTConfig
  File "/home/toor/experiments/metavoice-src/fam/llm/model.py", line 13, in <module>
    from fam.llm.mixins import CausalInferenceMixin, NonCausalInferenceMixin
  File "/home/toor/experiments/metavoice-src/fam/llm/mixins/__init__.py", line 2, in <module>
    from fam.llm.mixins.gpt2loading import GPT2LoadingMixin
ModuleNotFoundError: No module named 'fam.llm.mixins.gpt2loading'

@vatsalaggarwal
Copy link
Member Author

sorry, thanks for that... should be fixed in #24

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.

2 participants