Skip to content

Commit 1de904f

Browse files
authored
Update GH ReadMe for GCP Batch support
Differential Revision: D44443961 Pull Request resolved: pytorch#712
1 parent 47976f7 commit 1de904f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ TorchX currently supports:
2020
* Docker
2121
* Local
2222
* Ray (prototype)
23+
* GCP Batch (prototype)
2324

2425
Need a scheduler not listed? [Let us know!](https://github.com/pytorch/torchx/issues?q=is%3Aopen+is%3Aissue+label%3Ascheduler-request)
2526

@@ -62,6 +63,9 @@ pip install "torchx[kubernetes]"
6263

6364
# install torchx Ray support
6465
pip install "torchx[ray]"
66+
67+
# install torchx GCP Batch support
68+
pip install "torchx[gcp_batch]"
6569
```
6670

6771
### Nightly

0 commit comments

Comments
 (0)