-
Notifications
You must be signed in to change notification settings - Fork 44
Support of Grok1 Model #373
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
Add the mode to the validated list and please post the accuracy numbers as well |
Also, grok1 2-layer model needs to be added to test files, and please paste with this PR the perplexity numbers in torch and AIC. |
Added. |
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.
Is this tested via infer CLI command?
This is good. But Anuj has suggested to do a first order perplexity analysis from our side for text models, before we close a model, and pass on to accuracy team. Can check with Anuj and run the perplexity scripts if needed. |
It was not supported through infer as this model is not integrated with Transformers. With latest commit added support of this. |
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.
Looks good to me, we can plan to merge the changes.
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Onkar Chougule <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
…te code execution Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Amit Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Rishin Raj <[email protected]>
Signed-off-by: Abukhoyer Shaik <[email protected]>
Signed-off-by: Abukhoyer Shaik <[email protected]>
Closing this Pull request as we have migrated these changes to another PR: #447 |
Support of Grok1 Model