11[ ![ PyPI] ( https://img.shields.io/pypi/v/torchx )] ( https://pypi.org/project/torchx/ )
2- [ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://github.com/pytorch/torchx/blob/main/LICENSE )
3- ![ Tests] ( https://github.com/pytorch/torchx/actions/workflows/python-unittests.yaml/badge.svg )
4- ![ Lint] ( https://github.com/pytorch/torchx/actions/workflows/lint.yaml/badge.svg )
2+ [ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://github.com/meta- pytorch/torchx/blob/main/LICENSE )
3+ ![ Tests] ( https://github.com/meta- pytorch/torchx/actions/workflows/python-unittests.yaml/badge.svg )
4+ ![ Lint] ( https://github.com/meta- pytorch/torchx/actions/workflows/lint.yaml/badge.svg )
55[ ![ codecov] ( https://codecov.io/gh/pytorch/torchx/branch/main/graph/badge.svg?token=ceHHIm0hXy )] ( https://codecov.io/gh/pytorch/torchx )
66
77
@@ -19,19 +19,17 @@ TorchX currently supports:
1919* AWS Batch
2020* Docker
2121* Local
22- * Ray (prototype)
23- * GCP Batch (prototype)
2422
25- Need a scheduler not listed? [ Let us know!] ( https://github.com/pytorch/torchx/issues?q=is%3Aopen+is%3Aissue+label%3Ascheduler-request )
23+ Need a scheduler not listed? [ Let us know!] ( https://github.com/meta- pytorch/torchx/issues?q=is%3Aopen+is%3Aissue+label%3Ascheduler-request )
2624
2725## Quickstart
2826
29- See the [ quickstart guide] ( https://pytorch.org/torchx/latest/quickstart.html ) .
27+ See the [ quickstart guide] ( https://meta- pytorch.org/torchx/latest/quickstart.html ) .
3028
3129## Documentation
3230
33- * [ Stable Documentation] ( https://pytorch.org/torchx/latest/ )
34- * [ Nightly Documentation] ( https://pytorch.org/torchx/main/ )
31+ * [ Stable Documentation] ( https://meta- pytorch.org/torchx/latest/ )
32+ * [ Nightly Documentation] ( https://meta- pytorch.org/torchx/main/ )
3533
3634## Requirements
3735
@@ -55,15 +53,9 @@ pip install torchx
5553# install torchx sdk and CLI -- all dependencies
5654pip install " torchx[dev]"
5755
58- # install torchx kubeflow pipelines (kfp) support
59- pip install " torchx[kfp]"
60-
6156# install torchx Kubernetes / Volcano support
6257pip install " torchx[kubernetes]"
6358
64- # install torchx Ray support
65- pip install " torchx[ray]"
66-
6759# install torchx GCP Batch support
6860pip install " torchx[gcp_batch]"
6961```
@@ -79,22 +71,22 @@ pip install torchx-nightly[dev]
7971
8072``` bash
8173# install torchx sdk and CLI from source
82- $ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx
74+ $ pip install -e git+https://github.com/meta- pytorch/torchx.git#egg=torchx
8375
8476# install extra dependencies
85- $ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx[dev]
77+ $ pip install -e git+https://github.com/meta- pytorch/torchx.git#egg=torchx[dev]
8678```
8779
8880### Docker
8981
9082TorchX provides a docker container for using as as part of a TorchX role.
9183
92- See: https://github.com/pytorch/torchx/pkgs/container/torchx
84+ See: https://github.com/meta- pytorch/torchx/pkgs/container/torchx
9385
9486## Contributing
9587
96- We welcome PRs! See the [ CONTRIBUTING] ( https://github.com/pytorch/torchx/blob/main/CONTRIBUTING.md ) file.
88+ We welcome PRs! See the [ CONTRIBUTING] ( https://github.com/meta- pytorch/torchx/blob/main/CONTRIBUTING.md ) file.
9789
9890## License
9991
100- TorchX is BSD licensed, as found in the [ LICENSE] ( https://github.com/pytorch/torchx/blob/main/LICENSE ) file.
92+ TorchX is BSD licensed, as found in the [ LICENSE] ( https://github.com/meta- pytorch/torchx/blob/main/LICENSE ) file.
0 commit comments