Manfei
Manfei
> @ManfeiBai can you help? > > My guess is that the installation of the pytorch on your machine has some issue. In my dev machine, after building pytorch, I...
@dinghaodhd, I failed to repro this on my TPU, which env are you building ptxla on? is that CPU/GPU/TPU? and would you mind share your commands to build too? and...
we met the error `RuntimeError: operator torchvision::nms does not exist` in TPU CI too: https://github.com/pytorch/xla/runs/21133256024
TPU CI met the same error, so it happen on master branch too, the reason of this error looks like other tests use PyTorch/XLA built torchvision: https://github.com/pytorch/xla/actions/runs/7762948294/job/21175714067?pr=6439#logs, not the offical....
since https://github.com/pytorch/xla/pull/6458 merged, close this PR
wait for TPUCI result, although this change will only affect after merged; this PR will be closed after gain the result, because this error disappear in the current TPUCI now,...
> Just to get back on track, what was the reason for this change? The reason of this change is to make the test green, but we are trying to...