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
Description
We manually shard tensors in llama2_70b and experimental/llama2_70b
This blocks removal of all_gather op from tt_lib and replacement of it with ttnn.all_gather
Please switch these models to multi-device tensors.
* #9486: Revert removal of all_gather bindings from tt_lib
This reverts commit b88cf09.
* #9486: revert from ttnn to tt_lib all_gather in llama2_70 t3k
Description
We manually shard tensors in llama2_70b and experimental/llama2_70b
This blocks removal of
all_gather
op from tt_lib and replacement of it withttnn.all_gather
Please switch these models to multi-device tensors.
See example PR for falcon_40b
#9544
The text was updated successfully, but these errors were encountered: