I am following https://github.com/llvm/torch-mlir/blob/main/docs/development.md
to try to run python/torch_mlir_e2e_test/test_suite/nll_loss.py
to generate a test MLIR
Tried running python python/torch_mlir_e2e_test/test_suite/nll_loss.py
but nothing happens. It looks like this test needs to be invoked as part of some containing infra, but so far not able to figure it out. Can you please help me here.