We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9126b85 commit 1eb3be4Copy full SHA for 1eb3be4
tpu/requirements.txt
@@ -1,13 +1,13 @@
1
# TPU Utils
2
tpu-info
3
# Tensorflow packages
4
-tensorflow-tpu>=${TENSORFLOW_VERSION}
+tensorflow-tpu==${TENSORFLOW_VERSION}
5
--find-links https://storage.googleapis.com/libtpu-tf-releases/index.html
6
tensorflow_hub
7
tensorflow-io
8
tensorflow-probability
9
# Torch packages
10
-torch~=${TORCH_VERSION}
+torch==${TORCH_VERSION}
11
https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-${TORCH_VERSION}+libtpu-${PYTHON_WHEEL_VERSION}-${PYTHON_WHEEL_VERSION}-${TORCH_LINUX_WHEEL_VERSION}.whl
12
torchaudio==${TORCHAUDIO_VERSION}
13
torchvision==${TORCHVISION_VERSION}
0 commit comments