Skip to content

install jax dependency by default to unblock pytorch ci#8845

Merged
zpcore merged 3 commits intomasterfrom
piz/fix_torch_ci
Mar 18, 2025
Merged

install jax dependency by default to unblock pytorch ci#8845
zpcore merged 3 commits intomasterfrom
piz/fix_torch_ci

Conversation

@zpcore
Copy link
Copy Markdown
Member

@zpcore zpcore commented Mar 17, 2025

PyTorch CI is failing when they run XLA test: https://hud.pytorch.org/failure?name=pull+%2F+linux-focal-py3_9-clang9-xla+%2F+test+[…]tures=%5B%22test_call_jax_pytree%22%2C%22TestJaxInterop%22%5D.

They are running the jax related test but didn't install the jax dependencies as we did in https://github.com/pytorch/xla/pull/8781/files.

In Pytorch CI, they use the xla pin and install the package dependency in https://github.com/pytorch/pytorch/blob/afa1eda901b81fa6ce1afe651d3c2da53fa92440/.ci/pytorch/test.sh#L1188. So we only need to make an update from our side.

@zpcore zpcore requested a review from tengyifei March 17, 2025 23:25
@zpcore zpcore marked this pull request as ready for review March 17, 2025 23:29
Comment thread .github/workflows/_test.yml
@zpcore zpcore merged commit 4c5cc42 into master Mar 18, 2025
@zpcore zpcore deleted the piz/fix_torch_ci branch March 18, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants