We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89c8e9 commit fa31028Copy full SHA for fa31028
.github/workflows/release-docs.yml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/checkout@v6
63
with:
64
repository: NVIDIA-NeMo/FW-CI-templates
65
- ref: v0.72.0
+ ref: v0.74.0
66
path: FW-CI-templates
67
68
- uses: ./FW-CI-templates/.github/actions/publish-docs
docs/versions1.json
@@ -1,12 +1,12 @@
1
[
2
{
3
- "preferred": true,
4
- "version": "latest",
5
- "url": "https://docs.nvidia.com/nemo/automodel/latest/"
+ "version": "nightly",
+ "url": "https://docs.nvidia.com/nemo/automodel/nightly/"
6
},
7
+ "name": "0.3.0 (latest)",
8
"version": "0.3.0",
9
- "url": "https://docs.nvidia.com/nemo/automodel/0.3.0/"
+ "url": "https://docs.nvidia.com/nemo/automodel/latest/"
10
11
12
"version": "0.2.0",
0 commit comments