-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Mixtral] Add mixtral moe #7803
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #7803 +/- ##
==========================================
Coverage 56.56% 56.57%
==========================================
Files 589 592 +3
Lines 89939 90998 +1059
==========================================
+ Hits 50874 51482 +608
- Misses 39065 39516 +451 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,32 @@ | |||
{ | |||
"model_name_or_path": "mistralai/Mixtral-8x7B-Instruct-v0.1", |
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.
新增一下sft的训练脚本
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.
done
lgtm |
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.
lgtm
PR types
New features
PR changes
Models
Description
Add mixtral model.