-
Notifications
You must be signed in to change notification settings - Fork 102
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
Unit Test Error When Testing vmap With Missing Module "autograd_function_db" #1098
Comments
@sunmorgan what are you trying to do? |
@zou3519 I tried running
and received
Is the above line the expected error? (built from source) |
That is not expected, what commit hash are you at? ( |
13b3d862dd35cef133e09bdbc62ee9891999209f |
Can you verify that you do not have a PyTorch binary installed in your environment that is interfering? What does |
2.0.0a0+git13b3d86 |
When running pytest test/functorch/test_vmap.py, the error
comes up. This issue is only prevalent with test_vmap.py, all the other unit tests in functorch works just fine.
The text was updated successfully, but these errors were encountered: