You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(torchx/docs) replace links to github.com/pytorch/torchx with github.com/meta-pytorch/torchx (#1131)
Summary:
TorchX migrated from https://github.com/pytorch/torchx to https://github.com/meta-pytorch/torchx hence need to replace all links in docstrings/rst to point to the new repo location.
Fixes errors such as:
```
Warning, treated as error:
/home/runner/work/torchx/torchx/docs/source/schedulers/kubernetes.rst:8:broken link: #120 (404 Client Error: Not Found for url: #120)
make: *** [Makefile:29: linkcheck] Error 2
(schedulers/kubernetes: line 8)
Error: Process completed with exit code 2.
```
Reviewed By: AbishekS
Differential Revision: D83262154
* Ax runner now lives in the Ax repo https://github.com/facebook/Ax/commit/8e2e68f21155e918996bda0b7d97b5b9ef4e0cba
286
286
*`torchx.cli`
287
287
*`.torchxconfig`
288
-
* You can now specify component argument defaults `.torchxconfig`https://github.com/pytorch/torchx/commit/c37cfd7846d5a0cb527dd19c8c95e881858f8f0a
288
+
* You can now specify component argument defaults `.torchxconfig`https://github.com/meta-pytorch/torchx/commit/c37cfd7846d5a0cb527dd19c8c95e881858f8f0a
289
289
*`~/.torchxconfig` can now be used to set user level defaults. #378
0 commit comments