Skip to content

Commit

Permalink
deploy: fd1a9d5
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith-bdai committed Dec 13, 2024
1 parent 6f6819d commit 31809e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions main/_sources/source/features/ray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ be installed via the `Kubernetes website <https://kubernetes.io/docs/tasks/tools
The pythonic dependencies can be installed with:

.. code-block:: bash
# For multi-run support and resource isolation
./isaaclab.sh -p -m pip install ray[default]==2.31.0
# For hyperparameter tuning
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions main/source/features/ray.html
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,15 @@ <h2><a class="toc-backref" href="#id2" role="doc-backlink"><strong>Installation<
such as Google Kubernetes Engine or Amazon Elastic Kubernetes Service, <code class="docutils literal notranslate"><span class="pre">kubectl</span></code> is required, and can
be installed via the <a class="reference external" href="https://kubernetes.io/docs/tasks/tools/">Kubernetes website</a></p>
<p>The pythonic dependencies can be installed with:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="c1"># For multi-run support and resource isolation</span>
./isaaclab.sh<span class="w"> </span>-p<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>ray<span class="o">[</span>default<span class="o">]==</span><span class="m">2</span>.31.0
<span class="c1"># For hyperparameter tuning</span>
./isaaclab.sh<span class="w"> </span>-p<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>ray<span class="o">[</span>tune<span class="o">]==</span><span class="m">2</span>.31.0
./isaaclab.sh<span class="w"> </span>-p<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>optuna<span class="w"> </span>bayesian-optimization
<span class="c1"># MLFlow is needed only for fetching logs on clusters, not needed for local</span>
./isaaclab.sh<span class="w"> </span>-p<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>mlflow
</pre></div>
</div>
<p>If using KubeRay clusters on Google GKE with the batteries-included cluster launch file,
the following dependencies are also needed.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./isaaclab.sh<span class="w"> </span>-p<span class="w"> </span>-m<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>kubernetes<span class="w"> </span>Jinja2
Expand Down

0 comments on commit 31809e7

Please sign in to comment.