We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pytest --fork
We currently run pytest with the --fork flag because:
pytest
--fork
torch_xla
use_spmd
torchax
But --fork causes other issues:
jax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We currently run
pytest
with the--fork
flag because:torch_xla
use_spmd
, then that will contaminate every test in the process to use SPMDtorch_xla
andtorchax
tests cannot coexist in one processBut
--fork
causes other issues:torchax
orjax
, then the test body will hang, because JAX doesn't like forkThe text was updated successfully, but these errors were encountered: