-
Notifications
You must be signed in to change notification settings - Fork 1.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
Support for Inf2 optimum class [WIP] #1364
Support for Inf2 optimum class [WIP] #1364
Conversation
Can you give this a first round of review. @haileyschoelkopf ? |
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 for creating this! The big thing I see with the current implementation is that we can minimize code reuse a lot here.
Are there any additional comments, or can this be merged? |
Didn't realize this was done! Yes, so long as unit tests pass, can be merged! |
Sounds good, unit tests have been passing. |
One last thing: could you add this model to the table of LM types and their names in the README, and also mention that it requires the optimum extra in the extras table? |
Okay @haileyschoelkopf done that and improved the dependencies message on model loading. |
Thank you, LGTM! (still missing an entry in our table of LM integrations: https://github.com/EleutherAI/lm-evaluation-harness?tab=readme-ov-file#model-apis-and-inference-servers but I can add that in a later commit if desired, can't edit your PR) |
Okay, updated the model name |
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 very much for the responsiveness and the contribution!
* initial commit * remove overwrite bs * adding neuronx dependencies * Update README.md * update neuronx
* initial commit * remove overwrite bs * adding neuronx dependencies * Update README.md * update neuronx
Adding support for inferntia.
Closes: #1343