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] Add streaming support to Codestral Mamba #212

Open
xNul opened this issue Aug 15, 2024 · 0 comments
Open

[Feat] Add streaming support to Codestral Mamba #212

xNul opened this issue Aug 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@xNul
Copy link

xNul commented Aug 15, 2024

Python -VV

N/A

Pip Freeze

N/A

Reproduction Steps

N/A

Expected Behavior

N/A

Additional Context

N/A

Suggested Solutions

mamba-ssm has added streaming support for the Mamba architecture Codestral Mamba uses via the streamer parameter which can be passed as an argument in this function call:

output = model.model.generate(
So now it should be pretty easy to implement streaming support for Codestral Mamba in mistral-inference.

@xNul xNul added the bug Something isn't working label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant