-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 Roberta embedding models #9387
Commits on Nov 7, 2024
-
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f7e23fb - Browse repository at this point
Copy the full SHA f7e23fbView commit details -
add support for Roberta models
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 10ebc9e - Browse repository at this point
Copy the full SHA 10ebc9eView commit details
Commits on Nov 11, 2024
-
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b457cc5 - Browse repository at this point
Copy the full SHA b457cc5View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3fe28f6 - Browse repository at this point
Copy the full SHA 3fe28f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b75f4a - Browse repository at this point
Copy the full SHA 5b75f4aView commit details -
Fixes conflicts with new upstream changes
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 971acea - Browse repository at this point
Copy the full SHA 971aceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a2d58 - Browse repository at this point
Copy the full SHA 18a2d58View commit details -
More fixed related to the upstream merge
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 40ac579 - Browse repository at this point
Copy the full SHA 40ac579View commit details -
Adds test for roberta model executor
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for e171896 - Browse repository at this point
Copy the full SHA e171896View commit details -
Asserts for Roberta models instance
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 55912f9 - Browse repository at this point
Copy the full SHA 55912f9View commit details -
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 6f06a76 - Browse repository at this point
Copy the full SHA 6f06a76View commit details -
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d4c8849 - Browse repository at this point
Copy the full SHA d4c8849View commit details -
Modifies test for multilingual-e5-large
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for b9e64b1 - Browse repository at this point
Copy the full SHA b9e64b1View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 366a992 - Browse repository at this point
Copy the full SHA 366a992View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed1216 - Browse repository at this point
Copy the full SHA aed1216View commit details -
Configuration menu - View commit details
-
Copy full SHA for aae474e - Browse repository at this point
Copy the full SHA aae474eView commit details -
finish generalizing the Bert classes
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 07c931c - Browse repository at this point
Copy the full SHA 07c931cView commit details -
Skips test for ROCm unsupported platform
Signed-off-by: Flavia Beo <flavia.beo@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 4495a50 - Browse repository at this point
Copy the full SHA 4495a50View commit details
Commits on Nov 14, 2024
-
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 49e8381 - Browse repository at this point
Copy the full SHA 49e8381View commit details -
add assert to verify assumption
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1267bba - Browse repository at this point
Copy the full SHA 1267bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49cc57b - Browse repository at this point
Copy the full SHA 49cc57bView commit details -
Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 0f334ae - Browse repository at this point
Copy the full SHA 0f334aeView commit details -
Remove encoder embedding model for compile test
The test is failing with Unsupported('dynamic shape operator: aten.nonzero.default; to enable, set torch._dynamo.config.capture_dynamic_output_shape_ops = True\n\nfrom user code:\n File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/roberta.py", line 107, in forward\n assert len(torch.nonzero(positions[start_pos])) == 0\n\nSet TORCH_LOGS="+dynamo" and TORCHDYNAMO_VERBOSE=1 for more information\n\n\nYou can suppress this exception and fall back to eager by setting:\n import torch._dynamo\n torch._dynamo.config.suppress_errors = True\n') Signed-off-by: Max de Bayser <mbayser@br.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f27aae1 - Browse repository at this point
Copy the full SHA f27aae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a9d22 - Browse repository at this point
Copy the full SHA 44a9d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f31bd5 - Browse repository at this point
Copy the full SHA 9f31bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ead23 - Browse repository at this point
Copy the full SHA 80ead23View commit details