2024-06-12 11:53:03 -07: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 00:27:40 -07:00
|
|
|
ray[default]
|