Hansong

Results 26 comments of Hansong

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/2919 Link to release branch PR: * https://github.com/pytorch/executorch/pull/2923 Criteria category and reasons: * Documentation improvements. Better readability for markdown. ------ @guangy10 merged

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/2899 Link to release branch PR: * https://github.com/pytorch/executorch/pull/2924 Criteria category and reasons: * Documentation improvements. For Android, only use path `/data/local/tmp/llama` to avoid confusion....

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/2934 * https://github.com/pytorch/executorch/pull/2961 * https://github.com/pytorch/executorch/pull/3006 [NOT CLEAN CP] Link to release branch PR: * https://github.com/pytorch/executorch/pull/3025 Criteria category and reasons: * Bug fixes in demos/examples...

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/2956 Link to release branch PR: * https://github.com/pytorch/executorch/pull/3026 Criteria category and reasons: * Bug fixes in demos/examples. No new features/experiments. Need #3025 to be...

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/2962 Link to release branch PR: * https://github.com/pytorch/executorch/pull/3027 Criteria category and reasons: * Bug fixes in demos/examples. No new features/experiments. Need #3025 and #3026...

> Just FYI, if you want the authentication with AWS on `Android / test-llama-app / mobile-job` to pass, choose not to use a forked PR when exporting the PR. Only...

Hi @adonnini, Seems to be from https://github.com/pytorch/executorch/blob/main/runtime/executor/program.cpp#L316 but I can't see the exact log line. Could you please try this from main branch, and run `./install_requirements.sh` to make sure that...

``` getTensorDataPtr() failed: 0x12 ``` InvalidArgument = 0x12 seems to be from https://github.com/pytorch/executorch/blob/main/runtime/executor/tensor_parser_portable.cpp#L128

Try `unset PYTHONPATH`? I ran into this as well. If I set PYTHONPATH to executorch root directory, it first searches for executorch/exir/_serializer before it searches for the pip package for...

That seems to be introduced in https://github.com/pytorch/executorch/pull/2499. @dbort Maybe there can be compatibility concern like this?