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
> NeMo Run is still in active development and this is a pre-release. The API is subject to change without notice until the project reaches version 1.0.0
5
15
@@ -11,35 +21,17 @@ NeMo Run is a powerful tool designed to streamline the configuration, execution,
11
21
12
22
To learn more, click on each link. This represents the typical order that NeMo Run users follow for setting up and launching experiments.
13
23
14
-
-[NeMo Run](#nemo-run)
15
-
-[Why Use NeMo Run?](#why-use-nemo-run)
16
-
-[Install NeMo Run](#install-nemo-run)
17
-
-[Get Started](#get-started)
18
-
-[Design Philosophy and Inspiration](#design-philosophy-and-inspiration)
19
-
-[Pythonic](#pythonic)
20
-
-[Modular](#modular)
21
-
-[Opinionated but Flexible](#opinionated-but-flexible)
22
-
-[Set Up Once and Scale Easily](#set-up-once-and-scale-easily)
23
-
-[Tutorials](#tutorials)
24
-
-[Hello world](#hello-world)
25
-
-[Contribute to NeMo Run](#contribute-to-nemo-run)
26
-
-[FAQs](#faqs)
27
-
28
-
29
24
## Why Use NeMo Run?
30
25
Please see this [detailed guide](./docs/guides/why-use-nemo-run.md) for reasons to use NeMo Run.
31
26
32
27
## Install NeMo Run
33
-
To install the project, use the following command:
Make sure you have `pip` installed and configured properly.
40
-
41
33
## Get Started
42
-
To get started with NeMo Run, follow these three steps based on the core responsibilities mentioned above. For this example, we’ll showcase a pre-training example in Nemo 2.0 using Llama3.
34
+
To get started with NeMo Run, follow these three steps based on the core responsibilities mentioned above. For this example, we'll showcase a pre-training example in Nemo 2.0 using Llama3.
@@ -88,7 +79,7 @@ While it may take some time initially for users to become familiar with NeMo Run
88
79
89
80
## Tutorials
90
81
91
-
####Hello world
82
+
### Hello world
92
83
93
84
The `hello_world` tutorial series provides a comprehensive introduction to NeMo Run, demonstrating its capabilities through a simple example. The tutorial covers:
94
85
@@ -98,11 +89,11 @@ The `hello_world` tutorial series provides a comprehensive introduction to NeMo
98
89
- Creating and managing experiments using `run.Experiment`.
0 commit comments