-
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
[Inference] Improve the support of sentence transformers #408
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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 do we have tests for 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.
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, Thanks for this pull-request !
Note: "Abandon inf1": I sympathize ... 😉
@JingyaHuang as discussed we'll find a way to stop editing |
[Heads up!] |
|
This PR aims
It will solve reported issue: aws-neuron/aws-neuron-sdk#808
cc. @fxmarty
[Examples]
optimum-cli export neuron -m sentence-transformers/clip-ViT-B-32 --sequence_length 64 --batch_size 1 --num_channels 3 --height 64 --width 64 --task feature-extraction --library-name sentence_transformers --subfolder 0_CLIPModel clip_emb/
[Inference]