-
Notifications
You must be signed in to change notification settings - Fork 635
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
test_nvfusers.py tests failing RunTime error due to static_argnums argument to aot_function deprecated #514
Labels
bug
Something isn't working
Comments
Thomas-MMJ
changed the title
aot_autograd tests failing RunTime error due to static_argnums argument to aot_function deprecated
test_nvfusers.py tests failing RunTime error due to static_argnums argument to aot_function deprecated
Nov 9, 2022
Also get this running
Seems as though this is the relevant usage location:
|
Should be addressed in #521 |
We removed NVfuser from xformers in #843, so closing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug
the parameter static_argnums is passed in memory_efficient_fusion in the following three files
The variable static_argnums is deprecated for aot_function
See documentation here,
https://pytorch.org/functorch/nightly/_modules/functorch/_src/aot_autograd.html
Command
Only showing the first one, since it happens for
pytest ./tests/test_nvfuser.py
Environment
The text was updated successfully, but these errors were encountered: