Conversation
There was a problem hiding this comment.
gsutil -m cp gs://cloud-tpu-v2-images-dev-artifacts/tensorflow/tf-2-15-0/latest/tensorflow-2.15.0rc0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl /tmp/ && pip install /tmp/tensorflow*.whl --force
There was a problem hiding this comment.
gsutil -m cp gs://cloud-tpu-v2-images-dev-artifacts/libtpu/1.9.0/latest/libtpu.so .
There was a problem hiding this comment.
sudo mkdir -p /usr/share/tpu && cd /usr/share/tpu && git clone https://github.com/tensorflow/models.git && git checkout r2.15.0
chandrasekhard2
left a comment
There was a problem hiding this comment.
Please do necessary changes and run the tests.
There was a problem hiding this comment.
pip install tensorflow-text==2.15.0rc0. But we're still waiting for it to release. So you can comment it for now.
Description
Please include a summary of relevant context/issue and your changes.
Tests
Please describe the tests that you ran on TPUs to verify changes.
Instruction and/or command lines to reproduce your tests: ...
List links for your tests (use go/shortn-gen for any internal link): ...
Checklist
Before submitting this PR, please make sure (put X in square brackets):