Skip to content
New issue

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

Fix failing tpu tests #3268

Closed
wants to merge 2 commits into from
Closed

Conversation

simeetnayan81
Copy link
Contributor

Description: Fixes TPU failing tests

Additional Reference: pytorch/xla#7697

@github-actions github-actions bot added the ci CI label Jul 30, 2024
pip install --pre https://storage.googleapis.com/tpu-pytorch/wheels/colab/torch_xla-nightly-cp39-cp39-linux_x86_64.whl
pip install --pre https://storage.googleapis.com/tpu-pytorch/wheels/colab/torchvision-nightly-cp39-cp39-linux_x86_64.whl
pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
pip install https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-nightly-cp310-cp310-linux_x86_64.whl
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update above python step to python 3.10:

      - name: Set up Python 3.10
        uses: actions/setup-python@v4
        with:
          python-version: "3.10"
          architecture: "x64"

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Jul 30, 2024

@simeetnayan81 thanks for the PR, I cherry-picked pip<24 from your PR in my PR: #3261 and it is passing the CI now. Let's close this PR in favor of that one, if you do not mind.

@simeetnayan81
Copy link
Contributor Author

simeetnayan81 commented Jul 30, 2024

Yeah sure. I'll close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants