-
Notifications
You must be signed in to change notification settings - Fork 15
Test different input sequence lengths for Llama #1070
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
Conversation
|
|
|
|
5b45490
to
710afb4
Compare
|
1 similar comment
|
|
1 similar comment
|
@pmarkovicTT is this one ready for review and potential merge? If not, can we move it to draft? |
710afb4
to
f081375
Compare
|
|
|
|
@nvukobratTT PR is ready for review/merge. Summary of previous conversations:
|
|
|
|
|
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.
Not to block anymore, left are minor details, so I'm approving this PR :))
Regarding CI, I would suggest adding 1B variant just to make sure that it's passing. 3B we can skip.
And make sure to check do you need input IDs DF (non-blocker) :))
2ab4f57
to
463414e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1070 +/- ##
=======================================
Coverage 43.40% 43.40%
=======================================
Files 48 48
Lines 7860 7860
=======================================
Hits 3412 3412
Misses 4448 4448 ☔ View full report in Codecov by Sentry. |
|
|
|
|
|
|
|
|
Add test to make sure Llama compiles and run fwd pass with different input sequence lengths as we will have inputs of various lengths during training. Close #1071
Add test to make sure Llama compiles and run fwd pass with different input sequence lengths as we will have inputs of various lengths during training.
Close #1071