You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,61 @@
1
1
# Changelog
2
2
3
3
<!-- 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
0 commit comments