Lei Gao
Lei Gao
Same issue. Have you fixed this?
I have the same issue and I am running the code directly downloaded from DRBox github page. Any other thoughts to solve this problem? Thank you!
Can you describe on what OS you are running fedml and which version of fedml?
Hi @flying-pigeon, I tried fedml 0.7.90 and it worked on my desktop. Please join our slack group or wechat group and we can help you there.
Please check this link: https://github.com/FedML-AI/FedML#join-the-community
@hdnhan @rahulatulbhope Have you tried our current version FedIoT: https://github.com/FedML-AI/FedML/tree/master/iot We have migrated our code to the above link.
Try this version of QNN SDK: 2.20.0.240223. The older version may miss that file.
Hi, I have the same issue. Have you sloved it? Many thanks in advance.
I also have the same question. Here is the [commit](https://github.com/meta-llama/llama/commit/e9077bd24177a74aa79f406bef7d4b57fe393157) that added this code. @flu0r1ne Can you please explain more on this? Any help would be appreciated.
The graph looks like this: ``` def forward(self, b_state, x): aten_full_default = executorch_exir_dialects_edge__ops_aten_full_default([1, 1], 1, dtype = torch.float32, layout = torch.strided, device = device(type='cpu'), pin_memory = False) aten_add_tensor = executorch_exir_dialects_edge__ops_aten_add_Tensor(b_state,...