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