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
remove the unnecessary fx wrapped function in test_model (#2900)
Summary:
Pull Request resolved: #2900
# context
* prevously this `_post_ebc_test_wrap_function` function is added because of fx tracing issue D45133173
> Currently when fx tracing ebc would output `EmbeddingBagCollectionAwaitable` instead of a proxy object. If there're a wrapped function which takes this as input (and neither of the other inputs is proxy), then we would see such error
* This problem is gone so this wrap function is no longer needed
Reviewed By: dstaay-fb
Differential Revision: D63901161
fbshipit-source-id: c2e6694754a31d100e24a7da573aa58f3befcbd4
0 commit comments