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

Mamba #113

Merged
merged 30 commits into from
May 27, 2024
Merged

Mamba #113

merged 30 commits into from
May 27, 2024

Conversation

mrudat-iais
Copy link
Collaborator

  • added mamba implementation
  • adapted implementation to modalities interface
  • added tests for mamba classes

rrutmann and others added 6 commits April 29, 2024 15:46
- generate method now in interface
- "input_ids" now as variable saved in models and configs
- generate method now in interface
- "input_ids" now as variable saved in models and configs
- generate method now in interface
- "input_ids" now as variable saved in models and configs
- generate method now in interface
- "input_ids" now as variable saved in models and configs
Copy link
Member

@thomaschhh thomaschhh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional type hints / annotations would be helpful.

src/modalities/models/mamba/mamba_block.py Show resolved Hide resolved
src/modalities/models/mamba/mamba_block.py Outdated Show resolved Hide resolved
ajude2s and others added 3 commits May 13, 2024 16:38
- Adapted the tests for the new configs
- Changed the interface for generate and generate_text functions for all the models
@rrutmann
Copy link
Collaborator

Additional type hints / annotations would be helpful.

We added the missing type hints

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.

4 participants