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
- Your model checkpoint (or use [Llama 3.2 1B Instruct](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/llama-3_2-1b-instruct) for testing)
17
14
18
15
## Quick Start
19
16
20
-
### 1. Start NeMo Framework Container
21
-
22
-
For optimal performance and user experience, use the latest version of the [NeMo Framework container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo/tags). Please fetch the most recent `$TAG` and run the following command to start a container:
23
17
24
18
```bash
25
-
docker run --rm -it -w /workdir -v $(pwd):/workdir \
19
+
# 1. Start NeMo Framework Container
20
+
21
+
TAG=...
22
+
CHECKPOINT_PATH=/path/to/checkpoint/lama-3_2-1b-instruct_v2.0" # use absolute path
0 commit comments