-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Update Model Card for Jamba #37152
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
Update Model Card for Jamba #37152
Conversation
|
Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the |
stevhliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks! 🤗
Co-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
stevhliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just a few more changes!
| <hfoption id="AutoModel"> | ||
|
|
||
| ### Run the model | ||
| ```python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitsandbytes is a nice and easy choice for inference 👍
You should have an un-quantized version as well though. So:
<hfoptions id="usage">
<hfoption id="Pipeline">
...
</hfoption>
<hfoption id="AutoModel">
unquantized example
</hfoption>
</hfoptions
Add quantization example hereCo-authored-by: Steven Liu <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
` Co-authored-by: Steven Liu <[email protected]>
|
Could you please review the changes? cc: @stevhliu |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
stevhliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks! 🤗
* Update model card for jamba * Apply the suggestions from code review Co-authored-by: Steven Liu <[email protected]> * Apply suggestions from code review-2 Co-authored-by: Steven Liu <[email protected]> * update model page. * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * Update as per code review. * Update docs/source/en/model_doc/jamba.md as per code review Co-authored-by: Steven Liu <[email protected]> * Update docs/source/en/model_doc/jamba.md as per code review ` Co-authored-by: Steven Liu <[email protected]> * update as per code review. * fixes --------- Co-authored-by: Steven Liu <[email protected]>
* Update model card for jamba * Apply the suggestions from code review Co-authored-by: Steven Liu <[email protected]> * Apply suggestions from code review-2 Co-authored-by: Steven Liu <[email protected]> * update model page. * Apply suggestions from code review Co-authored-by: Steven Liu <[email protected]> * Update as per code review. * Update docs/source/en/model_doc/jamba.md as per code review Co-authored-by: Steven Liu <[email protected]> * Update docs/source/en/model_doc/jamba.md as per code review ` Co-authored-by: Steven Liu <[email protected]> * update as per code review. * fixes --------- Co-authored-by: Steven Liu <[email protected]>
What does this PR do?
As described in the issue, this PR updates the model card for Jamba. I've chosen to also add the newer Jamba-Large-1.6 and Mini models in the model card as well and notes for loading the model using accelerate and BnB. Please let me know if any modifications are required and I will make the necessary changes.
#36979
Before submitting
Who can review?
@stevhliu