8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
# Common dependencies
|
|
-r requirements-common.txt
|
|
|
|
# Dependencies for TPU
|
|
# Currently, the TPU backend uses a nightly version of PyTorch XLA.
|
|
# You can install the dependencies in Dockerfile.tpu.
|
|
ray[default]
|