benchmark
benchmark copied to clipboard
TorchBench is a collection of open source benchmarks used to evaluate PyTorch performance.
I am encountering a ModuleNotFoundError when trying to run the dynamobench/torchbench.py benchmark with a recent PyTorch nightly build. It seems the internal API torch._C._nativert has been removed or changed in...
Trying to see if TorchBench is working on B200 as there are some issues observed on https://github.com/pytorch/pytorch/actions/runs/17230591242
[](https://discuss.pytorch.org/t/batching-a-multicategorical-spec/221780?u=rsarpongstreetor)
In the `install.py` for two modules, `conda` is invoked to install packages. This PR adds a short check to only invoke `conda install` if the packages don't already exist in...