Closed anijain2305 closed 1 year ago
I encounter the same problem - will there be a bug fix release soon?
the fix for this one was landed 3 days ago, but we won't make a special release for it. you'd have to use the nightly build or get the next scheduled release unfortunately.
Sure, thanks. I'll use the nightly build.
🐛 Describe the bug
Repro -
python benchmarks/dynamo/torchbench.py --backend=eager --amp --training --device cuda --performance --only=moco
Note that you use latest torchbench. Mainly the one after this commit - https://github.com/pytorch/benchmark/pull/1693
Error
An observation is that if you disable this particular function, then error goes away.
https://github.com/pytorch/benchmark/blob/main/torchbenchmark/models/moco/moco/builder.py#L44-L50
cc @ezyang @msaroufim @wconstab @bdhirsh @eellison
Versions
N/A