You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
Operator and dtype selective build requires operator names to match
operators in use. This changes corrects the name for `full_like`
operator.
### Test plan
OpenAI's whisper-tiny encoder model requires the full_like operator.
Modified the `examples/selective_build/test_selective_build.sh` script
to use the pte from this model. Model previous crashed with missing
operator, but now completes without error. I.e. ran `bash
examples/selective_build/test_selective_build.sh cmake`.
0 commit comments