We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47976f7 commit 1de904fCopy full SHA for 1de904f
README.md
@@ -20,6 +20,7 @@ TorchX currently supports:
20
* Docker
21
* Local
22
* Ray (prototype)
23
+* GCP Batch (prototype)
24
25
Need a scheduler not listed? [Let us know!](https://github.com/pytorch/torchx/issues?q=is%3Aopen+is%3Aissue+label%3Ascheduler-request)
26
@@ -62,6 +63,9 @@ pip install "torchx[kubernetes]"
62
63
64
# install torchx Ray support
65
pip install "torchx[ray]"
66
+
67
+# install torchx GCP Batch support
68
+pip install "torchx[gcp_batch]"
69
```
70
71
### Nightly
0 commit comments