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
usharding <> lowering compatibility for CFR / IFR SIM (meta-pytorch#3512)
Summary:
Pull Request resolved: meta-pytorch#3512
Lowering error thrown with torch.split(embeddings_i, length_per_key, dim=0) with lowering complaining about length_per_key being list. Wrapped it within a list. Even though we are calling torch.split twice for embeddings and values, there doesn't seem to be any regression due to this. Also almost all the models are not using values field (probably this is not compatible within inference / usharding currently).
Reviewed By: Jason-KChen
Differential Revision: D86117088
fbshipit-source-id: 9b23fb4e15cb668d8a4080d7692badd8d1336753
0 commit comments