-
Notifications
You must be signed in to change notification settings - Fork 62
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
upgrade optimum and then install optimum-neuron #533
Conversation
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, but still a workaround.
Let's improve tests to make sure it really works. |
My recent commits shall solve the installation issue, could you review it? Tested with |
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, thanks !
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
"evaluate==0.4.1" \ | ||
"requests==2.31.0" \ | ||
"notebook==7.0.6" \ | ||
"markupsafe==2.1.1" \ | ||
"jinja2==3.1.2" \ | ||
"attrs==23.1.0" | ||
|
||
# Temporary fix for the issue: https://github.com/huggingface/optimum-neuron/issues/142 | ||
pip install -U optimum |
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.
lets pin the version?
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.
I think from now on optimum-neuron
will be always compatible with the latest optimum since the installation of the latest optimum-neuron via optimum's neuronx extra won't work otherwise
What does this PR do?
This PR fixes issue #532 and applies the fix suggested by @dacorvo here: #142 (comment)
Fixes # (issue)
Before submitting