-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'HigherOrderOperator' object has no attribute 'py_functionalize_impl' #1413
Comments
I'm also getting this on MacOS when trying to follow the tutorial https://pytorch.org/executorch/stable/getting-started-setup.html#generate-a-sample-executorch-program - When running: |
Actually this is due to the
Changing this to For versioned releases like v0.1.0 of executorch, it would be nice if those dependencies were persisted and not deleted... For now, the fix would be to change |
Hi @huydhn For https://github.com/pytorch/executorch/blob/release/0.1/install_requirements.sh |
So, dev20231010 nightly binaries are still there, but it's now older than 60 days and has been removed from PyTorch nightly index. After chatting with @mergennachin a bit, we have decided on the following steps:
|
Thank you, @huydhn |
I'm still getting the issue, even when using dev20231010 or dev20231021 for torch 2.2.0.version |
when using torch.2.3.0.dev20240120+cpu I'm getting another error |
fyi trying to run |
Traceback (most recent call last):
File "C:\Users\17255.conda\envs\myenv\lib\runpy.py", line 194, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\17255.conda\envs\myenv\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "D:\edge\executorch\examples\xnnpack\aot_compiler.py", line 14, in
from executorch.backends.xnnpack.partition.xnnpack_partitioner import XnnpackPartitioner
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\backends\xnnpack_init.py", line 8, in
from .partition.xnnpack_partitioner import (
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\backends\xnnpack\partition\xnnpack_partitioner.py", l
ine 14, in
from executorch.backends.xnnpack.partition.configs import (
File "C:\Users17255.conda\envs\myenv\lib\site-packages\executorch\backends\xnnpack\partition\configs.py", line 8, in
from executorch.exir.dialects.ops import ops as exir_ops
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\exir_init.py", line 9, in
from executorch.exir.capture import (
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\exir\passes_init.py", line 19, in
from executorch.exir import control_flow, memory, memory_planning
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\exir\memory_planning.py", line 20, in
from executorch.exir.delegate import executorch_call_delegate
File "C:\Users\17255.conda\envs\myenv\lib\site-packages\executorch\exir\delegate.py", line 120, in
@executorch_call_delegate.py_functionalize_impl
AttributeError: 'HigherOrderOperator' object has no attribute 'py_functionalize_impl'
The text was updated successfully, but these errors were encountered: