Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Pull Request resolved: #2613 there were two failures in the dashboard: (1) `torch._custom_op.impl.get_ctx` appears to not exist (or get imported properly). From some grepping it looks like we pull from `torch.library.get_ctx` in most of the codebase (2) an error about branching on truthy numpy arrays in one of the sparsenn tests: I just coerced the numpy array into a boolean. Reviewed By: williamwen42 Differential Revision: D57050715 fbshipit-source-id: 46eb6f309ce1c3a033463bf06d5b139557bf5da9
- Loading branch information