Skip to content

Commit 157faa1

Browse files
Update changelog for r2.6.0 (#15282) (#15283)
* beep boop: Update changelog * Add highlights to 2.6.1 changelog --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 37b0e37 commit 157faa1

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

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

33
<!-- Next changelog -->
4+
## NVIDIA Neural Modules 2.6.1
5+
6+
### Highlights
7+
8+
- This release addresses known security issues. For the latest NVIDIA Vulnerability Disclosure Information visit <https://www.nvidia.com/en-us/security/>, for acknowledgement please reach out to the NVIDIA PSIRT team at <PSIRT@nvidia.com>
9+
- Enable numpy 2.0 for ASR
10+
11+
### Detailed Changelogs:
12+
13+
#### ASR
14+
15+
<details><summary>Changelog</summary>
16+
17+
- cp: Remove nlp module by @chtruong814 :: PR: #15258
18+
- cp: Enable numpy 2.0 for ASR by @chtruong814 :: PR: #15259
19+
20+
</details>
21+
22+
#### TTS
23+
24+
<details><summary>Changelog</summary>
25+
26+
- cp: Remove nlp module by @chtruong814 :: PR: #15258
27+
28+
</details>
29+
30+
#### NLP / NMT
31+
32+
<details><summary>Changelog</summary>
33+
34+
- cp: Remove nlp module by @chtruong814 :: PR: #15258
35+
36+
</details>
37+
38+
#### Export
39+
40+
<details><summary>Changelog</summary>
41+
42+
- cp: fix: Raise exception in nemo.export instead of allowing pickle.loads (#15266) by @chtruong814 :: PR: #15275
43+
44+
</details>
45+
46+
#### Uncategorized:
47+
48+
<details><summary>Changelog</summary>
49+
50+
- Bump version to 2.6.1 by @chtruong814 :: PR: #15244
51+
- cp: guard trust_remote_code (#15065) by @chtruong814 :: PR: #15256
52+
- cp: Execute with subprocess list (#15165) by @chtruong814 :: PR: #15257
53+
- cp: replace pcikle.loads with json.loads (#15232) by @chtruong814 :: PR: #15262
54+
- cp: update subprocess cmd (#15218) by @chtruong814 :: PR: #15263
55+
- cp: [Fix] Fix safety issue for fsdp_dtensor (#15227) by @chtruong814 :: PR: #15276
56+
57+
</details>
58+
459
## NVIDIA Neural Modules 2.6.0
560

661
### Highlights

0 commit comments

Comments
 (0)