Skip to content

Commit 874eec9

Browse files
pablo-garayzoeyz101
authored andcommitted
Changelog 0.6.0 (NVIDIA-NeMo#357)
Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
1 parent cf26040 commit 874eec9

2 files changed

Lines changed: 66 additions & 9 deletions

File tree

.github/workflows/config/changelog-config.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"categories": [
33
{
4-
"title": "## Executors\n\n<details><summary>Changelog</summary>",
4+
"title": "## Executors\n\n",
55
"labels": ["executor", "local", "slurm", "dgxcloud", "lepton", "skypilot", "docker"],
66
"exclude_labels": ["ignore"]
77
},
88
{
9-
"title": "</details>\n\n## Ray Integration\n\n<details><summary>Changelog</summary>",
9+
"title": "\n## Ray Integration\n\n",
1010
"labels": ["ray", "kuberay", "ray-slurm"],
1111
"exclude_labels": ["ignore"]
1212
},
1313
{
14-
"title": "</details>\n\n## CLI & Configuration\n\n<details><summary>Changelog</summary>",
14+
"title": "\n## CLI & Configuration\n\n",
1515
"labels": ["cli", "config", "parsing"],
1616
"exclude_labels": ["ignore"]
1717
},
1818
{
19-
"title": "</details>\n\n## Experiment & Job Management\n\n<details><summary>Changelog</summary>",
19+
"title": "\n## Experiment & Job Management\n\n",
2020
"labels": ["experiment", "job", "task"],
2121
"exclude_labels": ["ignore"]
2222
},
2323
{
24-
"title": "</details>\n\n## Packaging & Deployment\n\n<details><summary>Changelog</summary>",
24+
"title": "\n## Packaging & Deployment\n\n",
2525
"labels": ["packaging", "deployment"],
2626
"exclude_labels": ["ignore"]
2727
},
2828
{
29-
"title": "</details>\n\n## Documentation\n\n<details><summary>Changelog</summary>",
29+
"title": "\n## Documentation\n\n",
3030
"labels": ["docs", "documentation"],
3131
"exclude_labels": ["ignore"]
3232
},
3333
{
34-
"title": "</details>\n\n## CI/CD\n\n<details><summary>Changelog</summary>",
34+
"title": "\n## CI/CD\n\n",
3535
"labels": ["ci", "github-actions", "workflow"],
3636
"exclude_labels": ["ignore"]
3737
},
3838
{
39-
"title": "</details>\n\n## Bug Fixes\n\n<details><summary>Changelog</summary>",
39+
"title": "\n## Bug Fixes\n\n",
4040
"labels": ["bug", "bugfix", "fix"],
4141
"exclude_labels": ["ignore"]
4242
}
@@ -46,7 +46,7 @@
4646
"skip-changelog"
4747
],
4848
"sort": "ASC",
49-
"template": "\n${{CHANGELOG}}</details>\n\n## Others\n\n<details><summary>Changelog</summary>\n\n${{UNCATEGORIZED}}\n</details>\n",
49+
"template": "\n${{CHANGELOG}}\n## Others\n\n${{UNCATEGORIZED}}\n",
5050
"pr_template": "- ${{TITLE}} [#${{NUMBER}}](${{URL}})",
5151
"empty_template": "- No changes in this release",
5252
"label_extractor": [

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
# Changelog
22

33
<!-- Next changelog -->
4+
## NVIDIA Nemo Run 0.6.0
5+
6+
### Detailed Changelogs:
7+
8+
## Executors
9+
10+
- Added Pre-Launch Commands Support to LeptonExecutor [#312](https://github.com/NVIDIA-NeMo/Run/pull/312)
11+
- Remove breaking torchrun config for single-node runs [#292](https://github.com/NVIDIA-NeMo/Run/pull/292)
12+
- Upgrade skypilot to v0.10.0, introduce network_tier [#297](https://github.com/NVIDIA-NeMo/Run/pull/297)
13+
- Fixes for multi-node execution with torchrun + LocalExecutor [#251](https://github.com/NVIDIA-NeMo/Run/pull/251)
14+
- Add option to specify --container-env for srun [#293](https://github.com/NVIDIA-NeMo/Run/pull/293)
15+
- Fix skypilot archive mount bug [#288](https://github.com/NVIDIA-NeMo/Run/pull/288)
16+
- finetune on dgxcloud with nemo-run and deploy on bedrock example [#286](https://github.com/NVIDIA-NeMo/Run/pull/286)
17+
18+
## Ray Integration
19+
20+
- Add nsys patch in ray sub template [#318](https://github.com/NVIDIA-NeMo/Run/pull/318)
21+
- Add logs dir to container mount for ray slurm [#287](https://github.com/NVIDIA-NeMo/Run/pull/287)
22+
- Allow customizing folder for SlurmRayRequest [#281](https://github.com/NVIDIA-NeMo/Run/pull/281)
23+
24+
## CLI & Configuration
25+
26+
## Experiment & Job Management
27+
28+
- Use thread pool for status, run methods inside experiment + other fixes [#295](https://github.com/NVIDIA-NeMo/Run/pull/295)
29+
30+
## Packaging & Deployment
31+
32+
- Correctly append tar files for packaging [#317](https://github.com/NVIDIA-NeMo/Run/pull/317)
33+
34+
## Documentation
35+
36+
- Create CHANGELOG.md [#314](https://github.com/NVIDIA-NeMo/Run/pull/314)
37+
- docs: Fixing doc build issue [#290](https://github.com/NVIDIA-NeMo/Run/pull/290)
38+
- fix docs tutorial links and add intro to guides/index.md [#285](https://github.com/NVIDIA-NeMo/Run/pull/285)
39+
- README [#277](https://github.com/NVIDIA-NeMo/Run/pull/277)
40+
41+
## CI/CD
42+
43+
- changelog workflow [#315](https://github.com/NVIDIA-NeMo/Run/pull/315)
44+
- Update release.yml [#306](https://github.com/NVIDIA-NeMo/Run/pull/306)
45+
- ci(fix): Use GITHUB_TOKEN for community bot [#302](https://github.com/NVIDIA-NeMo/Run/pull/302)
46+
- ci: Add community-bot [#300](https://github.com/NVIDIA-NeMo/Run/pull/300)
47+
48+
## Bug Fixes
49+
50+
- [Bugfix] Adding a check for name length [#273](https://github.com/NVIDIA-NeMo/Run/pull/273)
51+
- misc fixes [#280](https://github.com/NVIDIA-NeMo/Run/pull/280)
52+
- adding fix for lowercase and name length k8s requirements [#274](https://github.com/NVIDIA-NeMo/Run/pull/274)
53+
54+
## Others
55+
56+
- Specify nodes for gpu metrics collection and split data to each rank [#320](https://github.com/NVIDIA-NeMo/Run/pull/320)
57+
- Apply '_enable_goodbye_message' check to both goodbye messages. [#319](https://github.com/NVIDIA-NeMo/Run/pull/319)
58+
- Update refs [#278](https://github.com/NVIDIA-NeMo/Run/pull/278)
59+
- chore: Bump to version 0.6.0rc0.dev0 [#272](https://github.com/NVIDIA-NeMo/Run/pull/272)
60+
461
## NVIDIA Nemo Run 0.5.0
562

663

0 commit comments

Comments
 (0)