requirements-tpu.txt 208 B

12345678
  1. # Common dependencies
  2. -r requirements-common.txt
  3. # Dependencies for TPU
  4. # Currently, the TPU backend uses a nightly version of PyTorch XLA.
  5. # You can install the dependencies in Dockerfile.tpu.
  6. ray[default]