1
1
[ ![ 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 )
5
5
[ ![ codecov] ( https://codecov.io/gh/pytorch/torchx/branch/main/graph/badge.svg?token=ceHHIm0hXy )] ( https://codecov.io/gh/pytorch/torchx )
6
6
7
7
@@ -19,19 +19,17 @@ TorchX currently supports:
19
19
* AWS Batch
20
20
* Docker
21
21
* Local
22
- * Ray (prototype)
23
- * GCP Batch (prototype)
24
22
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 )
26
24
27
25
## Quickstart
28
26
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 ) .
30
28
31
29
## Documentation
32
30
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/ )
35
33
36
34
## Requirements
37
35
@@ -55,15 +53,9 @@ pip install torchx
55
53
# install torchx sdk and CLI -- all dependencies
56
54
pip install " torchx[dev]"
57
55
58
- # install torchx kubeflow pipelines (kfp) support
59
- pip install " torchx[kfp]"
60
-
61
56
# install torchx Kubernetes / Volcano support
62
57
pip install " torchx[kubernetes]"
63
58
64
- # install torchx Ray support
65
- pip install " torchx[ray]"
66
-
67
59
# install torchx GCP Batch support
68
60
pip install " torchx[gcp_batch]"
69
61
```
@@ -79,22 +71,22 @@ pip install torchx-nightly[dev]
79
71
80
72
``` bash
81
73
# 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
83
75
84
76
# 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]
86
78
```
87
79
88
80
### Docker
89
81
90
82
TorchX provides a docker container for using as as part of a TorchX role.
91
83
92
- See: https://github.com/pytorch/torchx/pkgs/container/torchx
84
+ See: https://github.com/meta- pytorch/torchx/pkgs/container/torchx
93
85
94
86
## Contributing
95
87
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.
97
89
98
90
## License
99
91
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