-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add TVM decomposition for masked_scatter op #1188
Conversation
|
|
1 similar comment
|
@ashokkumarkannan1 seems like a few of tests are failing. Can we fix those before pushing for review? Until then, it can probably be a Draft PR? :)) |
05d38a5
to
161f799
Compare
|
|
|
|
### Ticket Fix #1177 ### What's changed Add Model tests for Llava Model ### Logs [test_llava.log](https://github.com/user-attachments/files/18687248/test_llava.log) ### Current Issue ``` E NotImplementedError: The following operators are not implemented: ['aten::masked_scatter'] ``` And this will be solved in this PR - #1188
d828ed5
to
1b55360
Compare
|
|
1 similar comment
|
|
|
1 similar comment
|
|
1 similar comment
|
Let's first finish the change on the tvm side, so we can get to this later. Also please change |
be7363f
to
a36b7ad
Compare
|
1 similar comment
|
|
1 similar comment
|
Hi @nvukobratTT & @vkovinicTT , Thanks . |
a36b7ad
to
0d6ee4a
Compare
|
1 similar comment
|
|
|
1 similar comment
|
feab4f4
to
cc71366
Compare
cc71366
to
4a997b5
Compare
|
|
|
|
1 similar comment
|
Ticket
Fix #1187
What's changed