pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
2.22k stars 370 forks source link

dummy_llama compile error for qnn backend: TypeError: expected str, bytes or os.PathLike object, not NoneType #2557

Closed na20215 closed 8 months ago

na20215 commented 8 months ago

Hello, When I attempted to convert the default provided llama model using the command:

(executorch) root@autodl-container-ac04409354-154f940c:~/autodl-tmp# python -m executorch.examples.qualcomm.scripts.dummy_llama2 -b executorch/build_android -m SM8550 --compile_only

I encountered an error.

/root/miniconda3/envs/executorch/lib/python3.10/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
  _torch_pytree._register_pytree_node(
lm_eval is not installed, GPTQ may not be usable
lm_eval not available, skip defining GPTQQuantizer
QNN_SDK_ROOT=/opt/qcom/aistack/qnn/2.20.0.240223
LD_LIBRARY_PATH=/opt/qcom/aistack/qnn/2.20.0.240223/lib/x86_64-linux-clang/:
QNN_SDK_ROOT=/opt/qcom/aistack/qnn/2.20.0.240223
LD_LIBRARY_PATH=/opt/qcom/aistack/qnn/2.20.0.240223/lib/x86_64-linux-clang/:
[INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2
[WARNING] [Qnn ExecuTorch]: QnnDsp <W> Initializing HtpProvider

[INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2
[INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE.
[WARNING] [Qnn ExecuTorch]: QnnDsp <W> Performance Estimates unsupported

[WARNING] [Qnn ExecuTorch]: QnnDsp <W> Arch 68 set by custom config is different from arch associated with SoC 43, will overwrite it to 73

[INFO] [Qnn ExecuTorch]: Running level=3 optimization.
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.linear.default | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[ERROR] [Qnn ExecuTorch]: QnnDsp <E> Output[0] has incorrect Datatype 0x232.
[QNN Partitioner Op Support]: aten.rsqrt.default | True
[QNN Partitioner Op Support]: aten.add.Tensor | True
[QNN Partitioner Op Support]: aten.mean.dim | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.add.Tensor | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.linear.default | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.linear.default | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.sigmoid.default | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.linear.default | True
[QNN Partitioner Op Support]: aten.view_copy.default | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[ERROR] [Qnn ExecuTorch]: QnnDsp <E> Output[0] has incorrect Datatype 0x232.
[QNN Partitioner Op Support]: aten.rsqrt.default | True
[QNN Partitioner Op Support]: aten.add.Tensor | True
[QNN Partitioner Op Support]: aten.mean.dim | True
[QNN Partitioner Op Support]: aten.mul.Tensor | True
[QNN Partitioner Op Support]: aten.slice_copy.Tensor | True
[QNN Partitioner Op Support]: aten.slice_copy.Tensor | True
[QNN Partitioner Op Support]: aten.embedding.default | True
[INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2
[INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2
[INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE.
[WARNING] [Qnn ExecuTorch]: QnnDsp <W> Performance Estimates unsupported

[WARNING] [Qnn ExecuTorch]: QnnDsp <W> Arch 68 set by custom config is different from arch associated with SoC 43, will overwrite it to 73

[INFO] [Qnn ExecuTorch]: Running level=3 optimization.
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_4, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_9, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_14, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_19, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_24, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_1, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_2, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_5, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_3, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_1, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_2, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_3, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_2, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_3, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_3, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_4, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_6, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_1, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_2, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_1, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_7, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_8, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_9, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_3, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_1, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_1, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_4, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_5, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_6, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_2, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_2, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_7, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_8, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_9, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_19, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_7, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_5, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_6, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_7, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_8, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_4, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_5, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_6, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_7, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_17, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_18, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_20, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_4, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_5, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_2, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_6, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_3, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_21, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_22, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_23, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_10, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_3, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_3, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_11, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_12, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_13, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_4, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_4, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_14, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_15, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_16, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_33, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_11, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_10, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_11, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_12, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_13, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_8, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_9, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_10, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_11, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_31, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_32, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_34, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_8, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_9, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_4, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_10, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_5, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_35, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_36, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_17, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_5, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_5, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_18, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_19, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_20, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_6, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_6, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_21, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_22, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_23, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_15, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_15, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_16, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_17, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_18, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_12, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_13, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_14, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_15, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_12, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_13, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_6, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_14, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_7, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_49, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_50, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_51, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_24, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_7, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_7, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_25, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_26, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_27, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_8, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_8, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_28, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_29, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_30, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_61, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_19, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_20, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_21, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_22, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_copy_dims_23, aten.squeeze_copy.dims
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_16, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_17, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_18, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default_19, aten.unsqueeze_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_59, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_60, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_62, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_16, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_17, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_8, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_expand_copy_default_18, aten.expand_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_bmm_default_9, aten.bmm.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_63, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_64, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_65, aten.permute_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_31, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_9, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_9, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_32, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_33, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_34, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mean_dim_10, aten.mean.dim
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rsqrt_default_10, aten.rsqrt.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_linear_default_35, aten.linear.default
INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default
[INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters
[INFO] [Qnn ExecuTorch]: Destroy Qnn context
[INFO] [Qnn ExecuTorch]: Destroy Qnn device
[INFO] [Qnn ExecuTorch]: Destroy Qnn backend
opcode         name                      target                       args                           kwargs
-------------  ------------------------  ---------------------------  -----------------------------  --------
placeholder    arg55_1                   arg55_1                      ()                             {}
get_attr       lowered_module_0          lowered_module_0             ()                             {}
call_function  executorch_call_delegate  executorch_call_delegate     (lowered_module_0, arg55_1)    {}
call_function  getitem                   <built-in function getitem>  (executorch_call_delegate, 0)  {}
output         output                    output                       ((getitem,),)                  {}
[INFO] [Qnn ExecuTorch]: Destroy Qnn context
[INFO] [Qnn ExecuTorch]: Destroy Qnn device
[INFO] [Qnn ExecuTorch]: Destroy Qnn backend
Traceback (most recent call last):
  File "/root/miniconda3/envs/executorch/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/root/miniconda3/envs/executorch/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/root/autodl-tmp/executorch/examples/qualcomm/scripts/dummy_llama2.py", line 111, in <module>
    adb.push(inputs=inputs, input_list=input_list)
  File "/root/autodl-tmp/executorch/examples/qualcomm/scripts/utils.py", line 77, in push
    self._adb(["shell", f"rm -rf {self.workspace}"])
  File "/root/autodl-tmp/executorch/examples/qualcomm/scripts/utils.py", line 72, in _adb
    subprocess.run(
  File "/root/miniconda3/envs/executorch/lib/python3.10/subprocess.py", line 503, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/root/miniconda3/envs/executorch/lib/python3.10/subprocess.py", line 971, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/root/miniconda3/envs/executorch/lib/python3.10/subprocess.py", line 1796, in _execute_child
    self.pid = _posixsubprocess.fork_exec(
TypeError: expected str, bytes or os.PathLike object, not NoneType

I was wondering if this issue could possibly be related to my use of qnn2.20? Any advice or suggestions you could provide would be greatly appreciated.

salykova commented 8 months ago

Hi @na20215, I have just tested it with QNN 2.19 and it works fine. Could you please try QNN < 2.20 ?

shewu-quic commented 8 months ago

Hi @na20215, Thanks for pointing out. This error is not matter about llama2 compilation. We lost to handle compile_only argument in dummy_llama2.py. I have created a PR to fix it.

na20215 commented 8 months ago

Hi @na20215, I have just tested it with QNN 2.19 and it works fine. Could you please try QNN < 2.20 ?

Hi @salykovaa thanks for replying I turn the qnn version from 2.20.0.240223 to 2.19.4.240226, and try to run the commend again:

python -m executorch.examples.qualcomm.scripts.dummy_llama2 -b executorch/build_android -m SM8550 --compile_only

but I got more error message like this:

[WARNING] [Qnn ExecuTorch]: Qnn Backend op validation failed with error: 3110
[QNN Partitioner Op Support]: aten.mul.Tensor | False
[ERROR] [Qnn ExecuTorch]: Input[1] has incorrect Rank 0.

[ERROR] [Qnn ExecuTorch]: Input[1] has incorrect Rank 0.

[ERROR] [Qnn ExecuTorch]: Op specific validation failed.

[ERROR] [Qnn ExecuTorch]: QnnDsp <E> validateNativeOps master op validator aten_mul_tensor_91:qti.aisw:ElementWiseMultiply failed 3110

[ERROR] [Qnn ExecuTorch]: QnnDsp <E> QnnBackend_validateOpConfig failed 3110

[ERROR] [Qnn ExecuTorch]: QnnDsp <E> Failed to validate op aten_mul_tensor_91 with error 0xc26

The original error still persists. It seems that the QNN version is partly related to my issue. Could you please share the QNN version which you are using? Thanks again!

na20215 commented 8 months ago

Hi @na20215, Thanks for pointing out. This error is not matter about llama2 compilation. We lost to handle compile_only argument in dummy_llama2.py. I have created a PR to fix it.

thanks for replying. I would like to inquire whether the current version of executorch supports compiling the llama2-7b model for the qnn backend. If it does not, is it possible to achieve this functionality by modifying the dummy llama or other parts of the code? I am very interested in this feature. Would this task be very difficult?

salykova commented 8 months ago

@na20215 sorry, previously I run the script without --compile_only flag, therefore it worked. Both qnn versions 2.19 and 2.20 work without --compile_only flag.

python -m executorch.examples.qualcomm.scripts.dummy_llama2 -b executorch/build_android -m SM8550 --device SERIAL_NUMBER
shewu-quic commented 8 months ago

thanks for replying. I would like to inquire whether the current version of executorch supports compiling the llama2-7b model for the qnn backend. If it does not, is it possible to achieve this functionality by modifying the dummy llama or other parts of the code? I am very interested in this feature. Would this task be very difficult?

Thanks for patient. This example is to show the feasibility of exporting Llama2 model with Qualcomm backend in ExecuTorch. For more details, you could refer to here. We are working on llama2-7b model and stay tune on it.