We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70fa20 commit b835939Copy full SHA for b835939
docs/conf.py
@@ -14,7 +14,7 @@
14
project = "NeMo-Run"
15
copyright = "2025, NVIDIA"
16
author = "NVIDIA"
17
-release = "0.1.0"
+release = "0.5.0"
18
19
# -- General configuration ---------------------------------------------------
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
docs/project.json
@@ -1 +1 @@
1
-{"name": "NeMo-Run", "version": "0.1.0"}
+{"name": "NeMo-Run", "version": "0.5.0"}
docs/versions1.json
@@ -1,7 +1,7 @@
[
2
{
3
"preferred": true,
4
- "version": "0.1.0",
5
- "url": "http://docs.nvidia.com/nemo/run/0.1.0"
+ "version": "0.5.0",
+ "url": "http://docs.nvidia.com/nemo/run/0.5.0"
6
}
7
]
0 commit comments