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
[LLaMA2-7b] Warning: The shape inference of opmx::ParallelEmbedding type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
#82
Closed
syheliel opened this issue
May 31, 2024
· 1 comment
Loaded: layers.27.attention.wv.weight -> layers.27.attention.wqkv.weight[torch.Size([4096, 4096])]
Loaded: layers.27.attention.wo.weight -> layers.27.attention.wo.weight[torch.Size([4096, 4096])]
Loaded: layers.27.feed_forward.w1.weight -> layers.27.feed_forward.wu.weight[torch.Size([11008, 4096])]
Loaded: layers.27.feed_forward.w2.weight -> layers.27.feed_forward.w2.weight[torch.Size([4096, 11008])]
[ignore]
Loaded: layers.31.ffn_norm.weight -> layers.31.ffn_norm.weight[torch.Size([4096])]
rope.freqs is not loaded.
Loaded in 9.71 seconds
[rank0]:[W shape_type_inference.cpp:1973] Warning: The shape inference of opmx::ParallelEmbedding type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
[rank0]:[W shape_type_inference.cpp:1973] Warning: The shape inference of opmx::ColumnParallelLinear type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
[rank0]:[W shape_type_inference.cpp:1973] Warning: The shape inference of opmx::Reshape type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
[ignore]
[rank0]:[W shape_type_inference.cpp:1973] Warning: The shape inference of opmx::ColumnParallelLinear type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (function UpdateReliable)
The text was updated successfully, but these errors were encountered:
script:
warning:
The text was updated successfully, but these errors were encountered: