Matthew Feickert
Matthew Feickert
Tracking for PyTorch has moved from https://github.com/pytorch/pytorch/pull/59397 to https://github.com/pytorch/pytorch/pull/70637. :+1:
https://github.com/pytorch/pytorch/pull/70637 has been merged on 2022-01-05, but was not in [`torch` `v1.10.2`](https://pypi.org/project/torch/1.10.2/) which was released on 2022-01-27. It is [scheduled to be in the next minor release: `torch` `v1.11.0`.](https://github.com/pytorch/pytorch/pull/70637#issuecomment-1033130387) ---...
[`torch` `v1.11.0`](https://pypi.org/project/torch/1.11.0/) which was released today (2022-03-10) and it now supports an `interpolation` keyword for [`torch.quantile`](https://pytorch.org/docs/stable/generated/torch.quantile.html) ```python torch.quantile(input, q, dim=None, keepdim=False, *, interpolation='linear', out=None): ... ``` We should now be...
I've noticed that this PUB Note doesn't have an INSPIRE-HEP link, which is part of the criteria that I'm currently using for adding it to the listing. @jwsmithers, this is...
Thanks @alexander-held — 100% agree with you here. :+1:
Henry we're going to merge this, but if later you find something that you think we should revise please let us know!
Probably also worth looking at [airspeed velocity](https://asv.readthedocs.io/en/stable/) as this seems to be basically _exactly_ what I had in mind.
This might be worth looking into if we can get an external grant to pay for us to run a small Digital Ocean or AWS instance to host this. Seems...
> Probably also worth looking at [airspeed velocity](https://asv.readthedocs.io/en/stable/) as this seems to be basically _exactly_ what I had in mind. NumPy and SciPy use `asv` for benchmarks, so it might...
c.f. also [Is GitHub Actions suitable for running benchmarks?](https://labs.quansight.org/blog/2021/08/github-actions-benchmarks/), where the answer is: yes.