2024-06-13 02:53:03 +08:00
|
|
|
# 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.
|
2024-08-30 15:27:40 +08:00
|
|
|
ray[default]
|