albanD
albanD
Today, when doing `t.grad_fn.register_hook(foo)`, this registers a post hook on the Node corresponding to `t.grad_fn`. There is no API to add a pre-hook and we should add one. Adding a...
In the context of AOTAutograd, we want to be able to use anomaly mode to enhance the backward graph with information about the forward's stack trace. Such information can be...
Empty (with no point) experiments are not listed in the GET `/data` endpoint properly [here](https://github.com/torrvision/crayon/blob/master/doc/specs.md#experience-management). Even though it properly raises an error when trying to create a new one with...
Currently it's a bloody mess. Let's urgently fix that. # TODO - [ ] Clean up commns (and switch to `requests`) - [ ] Flask class - [ ] pep8
### This issue is to have a centralized place to list and track work on adding support to new ops for the MPS backend. [**PyTorch MPS Ops Project**](https://github.com/users/kulinseth/projects/1/views/1) : Project...
Should be convenient when writing python-only kernels (with triton) that don't have access to the C++ APIs.
This does not introduce a new test but is tested by checking that all the classes we already have still behave as before now that they don't explicitly disable torch_function....
Failures like https://github.com/pytorch/pytorch/actions/runs/6853039805/job/18639703059 where windows build fails to build then lead to the upload step to fail as well. In the hud page https://hud.pytorch.org/pytorch/pytorch/pull/112882?sha=c4ed27d4394c6bb88f621483882c2b30019e4696 , the failed upload is the...
**This has not been extensively tested (only mistral 7b) and more of a proposal!** This change does the follow: - Create the model on the meta device - Load the...
As per title. We expect people to use it before pushing any PR.