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(transformers): add support to Mamba #4669

Merged
merged 1 commit into from
Jan 23, 2025
Merged

feat(transformers): add support to Mamba #4669

merged 1 commit into from
Jan 23, 2025

Conversation

mudler
Copy link
Owner

@mudler mudler commented Jan 22, 2025

Description

This PR merges the Mamba backend with transformers. Transformers does indeed support mamba, so there is no need to have a separate backend (https://huggingface.co/docs/transformers/model_doc/mamba). The mamba backend now aliases directly to transformers and sets the appropriate type

Notes for Reviewers

Note: this PR removes mamba backend and replaces it with transformers. See also #1126

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented Jan 22, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 6b06a9d
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/6791fe2dae3b83000844a80d
😎 Deploy Preview https://deploy-preview-4669--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mudler mudler force-pushed the drop/mamba-backend branch from 2c64164 to d1912bc Compare January 22, 2025 21:07
@mudler mudler force-pushed the drop/mamba-backend branch from d1912bc to 6b06a9d Compare January 23, 2025 08:30
@mudler mudler merged commit 89429a4 into master Jan 23, 2025
20 of 21 checks passed
@mudler mudler deleted the drop/mamba-backend branch January 23, 2025 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant