Skip to content

Commit 453483e

Browse files
Eugen Hotajfacebook-github-bot
authored andcommitted
Move TorchXRunner into Ax. (#855)
Summary: X-link: facebook/Ax#855 Pull Request resolved: #427 As title. Reviewed By: lena-kashtelyan Differential Revision: D34928063 fbshipit-source-id: 41fa86d6cc789dc5e84228f037df82eb3a7847d9
1 parent 98fb9cc commit 453483e

File tree

10 files changed

+1
-620
lines changed

10 files changed

+1
-620
lines changed

docs/source/app_best_practices.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ or from a component.
9191

9292
See :ref:`components/interpret:Interpret` for more information.
9393

94-
Hyper Parameter Optimization
95-
------------------------------
96-
97-
See :ref:`components/hpo:HPO` for more information.
98-
99-
10094
Model Packaging
10195
-----------------
10296

docs/source/components/hpo.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/source/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Components Library
9595
components/distributed
9696
components/interpret
9797
components/metrics
98-
components/hpo
9998
components/serve
10099
components/utils
101100

@@ -106,7 +105,6 @@ Runtime Library
106105
:caption: Application (Runtime)
107106

108107
runtime/overview
109-
runtime/hpo
110108
runtime/tracking
111109

112110

docs/source/runtime/hpo.rst

Lines changed: 0 additions & 20 deletions
This file was deleted.

torchx/components/hpo.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

torchx/runtime/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@
1212
applications that are scheduler and infrastructure agnostic.
1313
1414
15-
The sub-modules of ``torchx.runtime`` are categorized by topic. For example in
16-
the ``torchx.runtime.hpo`` module you will find libraries that are useful
17-
when authoring hyper-parameter optimization jobs (applications).
18-
15+
The sub-modules of ``torchx.runtime`` are categorized by topic.
1916
"""

torchx/runtime/hpo/__init__.py

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)