You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
When I use
pytestto run all tests in the repository on a TPU VM, some of them hang. The hanging tests are as follows:However, when I run the above tests individually, they do not hang, except for
torchprime/launcher/test_run_model.py.I found that I need to disable the
xla_tpu_use_enhanced_launch_barrierflag to prevent these tests from hanging.Command:
Environment: