fix docs tutorial links and add intro to guides/index.md#285
fix docs tutorial links and add intro to guides/index.md#285hemildesai merged 3 commits intomainfrom
Conversation
Signed-off-by: Hemil Desai <hemild@nvidia.com>
Signed-off-by: Andrew Schilling <aschilling@nvidia.com>
jgerh
left a comment
There was a problem hiding this comment.
Completed tech pubs review and provided a few copyedits and suggested revisions to headings and text.
docs/source/guides/index.md
Outdated
| If you're new to NeMo-Run, we recommend starting with: | ||
|
|
||
| - **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run | ||
| - **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments |
There was a problem hiding this comment.
| - **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments | |
| - **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments. |
docs/source/guides/index.md
Outdated
|
|
||
| - **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run | ||
| - **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments | ||
| - **[Execution](execution.md)** - Discover how to run your experiments across different computing environments |
There was a problem hiding this comment.
| - **[Execution](execution.md)** - Discover how to run your experiments across different computing environments | |
| - **[Execution](execution.md)** - Discover how to run your experiments across different computing environments. |
docs/source/guides/index.md
Outdated
| - **[Why Use NeMo-Run?](why-use-nemo-run.md)** - Understand the benefits and philosophy behind NeMo-Run | ||
| - **[Configuration](configuration.md)** - Learn how to configure your ML tasks and experiments | ||
| - **[Execution](execution.md)** - Discover how to run your experiments across different computing environments | ||
| - **[Management](management.md)** - Master experiment tracking, reproducibility, and organization |
There was a problem hiding this comment.
| - **[Management](management.md)** - Master experiment tracking, reproducibility, and organization | |
| - **[Management](management.md)** - Master experiment tracking, reproducibility, and organization. |
docs/source/guides/index.md
Outdated
|
|
||
| NeMo-Run is built around three core responsibilities: | ||
|
|
||
| 1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system |
There was a problem hiding this comment.
| 1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system | |
| 1. **Configuration** - Define your ML experiments using a flexible, Pythonic configuration system. |
docs/source/guides/index.md
Outdated
| NeMo-Run is built around three core responsibilities: | ||
|
|
||
| 1. **Configuration** - Define your ML experiments using a flexible, pythonic configuration system | ||
| 2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more |
There was a problem hiding this comment.
| 2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more | |
| 2. **Execution** - Run your experiments seamlessly across local machines, Slurm clusters, cloud providers, and more. |
docs/source/guides/management.md
Outdated
| ``` | ||
|
|
||
| ## **Canceling a Task** | ||
| ## Canceling a Task |
There was a problem hiding this comment.
| ## Canceling a Task | |
| ## Cancel a Task |
docs/source/guides/management.md
Outdated
| ``` | ||
|
|
||
| ## **Viewing Logs** | ||
| ## Viewing Logs |
There was a problem hiding this comment.
| ## Viewing Logs | |
| ## View Logs |
docs/source/guides/management.md
Outdated
| ``` | ||
|
|
||
| ## **Experiment output** | ||
| ## Experiment output |
There was a problem hiding this comment.
| ## Experiment output | |
| ## Review Experiment Output |
| guides/index | ||
| API Reference <api/nemo_run/index> | ||
| faqs | ||
|
|
There was a problem hiding this comment.
Line 6, capitalize title
NeMo-Run Documentation
Line 25 revise heading
Install the Project
Line 31 to 37 suggested revision
To install Skypilot with optional features, use one of the following commands:
-
To install Skypilot with Kubernetes support:
pip install git+https://github.com/NVIDIA-NeMo/Run.git[skypilot] -
To install Skypilot with support for all cloud platforms:
pip install git+https://github.com/NVIDIA-NeMo/Run.git[skypilot-all]
Line 53 use NeMo-Run to be consistent
The hello_world tutorial series provides a comprehensive introduction to NeMo-Run, demonstrating its capabilities through a simple example. The tutorial covers:
docs/source/index.rst
Outdated
| 1. `Part 1 <../../../examples/hello-world/hello_world.ipynb>`_ | ||
| 2. `Part 2 <../../../examples/hello-world/hello_experiments.ipynb>`_ | ||
| 3. `Part 3 <../../../examples/hello-world/hello_scripts.py>`_ |
There was a problem hiding this comment.
suggest adding the name of the experiments to the link. For example:
Part 1 Hello World <../../../examples/hello-world/hello_world.ipynb>_Part 2 Hello Experiments <../../../examples/hello-world/hello_experiments.ipynb>_Part 3 Hello Scripts <../../../examples/hello-world/hello_scripts.py>_
…#285) * fix docs tutorial links and add intro to guides/index.md Signed-off-by: Hemil Desai <hemild@nvidia.com> * Adding project.json/versions1.json, and update conf.py Signed-off-by: Andrew Schilling <aschilling@nvidia.com> * fixes Signed-off-by: Hemil Desai <hemild@nvidia.com> --------- Signed-off-by: Hemil Desai <hemild@nvidia.com> Signed-off-by: Andrew Schilling <aschilling@nvidia.com> Co-authored-by: Andrew Schilling <aschilling@nvidia.com> Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
No description provided.