url
stringlengths
52
53
repository_url
stringclasses
1 value
labels_url
stringlengths
66
67
comments_url
stringlengths
61
62
events_url
stringlengths
59
60
html_url
stringlengths
40
43
id
int64
719M
2.8B
node_id
stringlengths
18
32
number
int64
1.28k
11.9k
title
stringlengths
1
350
user
dict
labels
listlengths
0
10
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
3
milestone
null
comments
sequencelengths
0
30
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
sub_issues_summary
dict
active_lock_reason
stringclasses
1 value
draft
bool
2 classes
pull_request
dict
body
stringlengths
0
73.4k
closed_by
dict
reactions
dict
timeline_url
stringlengths
61
62
performed_via_github_app
null
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/NVIDIA/NeMo/issues/10166
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10166/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10166/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10166/events
https://github.com/NVIDIA/NeMo/pull/10166
2,469,043,275
PR_kwDOC_bI7s54g4hM
10,166
Add MemoryProfileCallback
{ "login": "ShriyaPalsamudram", "id": 69161273, "node_id": "MDQ6VXNlcjY5MTYxMjcz", "avatar_url": "https://avatars.githubusercontent.com/u/69161273?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ShriyaPalsamudram", "html_url": "https://github.com/ShriyaPalsamudram", "followers_url": "https://api.github.com/users/ShriyaPalsamudram/followers", "following_url": "https://api.github.com/users/ShriyaPalsamudram/following{/other_user}", "gists_url": "https://api.github.com/users/ShriyaPalsamudram/gists{/gist_id}", "starred_url": "https://api.github.com/users/ShriyaPalsamudram/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ShriyaPalsamudram/subscriptions", "organizations_url": "https://api.github.com/users/ShriyaPalsamudram/orgs", "repos_url": "https://api.github.com/users/ShriyaPalsamudram/repos", "events_url": "https://api.github.com/users/ShriyaPalsamudram/events{/privacy}", "received_events_url": "https://api.github.com/users/ShriyaPalsamudram/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "Currently, this will dump the snapshot for all ranks. Should we add an option to only save a snapshot from rank 0? or a specifiable rank?", "> Currently, this will dump the snapshot for all ranks. Should we add an option to only save a snapshot from rank 0? or a specifiable rank?\r\n\r\nAddressed in latest commit\r\n", "also, can we allow disabling the profiling, so users can only run the cycle detector?", "Yeah I was just being cautious to avoid side effects of the import but I don't think this import should have any, so it's probably fine.\r\n\r\nGet Outlook for iOS<https://aka.ms/o0ukef>\r\n________________________________\r\nFrom: Shriya Rishab ***@***.***>\r\nSent: Friday, August 23, 2024 10:07:29 AM\r\nTo: NVIDIA/NeMo ***@***.***>\r\nCc: Hemil Desai ***@***.***>; Comment ***@***.***>\r\nSubject: Re: [NVIDIA/NeMo] Add MemoryProfileCallback (PR #10166)\r\n\r\n\r\n@ShriyaPalsamudram commented on this pull request.\r\n\r\n________________________________\r\n\r\nIn nemo/lightning/pytorch/callbacks/memory_profiler.py<https://github.com/NVIDIA/NeMo/pull/10166#discussion_r1729126364>:\r\n\r\n> @@ -0,0 +1,78 @@\r\n+import os\r\n+\r\n+import torch\r\n+from pytorch_lightning.callbacks.callback import Callback\r\n+from torch.utils.viz._cycles import warn_tensor_cycles\r\n\r\n\r\nIsn't it better to fail early if there is an issue with this import than fail inside the callback?\r\n\r\n—\r\nReply to this email directly, view it on GitHub<https://github.com/NVIDIA/NeMo/pull/10166#discussion_r1729126364>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB6Q25H6ZIEEJZOY5WCDAWDZS5F3DAVCNFSM6AAAAABMS6X6TCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENJXGQ3TONZVGY>.\r\nYou are receiving this because you commented.Message ID: ***@***.***>\r\n" ]
2024-08-15T21:51:06
2024-08-23T15:20:36
2024-08-23T15:20:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10166", "html_url": "https://github.com/NVIDIA/NeMo/pull/10166", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10166.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10166.patch", "merged_at": "2024-08-23T15:20:34" }
# What does this PR do ? This callback enables recording a timeline of memory allocations during training. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ShriyaPalsamudram", "id": 69161273, "node_id": "MDQ6VXNlcjY5MTYxMjcz", "avatar_url": "https://avatars.githubusercontent.com/u/69161273?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ShriyaPalsamudram", "html_url": "https://github.com/ShriyaPalsamudram", "followers_url": "https://api.github.com/users/ShriyaPalsamudram/followers", "following_url": "https://api.github.com/users/ShriyaPalsamudram/following{/other_user}", "gists_url": "https://api.github.com/users/ShriyaPalsamudram/gists{/gist_id}", "starred_url": "https://api.github.com/users/ShriyaPalsamudram/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ShriyaPalsamudram/subscriptions", "organizations_url": "https://api.github.com/users/ShriyaPalsamudram/orgs", "repos_url": "https://api.github.com/users/ShriyaPalsamudram/repos", "events_url": "https://api.github.com/users/ShriyaPalsamudram/events{/privacy}", "received_events_url": "https://api.github.com/users/ShriyaPalsamudram/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10166/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10166/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10165
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10165/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10165/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10165/events
https://github.com/NVIDIA/NeMo/pull/10165
2,469,033,474
PR_kwDOC_bI7s54g3Ep
10,165
enable release automation
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T21:45:54
2024-08-15T21:46:05
2024-08-15T21:46:02
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10165", "html_url": "https://github.com/NVIDIA/NeMo/pull/10165", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10165.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10165.patch", "merged_at": "2024-08-15T21:46:02" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10165/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10165/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10164
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10164/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10164/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10164/events
https://github.com/NVIDIA/NeMo/pull/10164
2,469,026,999
PR_kwDOC_bI7s54g2Lx
10,164
fix version comparison
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T21:43:28
2024-08-15T21:43:44
2024-08-15T21:43:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10164", "html_url": "https://github.com/NVIDIA/NeMo/pull/10164", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10164.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10164.patch", "merged_at": "2024-08-15T21:43:43" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10164/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10164/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10163
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10163/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10163/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10163/events
https://github.com/NVIDIA/NeMo/pull/10163
2,468,993,533
PR_kwDOC_bI7s54gvxL
10,163
Ko3n1g/ci/release automation
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T21:24:21
2024-08-15T21:25:02
2024-08-15T21:25:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10163", "html_url": "https://github.com/NVIDIA/NeMo/pull/10163", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10163.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10163.patch", "merged_at": "2024-08-15T21:25:01" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10163/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10163/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10162
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10162/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10162/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10162/events
https://github.com/NVIDIA/NeMo/pull/10162
2,468,988,584
PR_kwDOC_bI7s54guq5
10,162
Ko3n1g/ci/release automation
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T21:20:35
2024-08-15T21:20:47
2024-08-15T21:20:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10162", "html_url": "https://github.com/NVIDIA/NeMo/pull/10162", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10162.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10162.patch", "merged_at": "2024-08-15T21:20:43" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10162/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10162/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10161
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10161/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10161/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10161/events
https://github.com/NVIDIA/NeMo/pull/10161
2,468,979,372
PR_kwDOC_bI7s54gsmJ
10,161
add manifest file
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-15T21:14:28
2024-08-15T21:14:37
2024-08-15T21:14:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10161", "html_url": "https://github.com/NVIDIA/NeMo/pull/10161", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10161.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10161.patch", "merged_at": "2024-08-15T21:14:36" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10161/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10161/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10160
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10160/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10160/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10160/events
https://github.com/NVIDIA/NeMo/pull/10160
2,468,926,935
PR_kwDOC_bI7s54gjdA
10,160
ci: Release automation
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T20:49:58
2024-08-15T20:50:09
2024-08-15T20:50:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10160", "html_url": "https://github.com/NVIDIA/NeMo/pull/10160", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10160.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10160.patch", "merged_at": "2024-08-15T20:50:05" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10160/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10160/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10159
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10159/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10159/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10159/events
https://github.com/NVIDIA/NeMo/pull/10159
2,468,916,061
PR_kwDOC_bI7s54ghEJ
10,159
docs: Add changelog (#10155)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-15T20:41:37
2024-08-15T20:41:46
2024-08-15T20:41:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10159", "html_url": "https://github.com/NVIDIA/NeMo/pull/10159", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10159.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10159.patch", "merged_at": "2024-08-15T20:41:45" }
* docs: Add changelog # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10159/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10159/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10158
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10158/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10158/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10158/events
https://github.com/NVIDIA/NeMo/pull/10158
2,468,914,985
PR_kwDOC_bI7s54gg09
10,158
docs: Add changelog
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[]
2024-08-15T20:40:46
2024-08-15T20:50:16
2024-08-15T20:50:16
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10158", "html_url": "https://github.com/NVIDIA/NeMo/pull/10158", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10158.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10158.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10158/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10158/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10157
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10157/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10157/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10157/events
https://github.com/NVIDIA/NeMo/pull/10157
2,468,897,181
PR_kwDOC_bI7s54gc4_
10,157
ci: Allow changelog manual (#10156)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T20:28:03
2024-08-15T20:28:15
2024-08-15T20:28:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10157", "html_url": "https://github.com/NVIDIA/NeMo/pull/10157", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10157.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10157.patch", "merged_at": "2024-08-15T20:28:11" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10157/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10157/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10156
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10156/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10156/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10156/events
https://github.com/NVIDIA/NeMo/pull/10156
2,468,891,578
PR_kwDOC_bI7s54gbp_
10,156
ci: Allow changelog manual
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T20:23:49
2024-08-15T20:26:06
2024-08-15T20:26:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10156", "html_url": "https://github.com/NVIDIA/NeMo/pull/10156", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10156.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10156.patch", "merged_at": "2024-08-15T20:26:05" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10156/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10156/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10155
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10155/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10155/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10155/events
https://github.com/NVIDIA/NeMo/pull/10155
2,468,884,463
PR_kwDOC_bI7s54gafe
10,155
docs: Add changelog
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-15T20:20:42
2024-08-15T20:40:25
2024-08-15T20:40:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10155", "html_url": "https://github.com/NVIDIA/NeMo/pull/10155", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10155.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10155.patch", "merged_at": "2024-08-15T20:40:23" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10155/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10155/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10154
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10154/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10154/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10154/events
https://github.com/NVIDIA/NeMo/pull/10154
2,468,725,834
PR_kwDOC_bI7s54f8Ec
10,154
Support for FastConformer-CTC models in Diarization+ASR with timestamps
{ "login": "KunalDhawan", "id": 15515031, "node_id": "MDQ6VXNlcjE1NTE1MDMx", "avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KunalDhawan", "html_url": "https://github.com/KunalDhawan", "followers_url": "https://api.github.com/users/KunalDhawan/followers", "following_url": "https://api.github.com/users/KunalDhawan/following{/other_user}", "gists_url": "https://api.github.com/users/KunalDhawan/gists{/gist_id}", "starred_url": "https://api.github.com/users/KunalDhawan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/KunalDhawan/subscriptions", "organizations_url": "https://api.github.com/users/KunalDhawan/orgs", "repos_url": "https://api.github.com/users/KunalDhawan/repos", "events_url": "https://api.github.com/users/KunalDhawan/events{/privacy}", "received_events_url": "https://api.github.com/users/KunalDhawan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "Eval numbers on CH109:\r\nRunning `NeMo/examples/speaker_tasks/diarization/clustering_diarizer/offline_diar_with_asr_infer.py` using `stt_en_fastconformer_ctc_large` as the ASR model gives the following performance on CallHome-109 dataset-\r\n```\r\n DER : 0.0474\r\n FA : 0.0111\r\n MISS : 0.0285\r\n CER : 0.0078\r\n Spk. counting acc. : 0.9174\r\n cpWER : 0.5659\r\n WER : 0.3142\r\n```" ]
2024-08-15T18:51:52
2024-09-04T18:29:39
2024-09-04T18:29:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10154", "html_url": "https://github.com/NVIDIA/NeMo/pull/10154", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10154.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10154.patch", "merged_at": "2024-09-04T18:29:06" }
# What does this PR do ? Adds support for FastConformer-CTC models in Diarization+ASR with timestamps **Collection**: [Note which collection this PR will affect] ASR, Speaker Tasks # Changelog Add configuration of FastConformer in `ASRDecoderTimeStamps` class of `nemo/collections/asr/parts/utils/decoder_timestamps_utils.py` # Usage To perform diarization with ASR using a pretrained FastConformer CTC model you can use the following code snippet ```python python NeMo/examples/speaker_tasks/diarization/clustering_diarizer/offline_diar_with_asr_infer.py --config-path='../conf/inference' --config-name='diar_infer_telephonic.yaml' \ diarizer.manifest_filepath=<add your manifest here> \ diarizer.oracle_vad=False \ diarizer.clustering.parameters.oracle_num_speakers=False\ diarizer.out_dir=<your output folder to save predictions and intermediate embeddings> \ diarizer.speaker_embeddings.model_path="titanet_large"\ diarizer.asr.parameters.asr_based_vad=False \ diarizer.asr.parameters.colored_text=True \ diarizer.asr.parameters.fix_word_ts_with_VAD=False \ diarizer.asr.parameters.break_lines=False \ diarizer.asr.parameters.word_ts_anchor_pos='start'\ diarizer.asr.model_path="stt_en_fastconformer_ctc_large.nemo" # diarizer.asr.parameters.decoder_delay_in_sec=0.08 # diarizer.asr.parameters.word_ts_anchor_offset=0.15 ``` Note that for most applications word_ts_anchor_offset of 0.12 secs works best and hence was added as the default value, 0.15 is also a promising candidate can tried if the default values don't work well for your use case. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to #8438
{ "login": "KunalDhawan", "id": 15515031, "node_id": "MDQ6VXNlcjE1NTE1MDMx", "avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KunalDhawan", "html_url": "https://github.com/KunalDhawan", "followers_url": "https://api.github.com/users/KunalDhawan/followers", "following_url": "https://api.github.com/users/KunalDhawan/following{/other_user}", "gists_url": "https://api.github.com/users/KunalDhawan/gists{/gist_id}", "starred_url": "https://api.github.com/users/KunalDhawan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/KunalDhawan/subscriptions", "organizations_url": "https://api.github.com/users/KunalDhawan/orgs", "repos_url": "https://api.github.com/users/KunalDhawan/repos", "events_url": "https://api.github.com/users/KunalDhawan/events{/privacy}", "received_events_url": "https://api.github.com/users/KunalDhawan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10154/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10154/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10153
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10153/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10153/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10153/events
https://github.com/NVIDIA/NeMo/pull/10153
2,468,475,208
PR_kwDOC_bI7s54fOX_
10,153
Use parallelism config in fabric strategy
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-15T16:50:57
2024-08-16T18:31:41
2024-08-16T18:31:39
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10153", "html_url": "https://github.com/NVIDIA/NeMo/pull/10153", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10153.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10153.patch", "merged_at": "2024-08-16T18:31:39" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10153/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10153/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10152
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10152/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10152/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10152/events
https://github.com/NVIDIA/NeMo/pull/10152
2,468,051,919
PR_kwDOC_bI7s54d6HI
10,152
log selectively at end
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-15T13:25:15
2024-09-08T01:58:44
2024-09-08T01:58:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10152", "html_url": "https://github.com/NVIDIA/NeMo/pull/10152", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10152.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10152.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10152/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10152/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10151
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10151/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10151/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10151/events
https://github.com/NVIDIA/NeMo/pull/10151
2,467,663,919
PR_kwDOC_bI7s54clic
10,151
Fix CTM offset bug in multispeaker datasimulator
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T08:45:42
2024-08-15T21:42:24
2024-08-15T21:42:23
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10151", "html_url": "https://github.com/NVIDIA/NeMo/pull/10151", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10151.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10151.patch", "merged_at": "2024-08-15T21:42:23" }
# What does this PR do ? This PR fixes inaccurate CTM time stamps from multispeaker data simulator. **Collection**: [Note which collection this PR will affect] ASR # Changelog The function `create_new_ctm_entry`'s argument `start` should be float Original: start=int(start / self._params.data_simulator.sr) Fixed: start=float(start / self._params.data_simulator.sr) # Usage ```python python <NEMO_ROOT>/tools/speech_data_simulator/multispeaker_simulator.py \ num_workers=10 \ data_simulator.random_seed=42 \ data_simulator.manifest_filepath=manifest_with_alignment_file.json \ data_simulator.outputs.output_dir=./simulated_data \ data_simulator.outputs.output_filename=sim_spk2_sess20 \ data_simulator.session_config.num_sessions=1000 \ data_simulator.session_config.num_speakers=2 \ data_simulator.session_config.session_length=20 \ data_simulator.background_noise.add_bg=False \ data_simulator.background_noise.background_manifest=background_noise.json \ data_simulator.background_noise.snr=40 \ # Check out parameters in ./conf/data_simulator.yaml. ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? ASR and speaker task related contributors # Additional Information N.A.
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10151/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10151/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10150
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10150/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10150/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10150/events
https://github.com/NVIDIA/NeMo/pull/10150
2,467,509,220
PR_kwDOC_bI7s54cEJ9
10,150
Improved hparams logging
{ "login": "LiGeNvidia", "id": 33877864, "node_id": "MDQ6VXNlcjMzODc3ODY0", "avatar_url": "https://avatars.githubusercontent.com/u/33877864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LiGeNvidia", "html_url": "https://github.com/LiGeNvidia", "followers_url": "https://api.github.com/users/LiGeNvidia/followers", "following_url": "https://api.github.com/users/LiGeNvidia/following{/other_user}", "gists_url": "https://api.github.com/users/LiGeNvidia/gists{/gist_id}", "starred_url": "https://api.github.com/users/LiGeNvidia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/LiGeNvidia/subscriptions", "organizations_url": "https://api.github.com/users/LiGeNvidia/orgs", "repos_url": "https://api.github.com/users/LiGeNvidia/repos", "events_url": "https://api.github.com/users/LiGeNvidia/events{/privacy}", "received_events_url": "https://api.github.com/users/LiGeNvidia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-15T06:41:25
2024-09-06T01:59:03
2024-09-06T01:59:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10150", "html_url": "https://github.com/NVIDIA/NeMo/pull/10150", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10150.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10150.patch", "merged_at": null }
# What does this PR do ? Improved hparams logging - Currently model hyperparemeters are saved as a single raw string under key "cfg" in wandb, this is due to omegaconf.DictConfig is not considered json serializable by pytorch_lighting. This patch converts `cfg` object to plain python dict and save it under key "model". This allows all model parameters to be indexed separately in wandb thus provide better searching and filtering capabilities, e.g. 'model.fp8=true' - If an optional `rootCfg` kwarg is passed to ModelPT, ModelPT will save the entire rootCfg as hyperparemeters includes trainer, exp_manager and other configurations. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10150/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10150/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10149
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10149/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10149/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10149/events
https://github.com/NVIDIA/NeMo/pull/10149
2,467,464,520
PR_kwDOC_bI7s54b6g4
10,149
Fix exp_manager.wandb_logger_kwargs.config type
{ "login": "LiGeNvidia", "id": 33877864, "node_id": "MDQ6VXNlcjMzODc3ODY0", "avatar_url": "https://avatars.githubusercontent.com/u/33877864?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LiGeNvidia", "html_url": "https://github.com/LiGeNvidia", "followers_url": "https://api.github.com/users/LiGeNvidia/followers", "following_url": "https://api.github.com/users/LiGeNvidia/following{/other_user}", "gists_url": "https://api.github.com/users/LiGeNvidia/gists{/gist_id}", "starred_url": "https://api.github.com/users/LiGeNvidia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/LiGeNvidia/subscriptions", "organizations_url": "https://api.github.com/users/LiGeNvidia/orgs", "repos_url": "https://api.github.com/users/LiGeNvidia/repos", "events_url": "https://api.github.com/users/LiGeNvidia/events{/privacy}", "received_events_url": "https://api.github.com/users/LiGeNvidia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-15T05:56:11
2024-09-06T01:59:04
2024-09-06T01:59:03
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10149", "html_url": "https://github.com/NVIDIA/NeMo/pull/10149", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10149.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10149.patch", "merged_at": null }
# What does this PR do ? Fixed exp_manager.wandb_logger_kwargs.config Configuring wandb.config using hydra configuration file and/or its cli overrides is useful, it allows adding metadata to wandb run without modifying python code. Currently passing wandb 'config' in exp_manager.wandb_logger_kwargs won't work because wandb.init() expects 'config' value to be a plain dict instead of an omegaconf.DictConfig instance, this patch converts wandb_kwargs to plain python dict before passing in to pytorch_lightning.loggers.WandbLogger() (eventually calls wandb.init()) **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10149/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10149/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10148
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10148/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10148/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10148/events
https://github.com/NVIDIA/NeMo/pull/10148
2,467,339,266
PR_kwDOC_bI7s54bfps
10,148
[NeMo-UX] Add Community Models
{ "login": "cuichenx", "id": 43478052, "node_id": "MDQ6VXNlcjQzNDc4MDUy", "avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cuichenx", "html_url": "https://github.com/cuichenx", "followers_url": "https://api.github.com/users/cuichenx/followers", "following_url": "https://api.github.com/users/cuichenx/following{/other_user}", "gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}", "starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions", "organizations_url": "https://api.github.com/users/cuichenx/orgs", "repos_url": "https://api.github.com/users/cuichenx/repos", "events_url": "https://api.github.com/users/cuichenx/events{/privacy}", "received_events_url": "https://api.github.com/users/cuichenx/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T03:52:43
2024-08-26T18:14:15
2024-08-16T04:36:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10148", "html_url": "https://github.com/NVIDIA/NeMo/pull/10148", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10148.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10148.patch", "merged_at": "2024-08-16T04:36:28" }
# What does this PR do ? Add Baichuan and ChatGLM **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10148/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10148/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10147
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10147/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10147/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10147/events
https://github.com/NVIDIA/NeMo/pull/10147
2,467,075,440
PR_kwDOC_bI7s54a2KP
10,147
Update recipes for Llama 3 8b and 70b
{ "login": "hemildesai", "id": 8195444, "node_id": "MDQ6VXNlcjgxOTU0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8195444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hemildesai", "html_url": "https://github.com/hemildesai", "followers_url": "https://api.github.com/users/hemildesai/followers", "following_url": "https://api.github.com/users/hemildesai/following{/other_user}", "gists_url": "https://api.github.com/users/hemildesai/gists{/gist_id}", "starred_url": "https://api.github.com/users/hemildesai/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hemildesai/subscriptions", "organizations_url": "https://api.github.com/users/hemildesai/orgs", "repos_url": "https://api.github.com/users/hemildesai/repos", "events_url": "https://api.github.com/users/hemildesai/events{/privacy}", "received_events_url": "https://api.github.com/users/hemildesai/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T00:57:54
2024-08-16T19:44:51
2024-08-16T19:44:50
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10147", "html_url": "https://github.com/NVIDIA/NeMo/pull/10147", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10147.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10147.patch", "merged_at": "2024-08-16T19:44:50" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10147/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10147/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10146
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10146/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10146/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10146/events
https://github.com/NVIDIA/NeMo/pull/10146
2,467,027,026
PR_kwDOC_bI7s54atcv
10,146
Bump `Dockerfile.ci` (2024-08-15)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-15T00:19:30
2024-08-26T22:14:31
2024-08-26T22:14:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10146", "html_url": "https://github.com/NVIDIA/NeMo/pull/10146", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10146.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10146.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10146/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10146/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10145
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10145/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10145/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10145/events
https://github.com/NVIDIA/NeMo/pull/10145
2,466,968,004
PR_kwDOC_bI7s54aiWV
10,145
Add the mcore interface for optim arg; overlap param AG with optimizer
{ "login": "erhoo82", "id": 15861259, "node_id": "MDQ6VXNlcjE1ODYxMjU5", "avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erhoo82", "html_url": "https://github.com/erhoo82", "followers_url": "https://api.github.com/users/erhoo82/followers", "following_url": "https://api.github.com/users/erhoo82/following{/other_user}", "gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}", "starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions", "organizations_url": "https://api.github.com/users/erhoo82/orgs", "repos_url": "https://api.github.com/users/erhoo82/repos", "events_url": "https://api.github.com/users/erhoo82/events{/privacy}", "received_events_url": "https://api.github.com/users/erhoo82/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-14T22:45:37
2024-09-05T01:55:00
2024-09-05T01:55:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10145", "html_url": "https://github.com/NVIDIA/NeMo/pull/10145", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10145.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10145.patch", "merged_at": null }
# What does this PR do ? Add the mcore interface for distributed optimizer arg; overlap param AG with optimizer # Changelog - Pass `overlap_param_gather_with_optimizer_step` to megatron-core - Enable `delay_param_gather` for aligning param AG timing across PP ranks by default - Fix the input args of `finish_param_sync` func - Diable embedding param AG bucketing to overlap with optim.step # Usage Set `overlap_param_gather_with_optimizer_step=true` to enable param AG chunk overlap with optim.step # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10145/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10145/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10144
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10144/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10144/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10144/events
https://github.com/NVIDIA/NeMo/pull/10144
2,466,965,968
PR_kwDOC_bI7s54aiIj
10,144
NeMo-UX: override MegatronStrategy's tensor_init_context
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-14T22:45:02
2024-08-15T18:09:12
2024-08-15T18:09:10
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10144", "html_url": "https://github.com/NVIDIA/NeMo/pull/10144", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10144.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10144.patch", "merged_at": "2024-08-15T18:09:10" }
to avoid overwritting default tensor device # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10144/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10144/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10143
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10143/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10143/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10143/events
https://github.com/NVIDIA/NeMo/pull/10143
2,466,744,798
PR_kwDOC_bI7s54Z1x_
10,143
[NeMo CICD] Comment out CPU unit tests until properly fixed
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/users/pablo-garay/followers", "following_url": "https://api.github.com/users/pablo-garay/following{/other_user}", "gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}", "starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions", "organizations_url": "https://api.github.com/users/pablo-garay/orgs", "repos_url": "https://api.github.com/users/pablo-garay/repos", "events_url": "https://api.github.com/users/pablo-garay/events{/privacy}", "received_events_url": "https://api.github.com/users/pablo-garay/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T20:11:28
2024-08-14T20:19:47
2024-08-14T20:13:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10143", "html_url": "https://github.com/NVIDIA/NeMo/pull/10143", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10143.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10143.patch", "merged_at": "2024-08-14T20:13:16" }
[NeMo CICD] Comment out CPU unit tests until properly fixed
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/users/pablo-garay/followers", "following_url": "https://api.github.com/users/pablo-garay/following{/other_user}", "gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}", "starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions", "organizations_url": "https://api.github.com/users/pablo-garay/orgs", "repos_url": "https://api.github.com/users/pablo-garay/repos", "events_url": "https://api.github.com/users/pablo-garay/events{/privacy}", "received_events_url": "https://api.github.com/users/pablo-garay/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10143/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10143/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10142
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10142/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10142/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10142/events
https://github.com/NVIDIA/NeMo/pull/10142
2,466,601,080
PR_kwDOC_bI7s54ZbSh
10,142
Add Long Context Recipe documentation
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[ "Closing this in favor of https://github.com/NVIDIA/NeMo/pull/10140" ]
2024-08-14T18:59:27
2024-09-04T18:10:31
2024-08-14T19:20:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10142", "html_url": "https://github.com/NVIDIA/NeMo/pull/10142", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10142.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10142.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10142/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10142/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10141
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10141/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10141/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10141/events
https://github.com/NVIDIA/NeMo/pull/10141
2,466,495,294
PR_kwDOC_bI7s54ZGOU
10,141
[Docs] Fixing warnings, focusing on SpeechLLM docs + copy editing
{ "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "followers_url": "https://api.github.com/users/erastorgueva-nv/followers", "following_url": "https://api.github.com/users/erastorgueva-nv/following{/other_user}", "gists_url": "https://api.github.com/users/erastorgueva-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/erastorgueva-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erastorgueva-nv/subscriptions", "organizations_url": "https://api.github.com/users/erastorgueva-nv/orgs", "repos_url": "https://api.github.com/users/erastorgueva-nv/repos", "events_url": "https://api.github.com/users/erastorgueva-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/erastorgueva-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T18:02:38
2024-08-19T16:47:24
2024-08-19T16:47:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10141", "html_url": "https://github.com/NVIDIA/NeMo/pull/10141", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10141.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10141.patch", "merged_at": "2024-08-19T16:47:22" }
# What does this PR do ? Various fixes to docs to reduce the warnings we currently have and make sure docs work as intended. Requesting reviews from: * @yaoyu-33 - glance over docs fixes * @stevehuang52 - check over type hint change (from using | to Union), see more info in changelog **Collection**: Docs, SpeechLLM # Changelog - Fixed broken link to SpeechLLM docs, so now they are actually accessible. - Fixed errors we were getting from type hints. This is an issue @pzelasko spotted previously (https://github.com/NVIDIA/NeMo/pull/8956). There is a good explanation of it in the "note" section here: https://docs.python.org/3/library/stdtypes.html#union-type. - Fixed some docstrings in SpeechLLM code so now they will display properly in the API section - Various other small fixes # Usage N/A # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [N/A] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [N/A] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "followers_url": "https://api.github.com/users/erastorgueva-nv/followers", "following_url": "https://api.github.com/users/erastorgueva-nv/following{/other_user}", "gists_url": "https://api.github.com/users/erastorgueva-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/erastorgueva-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erastorgueva-nv/subscriptions", "organizations_url": "https://api.github.com/users/erastorgueva-nv/orgs", "repos_url": "https://api.github.com/users/erastorgueva-nv/repos", "events_url": "https://api.github.com/users/erastorgueva-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/erastorgueva-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10141/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10141/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10140
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10140/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10140/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10140/events
https://github.com/NVIDIA/NeMo/pull/10140
2,466,415,662
PR_kwDOC_bI7s54Y3kf
10,140
Add Long Context Recipe for NeMo 2.0
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "8x3B Mixtral seems to be missing now, trying to add it in this PR", "@hemildesai For better integration" ]
2024-08-14T17:26:20
2024-09-04T18:10:30
2024-08-21T03:28:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10140", "html_url": "https://github.com/NVIDIA/NeMo/pull/10140", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10140.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10140.patch", "merged_at": "2024-08-21T03:28:45" }
# What does this PR do ? Support NeMo 2.0 long context recipe **Collection**: llm # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/BoxiangW/followers", "following_url": "https://api.github.com/users/BoxiangW/following{/other_user}", "gists_url": "https://api.github.com/users/BoxiangW/gists{/gist_id}", "starred_url": "https://api.github.com/users/BoxiangW/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/BoxiangW/subscriptions", "organizations_url": "https://api.github.com/users/BoxiangW/orgs", "repos_url": "https://api.github.com/users/BoxiangW/repos", "events_url": "https://api.github.com/users/BoxiangW/events{/privacy}", "received_events_url": "https://api.github.com/users/BoxiangW/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10140/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10140/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10139
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10139/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10139/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10139/events
https://github.com/NVIDIA/NeMo/pull/10139
2,466,349,749
PR_kwDOC_bI7s54YryS
10,139
Add sdxl notebook
{ "login": "Victor49152", "id": 111467530, "node_id": "U_kgDOBqTcCg", "avatar_url": "https://avatars.githubusercontent.com/u/111467530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Victor49152", "html_url": "https://github.com/Victor49152", "followers_url": "https://api.github.com/users/Victor49152/followers", "following_url": "https://api.github.com/users/Victor49152/following{/other_user}", "gists_url": "https://api.github.com/users/Victor49152/gists{/gist_id}", "starred_url": "https://api.github.com/users/Victor49152/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Victor49152/subscriptions", "organizations_url": "https://api.github.com/users/Victor49152/orgs", "repos_url": "https://api.github.com/users/Victor49152/repos", "events_url": "https://api.github.com/users/Victor49152/events{/privacy}", "received_events_url": "https://api.github.com/users/Victor49152/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[]
2024-08-14T16:58:23
2024-08-27T22:20:24
2024-08-27T22:20:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10139", "html_url": "https://github.com/NVIDIA/NeMo/pull/10139", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10139.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10139.patch", "merged_at": "2024-08-27T22:20:22" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/users/pablo-garay/followers", "following_url": "https://api.github.com/users/pablo-garay/following{/other_user}", "gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}", "starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions", "organizations_url": "https://api.github.com/users/pablo-garay/orgs", "repos_url": "https://api.github.com/users/pablo-garay/repos", "events_url": "https://api.github.com/users/pablo-garay/events{/privacy}", "received_events_url": "https://api.github.com/users/pablo-garay/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10139/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10139/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10138
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10138/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10138/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10138/events
https://github.com/NVIDIA/NeMo/pull/10138
2,466,348,693
PR_kwDOC_bI7s54Yrjb
10,138
[Draft] Nemotron in Nemo-UX
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/suiyoubi/followers", "following_url": "https://api.github.com/users/suiyoubi/following{/other_user}", "gists_url": "https://api.github.com/users/suiyoubi/gists{/gist_id}", "starred_url": "https://api.github.com/users/suiyoubi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suiyoubi/subscriptions", "organizations_url": "https://api.github.com/users/suiyoubi/orgs", "repos_url": "https://api.github.com/users/suiyoubi/repos", "events_url": "https://api.github.com/users/suiyoubi/events{/privacy}", "received_events_url": "https://api.github.com/users/suiyoubi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T16:57:47
2024-08-22T14:11:43
2024-08-22T14:11:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10138", "html_url": "https://github.com/NVIDIA/NeMo/pull/10138", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10138.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10138.patch", "merged_at": "2024-08-22T14:11:41" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/suiyoubi/followers", "following_url": "https://api.github.com/users/suiyoubi/following{/other_user}", "gists_url": "https://api.github.com/users/suiyoubi/gists{/gist_id}", "starred_url": "https://api.github.com/users/suiyoubi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suiyoubi/subscriptions", "organizations_url": "https://api.github.com/users/suiyoubi/orgs", "repos_url": "https://api.github.com/users/suiyoubi/repos", "events_url": "https://api.github.com/users/suiyoubi/events{/privacy}", "received_events_url": "https://api.github.com/users/suiyoubi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10138/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10138/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10137
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10137/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10137/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10137/events
https://github.com/NVIDIA/NeMo/pull/10137
2,466,142,325
PR_kwDOC_bI7s54X_aE
10,137
Fix The Issue With PL 2.4.0
{ "login": "alpha0422", "id": 4337967, "node_id": "MDQ6VXNlcjQzMzc5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/4337967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alpha0422", "html_url": "https://github.com/alpha0422", "followers_url": "https://api.github.com/users/alpha0422/followers", "following_url": "https://api.github.com/users/alpha0422/following{/other_user}", "gists_url": "https://api.github.com/users/alpha0422/gists{/gist_id}", "starred_url": "https://api.github.com/users/alpha0422/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alpha0422/subscriptions", "organizations_url": "https://api.github.com/users/alpha0422/orgs", "repos_url": "https://api.github.com/users/alpha0422/repos", "events_url": "https://api.github.com/users/alpha0422/events{/privacy}", "received_events_url": "https://api.github.com/users/alpha0422/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "@alpha0422 looks like these are deprecated as well: https://github.com/NVIDIA/NeMo/blob/11fece913d83b74bf419fca66b8f0951f281bfba/nemo/utils/callbacks/cuda_graph.py#L400", " File \"/__w/NeMo/NeMo/nemo/utils/callbacks/cuda_graph.py\", line 400, in on_train_end\r\n _ResultCollection.register_key = _ResultCollection.__orig_register_key__\r\nAttributeError: type object '_ResultCollection' has no attribute '__orig_register_key__'", "@thomasdhc Thanks for pointing it out, pushed changes." ]
2024-08-14T15:12:17
2024-08-15T17:52:24
2024-08-15T17:52:24
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10137", "html_url": "https://github.com/NVIDIA/NeMo/pull/10137", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10137.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10137.patch", "merged_at": "2024-08-15T17:52:24" }
… host & device sync in it. # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10137/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10137/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10136
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10136/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10136/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10136/events
https://github.com/NVIDIA/NeMo/pull/10136
2,465,753,295
PR_kwDOC_bI7s54Ww1E
10,136
Fix lhotse parsing tarred files with offset field
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T12:51:42
2024-08-15T16:56:01
2024-08-15T16:55:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10136", "html_url": "https://github.com/NVIDIA/NeMo/pull/10136", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10136.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10136.patch", "merged_at": "2024-08-15T16:55:59" }
# What does this PR do ? Fixes skipping some entries in manifests when using tarred dataset with long-form audio and offset field. **Collection**: ASR # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10136/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10136/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10135
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10135/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10135/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10135/events
https://github.com/NVIDIA/NeMo/pull/10135
2,465,295,028
PR_kwDOC_bI7s54VLYo
10,135
ci: Combine jobs
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T09:05:52
2024-08-15T00:44:46
2024-08-15T00:44:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10135", "html_url": "https://github.com/NVIDIA/NeMo/pull/10135", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10135.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10135.patch", "merged_at": "2024-08-15T00:44:45" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10135/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10135/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10134
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10134/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10134/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10134/events
https://github.com/NVIDIA/NeMo/pull/10134
2,465,278,266
PR_kwDOC_bI7s54VHq7
10,134
ci: Grant permission to cancel workflows
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T08:57:51
2024-08-14T09:02:29
2024-08-14T09:02:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10134", "html_url": "https://github.com/NVIDIA/NeMo/pull/10134", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10134.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10134.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10134/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10134/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10133
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10133/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10133/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10133/events
https://github.com/NVIDIA/NeMo/pull/10133
2,465,131,583
PR_kwDOC_bI7s54UoZx
10,133
[NeMo-UX] Fix io init bug
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users/marcromeyn/followers", "following_url": "https://api.github.com/users/marcromeyn/following{/other_user}", "gists_url": "https://api.github.com/users/marcromeyn/gists{/gist_id}", "starred_url": "https://api.github.com/users/marcromeyn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/marcromeyn/subscriptions", "organizations_url": "https://api.github.com/users/marcromeyn/orgs", "repos_url": "https://api.github.com/users/marcromeyn/repos", "events_url": "https://api.github.com/users/marcromeyn/events{/privacy}", "received_events_url": "https://api.github.com/users/marcromeyn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users/marcromeyn/followers", "following_url": "https://api.github.com/users/marcromeyn/following{/other_user}", "gists_url": "https://api.github.com/users/marcromeyn/gists{/gist_id}", "starred_url": "https://api.github.com/users/marcromeyn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/marcromeyn/subscriptions", "organizations_url": "https://api.github.com/users/marcromeyn/orgs", "repos_url": "https://api.github.com/users/marcromeyn/repos", "events_url": "https://api.github.com/users/marcromeyn/events{/privacy}", "received_events_url": "https://api.github.com/users/marcromeyn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users/marcromeyn/followers", "following_url": "https://api.github.com/users/marcromeyn/following{/other_user}", "gists_url": "https://api.github.com/users/marcromeyn/gists{/gist_id}", "starred_url": "https://api.github.com/users/marcromeyn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/marcromeyn/subscriptions", "organizations_url": "https://api.github.com/users/marcromeyn/orgs", "repos_url": "https://api.github.com/users/marcromeyn/repos", "events_url": "https://api.github.com/users/marcromeyn/events{/privacy}", "received_events_url": "https://api.github.com/users/marcromeyn/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-14T07:44:22
2024-08-15T21:49:45
2024-08-15T21:49:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10133", "html_url": "https://github.com/NVIDIA/NeMo/pull/10133", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10133.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10133.patch", "merged_at": "2024-08-15T21:49:43" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10133/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10133/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10132
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10132/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10132/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10132/events
https://github.com/NVIDIA/NeMo/pull/10132
2,465,035,298
PR_kwDOC_bI7s54UTTH
10,132
fix qk_layernorm for MegatronGPTModel
{ "login": "yuzhongw-nvidia", "id": 178130253, "node_id": "U_kgDOCp4NTQ", "avatar_url": "https://avatars.githubusercontent.com/u/178130253?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yuzhongw-nvidia", "html_url": "https://github.com/yuzhongw-nvidia", "followers_url": "https://api.github.com/users/yuzhongw-nvidia/followers", "following_url": "https://api.github.com/users/yuzhongw-nvidia/following{/other_user}", "gists_url": "https://api.github.com/users/yuzhongw-nvidia/gists{/gist_id}", "starred_url": "https://api.github.com/users/yuzhongw-nvidia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yuzhongw-nvidia/subscriptions", "organizations_url": "https://api.github.com/users/yuzhongw-nvidia/orgs", "repos_url": "https://api.github.com/users/yuzhongw-nvidia/repos", "events_url": "https://api.github.com/users/yuzhongw-nvidia/events{/privacy}", "received_events_url": "https://api.github.com/users/yuzhongw-nvidia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-14T06:48:02
2024-09-05T01:55:02
2024-09-05T01:55:01
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10132", "html_url": "https://github.com/NVIDIA/NeMo/pull/10132", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10132.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10132.patch", "merged_at": null }
# What does this PR do ? The `qk_layernorm` flag has not been set for `MegatronGPTModel`. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [*] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [*] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10132/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10132/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10130
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10130/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10130/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10130/events
https://github.com/NVIDIA/NeMo/pull/10130
2,464,550,327
PR_kwDOC_bI7s54S4VJ
10,130
Bump `Dockerfile.ci` (2024-08-14)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-14T00:19:53
2024-08-26T22:14:47
2024-08-26T22:14:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10130", "html_url": "https://github.com/NVIDIA/NeMo/pull/10130", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10130.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10130.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10130/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10130/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10129
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10129/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10129/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10129/events
https://github.com/NVIDIA/NeMo/pull/10129
2,464,188,901
PR_kwDOC_bI7s54Rzi4
10,129
Akoumparouli/nemo ux precision plugin refactor
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-13T20:46:15
2024-08-20T17:57:10
2024-08-20T17:57:09
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10129", "html_url": "https://github.com/NVIDIA/NeMo/pull/10129", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10129.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10129.patch", "merged_at": "2024-08-20T17:57:09" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10129/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10129/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10128
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10128/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10128/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10128/events
https://github.com/NVIDIA/NeMo/pull/10128
2,464,133,425
PR_kwDOC_bI7s54RnRX
10,128
Akoumparouli/nemo ux moe loss logging
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale.", "[🤖]: Hi @akoumpa 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11334331014) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-08-13T20:09:05
2024-10-15T19:24:26
2024-10-15T19:24:25
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10128", "html_url": "https://github.com/NVIDIA/NeMo/pull/10128", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10128.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10128.patch", "merged_at": "2024-10-15T19:24:25" }
# What does this PR do ? Without this PR ``` Training epoch 0, iteration 0/9 | lr: 0.0006 | consumed_samples: 32 | global_batch_size: 32 | global_step: 0 | reduced_train_loss: 11.02 Training epoch 0, iteration 1/9 | lr: 0.0006 | consumed_samples: 64 | global_batch_size: 32 | global_step: 1 | reduced_train_loss: 9.761 Training epoch 0, iteration 2/9 | lr: 0.0006 | consumed_samples: 96 | global_batch_size: 32 | global_step: 2 | reduced_train_loss: 9.21 Training epoch 0, iteration 3/9 | lr: 0.0006 | consumed_samples: 128 | global_batch_size: 32 | global_step: 3 | reduced_train_loss: 8.595 Training epoch 0, iteration 4/9 | lr: 0.0006 | consumed_samples: 160 | global_batch_size: 32 | global_step: 4 | reduced_train_loss: 8.675 Training epoch 0, iteration 5/9 | lr: 0.0006 | consumed_samples: 192 | global_batch_size: 32 | global_step: 5 | reduced_train_loss: 7.918 Training epoch 0, iteration 6/9 | lr: 0.0006 | consumed_samples: 224 | global_batch_size: 32 | global_step: 6 | reduced_train_loss: 7.319 Training epoch 0, iteration 7/9 | lr: 0.0006 | consumed_samples: 256 | global_batch_size: 32 | global_step: 7 | reduced_train_loss: 7.889 Training epoch 0, iteration 8/9 | lr: 0.0006 | consumed_samples: 288 | global_batch_size: 32 | global_step: 8 | reduced_train_loss: 7.113 Training epoch 0, iteration 9/9 | lr: 0.0006 | consumed_samples: 320 | global_batch_size: 32 | global_step: 9 | reduced_train_loss: 6.909 ``` With this PR: ``` Training epoch 0, iteration 0/9 | lr: 0.0006 | consumed_samples: 32 | global_batch_size: 32 | global_step: 0 | reduced_train_loss: 11.02 | load_balancing_loss: 9.812 Training epoch 0, iteration 1/9 | lr: 0.0006 | consumed_samples: 64 | global_batch_size: 32 | global_step: 1 | reduced_train_loss: 9.763 | load_balancing_loss: 9.919 Training epoch 0, iteration 2/9 | lr: 0.0006 | consumed_samples: 96 | global_batch_size: 32 | global_step: 2 | reduced_train_loss: 9.232 | load_balancing_loss: 13.04 Training epoch 0, iteration 3/9 | lr: 0.0006 | consumed_samples: 128 | global_batch_size: 32 | global_step: 3 | reduced_train_loss: 8.579 | load_balancing_loss: 16.77 Training epoch 0, iteration 4/9 | lr: 0.0006 | consumed_samples: 160 | global_batch_size: 32 | global_step: 4 | reduced_train_loss: 8.661 | load_balancing_loss: 17.5 Training epoch 0, iteration 5/9 | lr: 0.0006 | consumed_samples: 192 | global_batch_size: 32 | global_step: 5 | reduced_train_loss: 7.909 | load_balancing_loss: 13.16 Training epoch 0, iteration 6/9 | lr: 0.0006 | consumed_samples: 224 | global_batch_size: 32 | global_step: 6 | reduced_train_loss: 7.358 | load_balancing_loss: 13.96 Training epoch 0, iteration 7/9 | lr: 0.0006 | consumed_samples: 256 | global_batch_size: 32 | global_step: 7 | reduced_train_loss: 7.994 | load_balancing_loss: 14.74 Training epoch 0, iteration 8/9 | lr: 0.0006 | consumed_samples: 288 | global_batch_size: 32 | global_step: 8 | reduced_train_loss: 6.796 | load_balancing_loss: 15.49 Training epoch 0, iteration 9/9 | lr: 0.0006 | consumed_samples: 320 | global_batch_size: 32 | global_step: 9 | reduced_train_loss: 6.789 | load_balancing_loss: 16.16 ``` ``` config = llm.MixtralConfig8x7B( num_layers=2, hidden_size=768, ffn_hidden_size=3072, num_attention_heads=8, seq_length=seq_length, init_method_std=0.023, hidden_dropout=0.1, attention_dropout=0.1, layernorm_epsilon=1e-5, make_vocab_size_divisible_by=128, masked_softmax_fusion=args.masked_softmax_fusion, # Moe, num_moe_experts=8, moe_aux_loss_coeff=0.01, moe_router_topk=2, moe_router_pre_softmax=True, moe_token_dispatcher_type="alltoall", moe_router_load_balancing_type='aux_loss', ) ``` **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10128/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10128/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10127
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10127/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10127/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10127/events
https://github.com/NVIDIA/NeMo/pull/10127
2,463,876,463
PR_kwDOC_bI7s54Qvv6
10,127
Optionally disable logging in the data sampler to support predict_step
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/followers", "following_url": "https://api.github.com/users/jstjohn/following{/other_user}", "gists_url": "https://api.github.com/users/jstjohn/gists{/gist_id}", "starred_url": "https://api.github.com/users/jstjohn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jstjohn/subscriptions", "organizations_url": "https://api.github.com/users/jstjohn/orgs", "repos_url": "https://api.github.com/users/jstjohn/repos", "events_url": "https://api.github.com/users/jstjohn/events{/privacy}", "received_events_url": "https://api.github.com/users/jstjohn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/followers", "following_url": "https://api.github.com/users/jstjohn/following{/other_user}", "gists_url": "https://api.github.com/users/jstjohn/gists{/gist_id}", "starred_url": "https://api.github.com/users/jstjohn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jstjohn/subscriptions", "organizations_url": "https://api.github.com/users/jstjohn/orgs", "repos_url": "https://api.github.com/users/jstjohn/repos", "events_url": "https://api.github.com/users/jstjohn/events{/privacy}", "received_events_url": "https://api.github.com/users/jstjohn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/followers", "following_url": "https://api.github.com/users/jstjohn/following{/other_user}", "gists_url": "https://api.github.com/users/jstjohn/gists{/gist_id}", "starred_url": "https://api.github.com/users/jstjohn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jstjohn/subscriptions", "organizations_url": "https://api.github.com/users/jstjohn/orgs", "repos_url": "https://api.github.com/users/jstjohn/repos", "events_url": "https://api.github.com/users/jstjohn/events{/privacy}", "received_events_url": "https://api.github.com/users/jstjohn/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "stopping this for now until our CI is out of maintenance ", "Looks good, thanks! Can we clean up some of the old comments in the test script?" ]
2024-08-13T17:36:38
2024-08-21T23:38:51
2024-08-21T23:38:49
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10127", "html_url": "https://github.com/NVIDIA/NeMo/pull/10127", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10127.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10127.patch", "merged_at": "2024-08-21T23:38:49" }
Pytorch lightning's `predict_step` does not support logging on the module. This PR adds an option to the data sampler to disable logging which allows the predict step to work.
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/followers", "following_url": "https://api.github.com/users/jstjohn/following{/other_user}", "gists_url": "https://api.github.com/users/jstjohn/gists{/gist_id}", "starred_url": "https://api.github.com/users/jstjohn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jstjohn/subscriptions", "organizations_url": "https://api.github.com/users/jstjohn/orgs", "repos_url": "https://api.github.com/users/jstjohn/repos", "events_url": "https://api.github.com/users/jstjohn/events{/privacy}", "received_events_url": "https://api.github.com/users/jstjohn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10127/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10127/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10126
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10126/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10126/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10126/events
https://github.com/NVIDIA/NeMo/pull/10126
2,463,438,531
PR_kwDOC_bI7s54PPFL
10,126
[NeMo CICD] Fix broken pipeline
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/users/pablo-garay/followers", "following_url": "https://api.github.com/users/pablo-garay/following{/other_user}", "gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}", "starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions", "organizations_url": "https://api.github.com/users/pablo-garay/orgs", "repos_url": "https://api.github.com/users/pablo-garay/repos", "events_url": "https://api.github.com/users/pablo-garay/events{/privacy}", "received_events_url": "https://api.github.com/users/pablo-garay/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "CI passed (other than CPU unit tests which was made optional): https://github.com/NVIDIA/NeMo/actions/runs/10371225709" ]
2024-08-13T14:01:30
2024-08-13T17:06:24
2024-08-13T16:57:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10126", "html_url": "https://github.com/NVIDIA/NeMo/pull/10126", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10126.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10126.patch", "merged_at": "2024-08-13T16:57:05" }
Fix broken pipeline
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/users/pablo-garay/followers", "following_url": "https://api.github.com/users/pablo-garay/following{/other_user}", "gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}", "starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions", "organizations_url": "https://api.github.com/users/pablo-garay/orgs", "repos_url": "https://api.github.com/users/pablo-garay/repos", "events_url": "https://api.github.com/users/pablo-garay/events{/privacy}", "received_events_url": "https://api.github.com/users/pablo-garay/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10126/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10126/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10125
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10125/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10125/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10125/events
https://github.com/NVIDIA/NeMo/pull/10125
2,463,098,235
PR_kwDOC_bI7s54OEgi
10,125
check TB is enabled
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-13T11:22:11
2024-10-09T01:58:27
2024-10-09T01:58:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10125", "html_url": "https://github.com/NVIDIA/NeMo/pull/10125", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10125.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10125.patch", "merged_at": null }
# What does this PR do ? Add FLOPsMeasurementCallback only if tensorboard logger (`exp_manager.create_tensorboard_logger`) is enabled. **Collection**: [Run CICD] # Changelog ``` if self.cfg.get('exp_manager', {}).get('create_tensorboard_logger', False): callbacks.append(FLOPsMeasurementCallback(self.cfg)) ``` # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10125/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10125/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10124
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10124/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10124/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10124/events
https://github.com/NVIDIA/NeMo/pull/10124
2,463,024,812
PR_kwDOC_bI7s54N0CQ
10,124
Update wfst_text_normalization.rst
{ "login": "dankeinan1", "id": 82381913, "node_id": "MDQ6VXNlcjgyMzgxOTEz", "avatar_url": "https://avatars.githubusercontent.com/u/82381913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dankeinan1", "html_url": "https://github.com/dankeinan1", "followers_url": "https://api.github.com/users/dankeinan1/followers", "following_url": "https://api.github.com/users/dankeinan1/following{/other_user}", "gists_url": "https://api.github.com/users/dankeinan1/gists{/gist_id}", "starred_url": "https://api.github.com/users/dankeinan1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dankeinan1/subscriptions", "organizations_url": "https://api.github.com/users/dankeinan1/orgs", "repos_url": "https://api.github.com/users/dankeinan1/repos", "events_url": "https://api.github.com/users/dankeinan1/events{/privacy}", "received_events_url": "https://api.github.com/users/dankeinan1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-13T10:44:37
2024-09-04T01:54:46
2024-09-04T01:54:45
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10124", "html_url": "https://github.com/NVIDIA/NeMo/pull/10124", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10124.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10124.patch", "merged_at": null }
Added Hebrew ITN to documentation # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10124/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10124/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10123
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10123/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10123/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10123/events
https://github.com/NVIDIA/NeMo/issues/10123
2,462,659,052
I_kwDOC_bI7s6SyTHs
10,123
TypeError: AggregateTokenizer.token_to_id() missing 1 required positional argument: 'lang_id'
{ "login": "yonas-g", "id": 23583963, "node_id": "MDQ6VXNlcjIzNTgzOTYz", "avatar_url": "https://avatars.githubusercontent.com/u/23583963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonas-g", "html_url": "https://github.com/yonas-g", "followers_url": "https://api.github.com/users/yonas-g/followers", "following_url": "https://api.github.com/users/yonas-g/following{/other_user}", "gists_url": "https://api.github.com/users/yonas-g/gists{/gist_id}", "starred_url": "https://api.github.com/users/yonas-g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yonas-g/subscriptions", "organizations_url": "https://api.github.com/users/yonas-g/orgs", "repos_url": "https://api.github.com/users/yonas-g/repos", "events_url": "https://api.github.com/users/yonas-g/events{/privacy}", "received_events_url": "https://api.github.com/users/yonas-g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "KunalDhawan", "id": 15515031, "node_id": "MDQ6VXNlcjE1NTE1MDMx", "avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KunalDhawan", "html_url": "https://github.com/KunalDhawan", "followers_url": "https://api.github.com/users/KunalDhawan/followers", "following_url": "https://api.github.com/users/KunalDhawan/following{/other_user}", "gists_url": "https://api.github.com/users/KunalDhawan/gists{/gist_id}", "starred_url": "https://api.github.com/users/KunalDhawan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/KunalDhawan/subscriptions", "organizations_url": "https://api.github.com/users/KunalDhawan/orgs", "repos_url": "https://api.github.com/users/KunalDhawan/repos", "events_url": "https://api.github.com/users/KunalDhawan/events{/privacy}", "received_events_url": "https://api.github.com/users/KunalDhawan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "KunalDhawan", "id": 15515031, "node_id": "MDQ6VXNlcjE1NTE1MDMx", "avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KunalDhawan", "html_url": "https://github.com/KunalDhawan", "followers_url": "https://api.github.com/users/KunalDhawan/followers", "following_url": "https://api.github.com/users/KunalDhawan/following{/other_user}", "gists_url": "https://api.github.com/users/KunalDhawan/gists{/gist_id}", "starred_url": "https://api.github.com/users/KunalDhawan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/KunalDhawan/subscriptions", "organizations_url": "https://api.github.com/users/KunalDhawan/orgs", "repos_url": "https://api.github.com/users/KunalDhawan/repos", "events_url": "https://api.github.com/users/KunalDhawan/events{/privacy}", "received_events_url": "https://api.github.com/users/KunalDhawan/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "@titu1994 Your help would be greatly appreciated. ", "@KunalDhawan can you add the flag to the tokenizer ?", "Hi @titu1994, after some investigation into the above issue, I don't think AggregateTokenizer is well suited for the current implementation of flashlight decoder/ word-boosting due to the following reasons:\n\n- With aggregate tokenizer, the tokenizer for each language might have it's own \\<unk\\> token, due to which we would have to maintain a list for unk_id and self.silence parameters (https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/modules/flashlight_decoder.py#L135) and significantly modify the FlashLightKenLMBeamSearchDecoder algo. \n- In the AggregateTokenizer, the id -> token and id -> lang mapping is one-to-one, but to go from token to id (used [here](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/modules/flashlight_decoder.py#L167)) we would also need to provide the language corresponding to each token, again because we might have multiple ids corresponding to the same token appearing in different constituent tokenizers of the AggregateTokenizer\n\nA possible way to address this could be - when using Flashlight decoder with Aggregate tokenizer, we can ask the users to input the target language to use. AggregateTokenizer with lang specified == standard tokenizer, which we can use as it with the current Flashlight implementation. We can also have the default lang as 'en' and error out if 1) target lang is not provided and 2) AggregateTokenizer doesn't have a tokenizer corresponding to 'en'. Would love to hear your thoughts on this.\n\n", "I created a quick patch to FlashLightKenLMBeamSearchDecoder with the above idea and verified that it works with an AggregateTokenizer within the assumptions highlighted in the previous comment: [https://github.com/KunalDhawan/NeMo/commit/0e8d6c53caa59cdd7d6ce3aeb61ecd8483c859e3](https://github.com/KunalDhawan/NeMo/commit/0e8d6c53caa59cdd7d6ce3aeb61ecd8483c859e3). I can create a PR to main with this if everything looks good! ", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-13T07:53:45
2024-10-18T01:59:13
2024-10-18T01:59:12
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**TypeError: AggregateTokenizer.token_to_id() missing 1 required positional argument: 'lang_id'** I am getting `TypeError: AggregateTokenizer.token_to_id() missing 1 required positional argument: 'lang_id'` when doing an inference on a multilingual ASR model trained using multiple tokenizers with `land_id` added in the manifest. This happens when I change the `decoding strategy to "flashlight"`. ```python asr_model = nemo_asr.models.EncDecCTCModelBPE.restore_from(nemo_model_file, map_location=device) decoding_cfg = CTCDecodingConfig() decoding_cfg.strategy = "flashlight" . . . asr_model.change_decoding_strategy(decoding_cfg) ``` **Environment overview (please complete the following information)** - Environment location: LambdaLabs - Method of NeMo install: from source. Installed via ./reinstall **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version: `Ubuntu` - PyTorch version: `2.3.1+cu121` - Nemo version: `2.0.0rc2` - Python version: `Python 3.10.12` - GPU model: A100
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10123/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10123/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10122
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10122/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10122/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10122/events
https://github.com/NVIDIA/NeMo/issues/10122
2,462,352,348
I_kwDOC_bI7s6SxIPc
10,122
[question] What text preprocessing have you used for ASR models stt-eu, stt-de, stt-es, stt-fr. Is it only nemo text norm?
{ "login": "vbaghdasaryan", "id": 143392899, "node_id": "U_kgDOCIwAgw", "avatar_url": "https://avatars.githubusercontent.com/u/143392899?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vbaghdasaryan", "html_url": "https://github.com/vbaghdasaryan", "followers_url": "https://api.github.com/users/vbaghdasaryan/followers", "following_url": "https://api.github.com/users/vbaghdasaryan/following{/other_user}", "gists_url": "https://api.github.com/users/vbaghdasaryan/gists{/gist_id}", "starred_url": "https://api.github.com/users/vbaghdasaryan/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vbaghdasaryan/subscriptions", "organizations_url": "https://api.github.com/users/vbaghdasaryan/orgs", "repos_url": "https://api.github.com/users/vbaghdasaryan/repos", "events_url": "https://api.github.com/users/vbaghdasaryan/events{/privacy}", "received_events_url": "https://api.github.com/users/vbaghdasaryan/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[ "Hi, thank you for your question.\r\n\r\nYou can see the code used to clean the Spanish data here: https://github.com/NVIDIA/NeMo-speech-data-processor/tree/main/dataset_configs/spanish_pc.\r\n\r\nThe rules used to clean the German and French data were very similar.\r\n\r\nActually, IIRC, we did not use NeMo Text Processing at that time. You can see there some custom rules for handling Roman Numerals, handling common abbreviations like \"Dr\".\r\n\r\nFor Voxpopuli, there was normalized text without punctuation and capialization, we made a processor to add the normalization to the version of the text with punctuation and capitalization: https://github.com/NVIDIA/NeMo-speech-data-processor/blob/main/sdp/processors/datasets/voxpopuli/normalize_from_non_pc_text.py#L118.\r\n\r\nIn general, a lot of care was taken to clean each specific dataset. We browsed the data and looked for common issues using the NeMo [Speech Data Explorer](https://github.com/NVIDIA/NeMo/tree/main/tools/speech_data_explorer) tool." ]
2024-08-13T04:20:12
2024-08-20T16:46:18
2024-08-20T16:46:18
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am interested in these models stt_multilingual_fastconformer_hybrid_large_pc_blend_eu, stt_de_fastconformer_hybrid_large_pc, stt_es_fastconformer_hybrid_large_pc, stt_fr_fastconformer_hybrid_large_pc. Its intuitive to think that you used nemo text processing package for text norm. But I tried to finetune multilingual and german models and got worse results. I downloaded the same datasets, used your NeMo codebase, your published checkpoint and config Tried to add some more new public data. Kept the learning rate lower than your minimum in the config. After training a bit, I test on fleurs test dataset and get worse results. ### My concern is that maybe you didn't use nemo text processing or used something else on top of it or before. That would very much help my project if you clarified that part. I think that resuming training on same data/ same + some more data couldn't damage that much with small learning rate. German stt model from 8% jumped to 11% after an epoch. Thank you in advance
{ "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "followers_url": "https://api.github.com/users/erastorgueva-nv/followers", "following_url": "https://api.github.com/users/erastorgueva-nv/following{/other_user}", "gists_url": "https://api.github.com/users/erastorgueva-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/erastorgueva-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erastorgueva-nv/subscriptions", "organizations_url": "https://api.github.com/users/erastorgueva-nv/orgs", "repos_url": "https://api.github.com/users/erastorgueva-nv/repos", "events_url": "https://api.github.com/users/erastorgueva-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/erastorgueva-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10122/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10122/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10121
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10121/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10121/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10121/events
https://github.com/NVIDIA/NeMo/pull/10121
2,462,201,271
PR_kwDOC_bI7s54K_k4
10,121
Expose MCore Cudagraph interface
{ "login": "JimmyZhang12", "id": 67203904, "node_id": "MDQ6VXNlcjY3MjAzOTA0", "avatar_url": "https://avatars.githubusercontent.com/u/67203904?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JimmyZhang12", "html_url": "https://github.com/JimmyZhang12", "followers_url": "https://api.github.com/users/JimmyZhang12/followers", "following_url": "https://api.github.com/users/JimmyZhang12/following{/other_user}", "gists_url": "https://api.github.com/users/JimmyZhang12/gists{/gist_id}", "starred_url": "https://api.github.com/users/JimmyZhang12/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/JimmyZhang12/subscriptions", "organizations_url": "https://api.github.com/users/JimmyZhang12/orgs", "repos_url": "https://api.github.com/users/JimmyZhang12/repos", "events_url": "https://api.github.com/users/JimmyZhang12/events{/privacy}", "received_events_url": "https://api.github.com/users/JimmyZhang12/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/r2.0.0", "name": "r2.0.0", "color": "4E083D", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-13T01:48:25
2024-09-18T16:58:25
2024-09-16T16:46:45
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10121", "html_url": "https://github.com/NVIDIA/NeMo/pull/10121", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10121.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10121.patch", "merged_at": "2024-09-16T16:46:45" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10121/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10121/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10120
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10120/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10120/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10120/events
https://github.com/NVIDIA/NeMo/pull/10120
2,462,108,988
PR_kwDOC_bI7s54KsUb
10,120
Bump `Dockerfile.ci` (2024-08-13)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-13T00:20:43
2024-08-26T22:14:33
2024-08-26T22:14:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10120", "html_url": "https://github.com/NVIDIA/NeMo/pull/10120", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10120.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10120.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10120/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10120/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10119
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10119/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10119/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10119/events
https://github.com/NVIDIA/NeMo/pull/10119
2,462,036,153
PR_kwDOC_bI7s54KdKL
10,119
[NeMo-UX] Fix PEFT Checkpointing
{ "login": "cuichenx", "id": 43478052, "node_id": "MDQ6VXNlcjQzNDc4MDUy", "avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cuichenx", "html_url": "https://github.com/cuichenx", "followers_url": "https://api.github.com/users/cuichenx/followers", "following_url": "https://api.github.com/users/cuichenx/following{/other_user}", "gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}", "starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions", "organizations_url": "https://api.github.com/users/cuichenx/orgs", "repos_url": "https://api.github.com/users/cuichenx/repos", "events_url": "https://api.github.com/users/cuichenx/events{/privacy}", "received_events_url": "https://api.github.com/users/cuichenx/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-12T23:05:56
2024-08-16T07:06:24
2024-08-16T07:06:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10119", "html_url": "https://github.com/NVIDIA/NeMo/pull/10119", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10119.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10119.patch", "merged_at": "2024-08-16T07:06:22" }
# What does this PR do ? Fix PEFT checkpoint saving **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10119/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10119/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10118
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10118/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10118/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10118/events
https://github.com/NVIDIA/NeMo/pull/10118
2,461,679,691
PR_kwDOC_bI7s54JOMg
10,118
mistral nemo to hf support for 2407
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "CICD passed: https://github.com/NVIDIA/NeMo/actions/runs/10374317474" ]
2024-08-12T18:53:27
2024-08-13T22:39:15
2024-08-13T22:39:13
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10118", "html_url": "https://github.com/NVIDIA/NeMo/pull/10118", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10118.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10118.patch", "merged_at": "2024-08-13T22:39:13" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10118/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10118/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10117
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10117/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10117/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10117/events
https://github.com/NVIDIA/NeMo/pull/10117
2,461,500,583
PR_kwDOC_bI7s54InsR
10,117
Comment out stable diffusion test
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-12T17:04:39
2024-09-04T01:54:48
2024-09-04T01:54:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10117", "html_url": "https://github.com/NVIDIA/NeMo/pull/10117", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10117.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10117.patch", "merged_at": null }
# What does this PR do ? Comment out stable diffusion test until ptl 2.4.0 fix is in place. **Collection**: [ci] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10117/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10117/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10116
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10116/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10116/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10116/events
https://github.com/NVIDIA/NeMo/issues/10116
2,461,468,778
I_kwDOC_bI7s6Stwhq
10,116
pytorch_lightning ResultCollection register_key is deprecated in 2.4.0
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "Resolved: \r\nhttps://github.com/NVIDIA/NeMo/pull/10183\r\nhttps://github.com/NVIDIA/NeMo/pull/10137" ]
2024-08-12T16:47:08
2024-08-23T18:38:43
2024-08-23T18:38:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** pytorch_lightning.trainer.connectors.logger_connector.result _ResultCollection register_key function is deprecated in ptl 2.4.0 The use of this function needs to be updated in https://github.com/NVIDIA/NeMo/blob/main/nemo/utils/callbacks/cuda_graph.py#L377 **Steps/Code to reproduce bug** Please list *minimal* steps or code snippet for us to be able to reproduce the bug. A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports. **Expected behavior** A clear and concise description of what you expected to happen. **Environment overview (please complete the following information)** - Environment location: [Bare-metal, Docker, Cloud(specify cloud provider - AWS, Azure, GCP, Collab)] - Method of NeMo install: [pip install or from source]. Please specify exact commands you used to install. - If method of install is [Docker], provide `docker pull` & `docker run` commands used **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version - PyTorch version - Python version **Additional context** Add any other context about the problem here. Example: GPU model
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10116/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10116/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10115
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10115/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10115/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10115/events
https://github.com/NVIDIA/NeMo/pull/10115
2,461,042,848
PR_kwDOC_bI7s54HCov
10,115
[SpeechLLM] Supports text processing when using LLaMa 3.1
{ "login": "aklemen", "id": 56405660, "node_id": "MDQ6VXNlcjU2NDA1NjYw", "avatar_url": "https://avatars.githubusercontent.com/u/56405660?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aklemen", "html_url": "https://github.com/aklemen", "followers_url": "https://api.github.com/users/aklemen/followers", "following_url": "https://api.github.com/users/aklemen/following{/other_user}", "gists_url": "https://api.github.com/users/aklemen/gists{/gist_id}", "starred_url": "https://api.github.com/users/aklemen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/aklemen/subscriptions", "organizations_url": "https://api.github.com/users/aklemen/orgs", "repos_url": "https://api.github.com/users/aklemen/repos", "events_url": "https://api.github.com/users/aklemen/events{/privacy}", "received_events_url": "https://api.github.com/users/aklemen/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-12T13:40:26
2024-09-09T01:56:53
2024-09-09T01:56:52
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10115", "html_url": "https://github.com/NVIDIA/NeMo/pull/10115", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10115.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10115.patch", "merged_at": null }
# What does this PR do ? This PR fixes two type errors that occured when I was trying to train a SpeechLLM model with [Fast Conformer](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_en_fastconformer_ctc_large) and [LLaMa 3.1](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/llama-3_1-8b-nemo). 1. `TypeError: '>' not supported between instances of 'NoneType' and 'int'` 2. `TypeError: AutoTokenizer.text_to_ids() takes 2 positional arguments but 3 were given` I used the example script [modular_audio_gpt_train.py](examples/multimodal/speech_llm/modular_audio_gpt_train.py) and config [modular_audio_gpt_config_peft.yaml](examples/multimodal/speech_llm/conf/modular_audio_gpt_config_peft.yaml). I do not know if training will work out with LLaMa 3/3.1 in general, but at least this fixes the text processing. I tested this with [LLaMa 2](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/llama-2-7b) as well and it works. **Collection**: multimodal # Changelog - Handles case when `pad_id` is `None` in the tokenizer - Passes `sample_alpha` only when tokenizer is `SentencePieceTokenizer` (fixes `TypeError`) # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10115/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10115/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10114
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10114/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10114/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10114/events
https://github.com/NVIDIA/NeMo/pull/10114
2,460,989,806
PR_kwDOC_bI7s54G2xk
10,114
ci: Proper cleanup
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-12T13:19:27
2024-08-12T13:19:37
2024-08-12T13:19:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10114", "html_url": "https://github.com/NVIDIA/NeMo/pull/10114", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10114.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10114.patch", "merged_at": "2024-08-12T13:19:35" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10114/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10114/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10113
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10113/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10113/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10113/events
https://github.com/NVIDIA/NeMo/issues/10113
2,460,625,659
I_kwDOC_bI7s6Sqir7
10,113
How to Enable Spec Augmentation During Testing or Transcription
{ "login": "csetanmayjain", "id": 37631570, "node_id": "MDQ6VXNlcjM3NjMxNTcw", "avatar_url": "https://avatars.githubusercontent.com/u/37631570?v=4", "gravatar_id": "", "url": "https://api.github.com/users/csetanmayjain", "html_url": "https://github.com/csetanmayjain", "followers_url": "https://api.github.com/users/csetanmayjain/followers", "following_url": "https://api.github.com/users/csetanmayjain/following{/other_user}", "gists_url": "https://api.github.com/users/csetanmayjain/gists{/gist_id}", "starred_url": "https://api.github.com/users/csetanmayjain/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/csetanmayjain/subscriptions", "organizations_url": "https://api.github.com/users/csetanmayjain/orgs", "repos_url": "https://api.github.com/users/csetanmayjain/repos", "events_url": "https://api.github.com/users/csetanmayjain/events{/privacy}", "received_events_url": "https://api.github.com/users/csetanmayjain/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[ "I managed to figure it out, and for those who are searching, they might find this as a helpful reference: \r\n\r\nTo address the issue, you can modify the code in `nemo/collections/asr/models/ctc_models.py`. Specifically, navigate to line 502, which is:\r\n\r\n```\r\nif self.spec_augmentation is not None and self.training:\r\n```\r\n\r\nYou should update this line to:\r\n\r\n```\r\nif self.spec_augmentation is not None:\r\n```\r\n\r\nThis change ensures that the `self.training` condition is no longer required for `spec_augmentation`. The rest of the configuration can remain unchanged.\r\n\r\nDisclaimer: For you it might be possible that you have used different config., you have to modify that script accordingly" ]
2024-08-12T10:33:13
2024-08-12T14:59:23
2024-08-12T14:59:23
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I have successfully applied Spec Augmentation during training, but I would like to know how to enable Spec Augmentation while testing or transcribing hypotheses. Is it possible to apply Spec Augmentation during testing or transcription? If so, could you provide the necessary configurations or code snippets? Thank
{ "login": "csetanmayjain", "id": 37631570, "node_id": "MDQ6VXNlcjM3NjMxNTcw", "avatar_url": "https://avatars.githubusercontent.com/u/37631570?v=4", "gravatar_id": "", "url": "https://api.github.com/users/csetanmayjain", "html_url": "https://github.com/csetanmayjain", "followers_url": "https://api.github.com/users/csetanmayjain/followers", "following_url": "https://api.github.com/users/csetanmayjain/following{/other_user}", "gists_url": "https://api.github.com/users/csetanmayjain/gists{/gist_id}", "starred_url": "https://api.github.com/users/csetanmayjain/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/csetanmayjain/subscriptions", "organizations_url": "https://api.github.com/users/csetanmayjain/orgs", "repos_url": "https://api.github.com/users/csetanmayjain/repos", "events_url": "https://api.github.com/users/csetanmayjain/events{/privacy}", "received_events_url": "https://api.github.com/users/csetanmayjain/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10113/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10113/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10112
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10112/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10112/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10112/events
https://github.com/NVIDIA/NeMo/issues/10112
2,459,878,637
I_kwDOC_bI7s6SnsTt
10,112
Fine-Tuning Fast Conformer CTC on Other Language
{ "login": "duckyngo", "id": 22850962, "node_id": "MDQ6VXNlcjIyODUwOTYy", "avatar_url": "https://avatars.githubusercontent.com/u/22850962?v=4", "gravatar_id": "", "url": "https://api.github.com/users/duckyngo", "html_url": "https://github.com/duckyngo", "followers_url": "https://api.github.com/users/duckyngo/followers", "following_url": "https://api.github.com/users/duckyngo/following{/other_user}", "gists_url": "https://api.github.com/users/duckyngo/gists{/gist_id}", "starred_url": "https://api.github.com/users/duckyngo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/duckyngo/subscriptions", "organizations_url": "https://api.github.com/users/duckyngo/orgs", "repos_url": "https://api.github.com/users/duckyngo/repos", "events_url": "https://api.github.com/users/duckyngo/events{/privacy}", "received_events_url": "https://api.github.com/users/duckyngo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "Could you also plot lr graph? Your validation loss kept on increasing. Could you start with 1024 tokens, howver you mentioned the same tokens work well for Conformer, does that mean you tried same set up with Conformer and it trained well and you are only seeing issues with FastConformer? \r\n\r\nIf possible share complete config. ", "Thank you for your support!\r\n\r\nI managed to resolve the issue, and I wanted to share the solution in case others encounter a similar problem. The root cause was related to the batch size and learning rate. Since my batch size was relatively small, I found it necessary to reduce the learning rate accordingly. The default configuration’s learning rate parameters are optimized for a global batch size of 2K, so using a smaller batch size requires a lower learning rate.\r\n\r\nInitially, the model converged well during the early stages when the learning rate was low. However, as the learning rate increased due to the warm-up settings, the training became unstable. By further reducing the learning rate, I was able to stabilize the training, and the model began converging as expected.\r\n\r\n![image](https://github.com/user-attachments/assets/cb8dea7c-3486-40b1-aaaa-0170e60e41c8)\r\n\r\nI hope this information helps others who might be facing similar challenges with smaller batch sizes. Thanks again for your support!\r\n\r\n\r\n" ]
2024-08-12T01:33:11
2024-08-23T03:30:06
2024-08-23T03:30:05
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
First of all, thank you for creating and maintaining this incredible framework. It has been a valuable tool for our work. I am currently attempting to fine-tune the Fast Conformer CTC model on a Korean language dataset (1000 hours) using the pretrained English model as the starting point - Tokenizer: We are using a SentencePiece unigram tokenizer with 2700 tokens. (These tokens work well on Conformer CTC Large models.) - Batch Size: The batch size is set to 4, with accumulate_grad_batches set to 8. - SpecAugment Configuration: The spec_augment is configured with 2 frequency masks and 2 time masks. Issue: After 21 epochs of training, the validation WER remains at 1, and the learning rate does not seem to decrease. I would greatly appreciate any guidance on what might be going wrong during the training process. Additional Information: I attach a screenshot from W&B here for reference: ![image](https://github.com/user-attachments/assets/be5a7f51-975a-4be1-a157-6a77aea492cc) **Environment details** - OS version: Ubuntu 20.04 - PyTorch version: 2.4.0 - Nemo Version: 1.23.0 **Additional context** We have access to a 20,000-hour dataset, but since training on the full dataset would be very time-consuming, we decided to start with 1,000 hours to see if the model can converge before scaling up.
{ "login": "duckyngo", "id": 22850962, "node_id": "MDQ6VXNlcjIyODUwOTYy", "avatar_url": "https://avatars.githubusercontent.com/u/22850962?v=4", "gravatar_id": "", "url": "https://api.github.com/users/duckyngo", "html_url": "https://github.com/duckyngo", "followers_url": "https://api.github.com/users/duckyngo/followers", "following_url": "https://api.github.com/users/duckyngo/following{/other_user}", "gists_url": "https://api.github.com/users/duckyngo/gists{/gist_id}", "starred_url": "https://api.github.com/users/duckyngo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/duckyngo/subscriptions", "organizations_url": "https://api.github.com/users/duckyngo/orgs", "repos_url": "https://api.github.com/users/duckyngo/repos", "events_url": "https://api.github.com/users/duckyngo/events{/privacy}", "received_events_url": "https://api.github.com/users/duckyngo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10112/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10112/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10111
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10111/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10111/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10111/events
https://github.com/NVIDIA/NeMo/pull/10111
2,459,831,847
PR_kwDOC_bI7s54C3ox
10,111
Bump `Dockerfile.ci` (2024-08-12)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-12T00:20:50
2024-08-12T13:24:28
2024-08-12T13:24:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10111", "html_url": "https://github.com/NVIDIA/NeMo/pull/10111", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10111.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10111.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10111/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10111/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10110
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10110/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10110/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10110/events
https://github.com/NVIDIA/NeMo/pull/10110
2,459,347,144
PR_kwDOC_bI7s54BZCl
10,110
Bump `Dockerfile.ci` (2024-08-11)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-11T00:22:09
2024-08-12T13:14:17
2024-08-12T13:14:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10110", "html_url": "https://github.com/NVIDIA/NeMo/pull/10110", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10110.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10110.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10110/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10110/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10109
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10109/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10109/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10109/events
https://github.com/NVIDIA/NeMo/pull/10109
2,459,219,319
PR_kwDOC_bI7s54BA09
10,109
Comment docs
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[]
2024-08-10T17:38:20
2024-08-12T06:28:18
2024-08-12T06:28:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10109", "html_url": "https://github.com/NVIDIA/NeMo/pull/10109", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10109.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10109.patch", "merged_at": "2024-08-12T06:28:17" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10109/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10109/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10108
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10108/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10108/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10108/events
https://github.com/NVIDIA/NeMo/pull/10108
2,458,814,872
PR_kwDOC_bI7s53_tWr
10,108
Bump `Dockerfile.ci` (2024-08-10)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-10T00:19:42
2024-08-12T13:14:07
2024-08-12T13:14:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10108", "html_url": "https://github.com/NVIDIA/NeMo/pull/10108", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10108.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10108.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10108/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10108/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10107
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10107/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10107/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10107/events
https://github.com/NVIDIA/NeMo/pull/10107
2,458,718,425
PR_kwDOC_bI7s53_Ydq
10,107
[TTS] Add config and modules for 22khz and 44khz audio codec
{ "login": "rlangman", "id": 9942053, "node_id": "MDQ6VXNlcjk5NDIwNTM=", "avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlangman", "html_url": "https://github.com/rlangman", "followers_url": "https://api.github.com/users/rlangman/followers", "following_url": "https://api.github.com/users/rlangman/following{/other_user}", "gists_url": "https://api.github.com/users/rlangman/gists{/gist_id}", "starred_url": "https://api.github.com/users/rlangman/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rlangman/subscriptions", "organizations_url": "https://api.github.com/users/rlangman/orgs", "repos_url": "https://api.github.com/users/rlangman/repos", "events_url": "https://api.github.com/users/rlangman/events{/privacy}", "received_events_url": "https://api.github.com/users/rlangman/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-09T22:04:02
2024-08-28T21:20:14
2024-08-28T21:20:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10107", "html_url": "https://github.com/NVIDIA/NeMo/pull/10107", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10107.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10107.patch", "merged_at": "2024-08-28T21:20:13" }
# What does this PR do ? Add config files and corresponding modules for optimized audio codec training. **Collection**: [TTS] # Changelog - Add config files for training 22khz and 44khz audio codec. - Add inverted HiFiGAN audio encoder - Add multi resolution STFT discriminator from DAC. This does not make much difference by itself, but I changed in preparation for doing mixed bandwidth training. - Added a "half snake" activation to decoder which uses half snake and half leaky relu activations, allowing the model to jointly model both periodic and non-periodic information. When tuning hyperparameters, I found this to be more stable (and use less memory) than training with all snake activations. And perform better than using the existing _snake alpha_, and had similar performance to the _snake beta_ variants from BigVGAN 1 and 2. I did not add snake activation to encoder as doing so significantly reduced TTS performance on the codec. - Replaced tanh activation on output with clamping, as in BigVGAN 2, as this seemed to reduce artifacts early in training. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation
{ "login": "rlangman", "id": 9942053, "node_id": "MDQ6VXNlcjk5NDIwNTM=", "avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlangman", "html_url": "https://github.com/rlangman", "followers_url": "https://api.github.com/users/rlangman/followers", "following_url": "https://api.github.com/users/rlangman/following{/other_user}", "gists_url": "https://api.github.com/users/rlangman/gists{/gist_id}", "starred_url": "https://api.github.com/users/rlangman/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rlangman/subscriptions", "organizations_url": "https://api.github.com/users/rlangman/orgs", "repos_url": "https://api.github.com/users/rlangman/repos", "events_url": "https://api.github.com/users/rlangman/events{/privacy}", "received_events_url": "https://api.github.com/users/rlangman/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10107/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10107/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10106
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10106/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10106/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10106/events
https://github.com/NVIDIA/NeMo/pull/10106
2,458,691,332
PR_kwDOC_bI7s53_Spx
10,106
[NeMo-UX] Support batch sampler in finetuning
{ "login": "cuichenx", "id": 43478052, "node_id": "MDQ6VXNlcjQzNDc4MDUy", "avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cuichenx", "html_url": "https://github.com/cuichenx", "followers_url": "https://api.github.com/users/cuichenx/followers", "following_url": "https://api.github.com/users/cuichenx/following{/other_user}", "gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}", "starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions", "organizations_url": "https://api.github.com/users/cuichenx/orgs", "repos_url": "https://api.github.com/users/cuichenx/repos", "events_url": "https://api.github.com/users/cuichenx/events{/privacy}", "received_events_url": "https://api.github.com/users/cuichenx/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-09T21:32:03
2024-08-14T16:49:37
2024-08-14T16:49:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10106", "html_url": "https://github.com/NVIDIA/NeMo/pull/10106", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10106.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10106.patch", "merged_at": "2024-08-14T16:49:35" }
# What does this PR do ? Match behavior in NeMo 1 where SFT/PEFT uses batch sampler (global batch sampling) **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "cuichenx", "id": 43478052, "node_id": "MDQ6VXNlcjQzNDc4MDUy", "avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cuichenx", "html_url": "https://github.com/cuichenx", "followers_url": "https://api.github.com/users/cuichenx/followers", "following_url": "https://api.github.com/users/cuichenx/following{/other_user}", "gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}", "starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions", "organizations_url": "https://api.github.com/users/cuichenx/orgs", "repos_url": "https://api.github.com/users/cuichenx/repos", "events_url": "https://api.github.com/users/cuichenx/events{/privacy}", "received_events_url": "https://api.github.com/users/cuichenx/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10106/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10106/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10105
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10105/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10105/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10105/events
https://github.com/NVIDIA/NeMo/pull/10105
2,458,644,923
PR_kwDOC_bI7s53_Ijh
10,105
use getattr to query hf config
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-09T20:44:55
2024-08-13T22:41:06
2024-08-13T22:41:05
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10105", "html_url": "https://github.com/NVIDIA/NeMo/pull/10105", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10105.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10105.patch", "merged_at": "2024-08-13T22:41:05" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10105/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10105/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10104
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10104/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10104/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10104/events
https://github.com/NVIDIA/NeMo/pull/10104
2,458,568,164
PR_kwDOC_bI7s53-4X0
10,104
Set default value of tp_comm_overlap_disable_qkv to True; O/w will do…
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-09T19:47:05
2024-09-04T01:54:50
2024-09-04T01:54:49
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10104", "html_url": "https://github.com/NVIDIA/NeMo/pull/10104", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10104.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10104.patch", "merged_at": null }
Set default value of tp_comm_overlap_disable_qkv to True; O/w will do an extra gather in FWD # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10104/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10104/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10103
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10103/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10103/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10103/events
https://github.com/NVIDIA/NeMo/issues/10103
2,458,567,033
I_kwDOC_bI7s6SisF5
10,103
Add CI Tests for Canary/AEDMultitask "lang_field"
{ "login": "tbartley94", "id": 90423858, "node_id": "MDQ6VXNlcjkwNDIzODU4", "avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tbartley94", "html_url": "https://github.com/tbartley94", "followers_url": "https://api.github.com/users/tbartley94/followers", "following_url": "https://api.github.com/users/tbartley94/following{/other_user}", "gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}", "starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions", "organizations_url": "https://api.github.com/users/tbartley94/orgs", "repos_url": "https://api.github.com/users/tbartley94/repos", "events_url": "https://api.github.com/users/tbartley94/events{/privacy}", "received_events_url": "https://api.github.com/users/tbartley94/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "I'll look into that.", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "@pzelasko did you fix this? (no pressure, just checking if I should take down)", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "@pzelasko were you able to address this?", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-09T19:46:44
2025-01-04T01:57:29
2025-01-04T01:57:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** Some of the Canary changes lead to unreliable use of the `lang_field` slot. There should be a test to check for it in the future for CI integration. **Describe the solution you'd like** - Add a CI test to `aed_models` that switches out the `lang_field` and confirms same outputs regardless - Make this CI test take into account cases where `target_lang` has prompts that are not in the tokenizer.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10103/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10103/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10102
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10102/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10102/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10102/events
https://github.com/NVIDIA/NeMo/pull/10102
2,458,470,337
PR_kwDOC_bI7s53-jS2
10,102
Ashors/nemo ux fix consumed samples
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-09T18:35:20
2024-08-09T18:35:32
2024-08-09T18:35:32
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10102", "html_url": "https://github.com/NVIDIA/NeMo/pull/10102", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10102.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10102.patch", "merged_at": "2024-08-09T18:35:32" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10102/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10102/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10101
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10101/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10101/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10101/events
https://github.com/NVIDIA/NeMo/pull/10101
2,458,451,398
PR_kwDOC_bI7s53-fOZ
10,101
Maanug/fix metric logging
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-09T18:24:16
2024-08-09T18:24:33
2024-08-09T18:24:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10101", "html_url": "https://github.com/NVIDIA/NeMo/pull/10101", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10101.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10101.patch", "merged_at": "2024-08-09T18:24:33" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10101/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10101/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10100
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10100/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10100/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10100/events
https://github.com/NVIDIA/NeMo/pull/10100
2,458,449,821
PR_kwDOC_bI7s53-e4N
10,100
Ashors/nemo ux progress bar
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-09T18:23:16
2024-08-09T18:23:43
2024-08-09T18:23:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10100", "html_url": "https://github.com/NVIDIA/NeMo/pull/10100", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10100.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10100.patch", "merged_at": "2024-08-09T18:23:43" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10100/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10100/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10099
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10099/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10099/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10099/events
https://github.com/NVIDIA/NeMo/pull/10099
2,458,423,916
PR_kwDOC_bI7s53-ZOi
10,099
use lightning logger
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-09T18:06:20
2024-08-31T01:54:04
2024-08-31T01:54:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10099", "html_url": "https://github.com/NVIDIA/NeMo/pull/10099", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10099.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10099.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10099/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10099/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10098
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10098/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10098/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10098/events
https://github.com/NVIDIA/NeMo/pull/10098
2,458,364,588
PR_kwDOC_bI7s53-MOx
10,098
add save_last_n_optim_states flag
{ "login": "dimapihtar", "id": 37850217, "node_id": "MDQ6VXNlcjM3ODUwMjE3", "avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dimapihtar", "html_url": "https://github.com/dimapihtar", "followers_url": "https://api.github.com/users/dimapihtar/followers", "following_url": "https://api.github.com/users/dimapihtar/following{/other_user}", "gists_url": "https://api.github.com/users/dimapihtar/gists{/gist_id}", "starred_url": "https://api.github.com/users/dimapihtar/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dimapihtar/subscriptions", "organizations_url": "https://api.github.com/users/dimapihtar/orgs", "repos_url": "https://api.github.com/users/dimapihtar/repos", "events_url": "https://api.github.com/users/dimapihtar/events{/privacy}", "received_events_url": "https://api.github.com/users/dimapihtar/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "closes #9967 ", "> I think this approach is correct, although quite inefficient (after a few saves, we will load and save old ckpt on **each** new ckpt save).\r\n> \r\n> For now I think it's fine for users who need this functionality, long term we can separate the model and optimizer state inside the checkpoint so that it's easy to remove the opt state without load/save.\r\n\r\nFor a more efficient implementation of dropping optimizer state, I see 2 alternatives:\r\n- One is NeMo specific and described here: https://gitlab-master.nvidia.com/dl/JoC/nemo-ci/-/issues/578#note_24602416\r\n- second option is adding a capability to separate different parts of the checkpoint **within** the `torch_dist` format so that it's easy to drop one of them in-place. This would be implemented inside MCore and NeMo would just specify that `optimizier_states` is the part to separate during saving and drop during cleanup." ]
2024-08-09T17:31:15
2024-09-18T17:36:02
2024-09-18T17:36:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10098", "html_url": "https://github.com/NVIDIA/NeMo/pull/10098", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10098.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10098.patch", "merged_at": "2024-09-18T17:36:01" }
# What does this PR do ? 1. Adds save_last_n_optim_states to save optimizer states only for last n checkpoints. This approach allows to save the disk space. Checkpoint file without optimizer states weighs about 7 times less 2. Now it's also possible to load checkpoint without optimizer states for the inference. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * To save optimizer states for last 2 checkpoints, set this config value: ```python exp_manager.checkpoint_callback_params.save_last_n_optim_states=2 ``` `save_last_n_optim_states=-1` is set by default. It means that optimizer states will be saved for each checkpoint. In order to drop optimizer states for each training checkpoint, you can set `save_last_n_optim_states=0`. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "dimapihtar", "id": 37850217, "node_id": "MDQ6VXNlcjM3ODUwMjE3", "avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dimapihtar", "html_url": "https://github.com/dimapihtar", "followers_url": "https://api.github.com/users/dimapihtar/followers", "following_url": "https://api.github.com/users/dimapihtar/following{/other_user}", "gists_url": "https://api.github.com/users/dimapihtar/gists{/gist_id}", "starred_url": "https://api.github.com/users/dimapihtar/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dimapihtar/subscriptions", "organizations_url": "https://api.github.com/users/dimapihtar/orgs", "repos_url": "https://api.github.com/users/dimapihtar/repos", "events_url": "https://api.github.com/users/dimapihtar/events{/privacy}", "received_events_url": "https://api.github.com/users/dimapihtar/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10098/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10098/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10097
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10097/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10097/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10097/events
https://github.com/NVIDIA/NeMo/pull/10097
2,458,048,863
PR_kwDOC_bI7s539JYg
10,097
Upgrade base pytorch to 24.05 for ci
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-09T14:25:22
2024-08-09T14:29:13
2024-08-09T14:29:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10097", "html_url": "https://github.com/NVIDIA/NeMo/pull/10097", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10097.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10097.patch", "merged_at": null }
# What does this PR do ? Upgrade base pytorch container of CI to 24.05 from 24.02 **Collection**: [ci] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10097/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10097/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10096
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10096/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10096/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10096/events
https://github.com/NVIDIA/NeMo/pull/10096
2,457,758,551
PR_kwDOC_bI7s538LLu
10,096
Export fp8 te nemo to trt-llm
{ "login": "Laplasjan107", "id": 67481570, "node_id": "MDQ6VXNlcjY3NDgxNTcw", "avatar_url": "https://avatars.githubusercontent.com/u/67481570?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Laplasjan107", "html_url": "https://github.com/Laplasjan107", "followers_url": "https://api.github.com/users/Laplasjan107/followers", "following_url": "https://api.github.com/users/Laplasjan107/following{/other_user}", "gists_url": "https://api.github.com/users/Laplasjan107/gists{/gist_id}", "starred_url": "https://api.github.com/users/Laplasjan107/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Laplasjan107/subscriptions", "organizations_url": "https://api.github.com/users/Laplasjan107/orgs", "repos_url": "https://api.github.com/users/Laplasjan107/repos", "events_url": "https://api.github.com/users/Laplasjan107/events{/privacy}", "received_events_url": "https://api.github.com/users/Laplasjan107/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "@JimmyZhang12 I'm not sure I will be able to test this, but I'd like to try to manually test the NeMo-Aligner TRTLLM integration with this PR. It looks like this PR is rooted after @oyilmaz-nvidia upgraded to v11, so I can try a one-off build of (TRTLLM v10) + (this Nemo PR) + (mcore ToT) and hopefully with a few hacks I can validate" ]
2024-08-09T11:57:12
2024-08-29T07:56:27
2024-08-29T07:56:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10096", "html_url": "https://github.com/NVIDIA/NeMo/pull/10096", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10096.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10096.patch", "merged_at": "2024-08-29T07:56:26" }
# What does this PR do ? Add support for exporting FP8 TE NeMo to TRT LLM. **Collection**: nlp # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python from nemo.export import TensorRTLLM trt_llm_exporter = TensorRTLLM(model_dir="/opt/checkpoints/tmp_triton_model_repository/") trt_llm_exporter.export(nemo_checkpoint_path="/opt/checkpoints/GPT-2B-001_bf16_tp1.nemo", model_type="gptnext", n_gpus=1) # Autodetects when quantisation flags are not set output = trt_llm_exporter.forward(["What is the best city in the world?"], max_output_token=17, top_k=1, top_p=0.0, temperature=1.0, fp8_quantized=True, fp8_kvcache=True) print("output: ", output) ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [X] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/followers", "following_url": "https://api.github.com/users/janekl/following{/other_user}", "gists_url": "https://api.github.com/users/janekl/gists{/gist_id}", "starred_url": "https://api.github.com/users/janekl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/janekl/subscriptions", "organizations_url": "https://api.github.com/users/janekl/orgs", "repos_url": "https://api.github.com/users/janekl/repos", "events_url": "https://api.github.com/users/janekl/events{/privacy}", "received_events_url": "https://api.github.com/users/janekl/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10096/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10096/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10095
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10095/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10095/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10095/events
https://github.com/NVIDIA/NeMo/pull/10095
2,457,742,216
PR_kwDOC_bI7s538HmD
10,095
ci: Token permission to cancel Workflow run
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-09T11:46:55
2024-08-12T13:04:14
2024-08-12T13:04:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10095", "html_url": "https://github.com/NVIDIA/NeMo/pull/10095", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10095.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10095.patch", "merged_at": "2024-08-12T13:04:11" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10095/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10095/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10094
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10094/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10094/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10094/events
https://github.com/NVIDIA/NeMo/pull/10094
2,457,550,133
PR_kwDOC_bI7s537dU7
10,094
24.07 perf
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "Can we crate a new director like `docs/source/performance/performance_summary.md`?\r\nSo, we can add additional performance-related pages under this directory in the future.", "@malay-nagda Can we add a `Performance` section in the main README along with the link to this performance summary page? I think we can add more links in the main README if we want to highlight." ]
2024-08-09T09:52:16
2024-08-14T06:10:20
2024-08-14T06:10:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10094", "html_url": "https://github.com/NVIDIA/NeMo/pull/10094", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10094.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10094.patch", "merged_at": "2024-08-14T06:10:20" }
# What does this PR do ? Documents performance benchmarks for LLM pre-training and finetuning using NeMo 24.07 **Collection**: [Run CICD] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10094/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10094/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10093
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10093/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10093/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10093/events
https://github.com/NVIDIA/NeMo/pull/10093
2,457,544,529
PR_kwDOC_bI7s537cHG
10,093
24.07 perf
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-09T09:49:04
2024-08-09T09:53:02
2024-08-09T09:52:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10093", "html_url": "https://github.com/NVIDIA/NeMo/pull/10093", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10093.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10093.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/malay-nagda/followers", "following_url": "https://api.github.com/users/malay-nagda/following{/other_user}", "gists_url": "https://api.github.com/users/malay-nagda/gists{/gist_id}", "starred_url": "https://api.github.com/users/malay-nagda/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/malay-nagda/subscriptions", "organizations_url": "https://api.github.com/users/malay-nagda/orgs", "repos_url": "https://api.github.com/users/malay-nagda/repos", "events_url": "https://api.github.com/users/malay-nagda/events{/privacy}", "received_events_url": "https://api.github.com/users/malay-nagda/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10093/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10093/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10092
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10092/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10092/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10092/events
https://github.com/NVIDIA/NeMo/issues/10092
2,457,008,916
I_kwDOC_bI7s6ScvsU
10,092
TypeError: TransformerBlockSubmodules.__init__() got an unexpected keyword argument 'layer_norm'
{ "login": "jiejie1993", "id": 30290624, "node_id": "MDQ6VXNlcjMwMjkwNjI0", "avatar_url": "https://avatars.githubusercontent.com/u/30290624?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jiejie1993", "html_url": "https://github.com/jiejie1993", "followers_url": "https://api.github.com/users/jiejie1993/followers", "following_url": "https://api.github.com/users/jiejie1993/following{/other_user}", "gists_url": "https://api.github.com/users/jiejie1993/gists{/gist_id}", "starred_url": "https://api.github.com/users/jiejie1993/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jiejie1993/subscriptions", "organizations_url": "https://api.github.com/users/jiejie1993/orgs", "repos_url": "https://api.github.com/users/jiejie1993/repos", "events_url": "https://api.github.com/users/jiejie1993/events{/privacy}", "received_events_url": "https://api.github.com/users/jiejie1993/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR for megatron core should fix the issue: https://github.com/NVIDIA/Megatron-LM/pull/996. Can you try it?", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-09T03:16:05
2024-09-29T02:02:59
2024-09-29T02:02:59
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** When I convert qwen2-7B to nemo format, I run the command` python3 scripts/checkpoint_converters/convert_qwen2_hf_to_nemo.py --input_name_or_path=/infinity/models/qwen2/Qwen2-7B --output_path=/infinity/models/qwen2/Qwen2-7B.Nemo` in nvcr.io/nvidia/nemo:24.05, the following error occurs: ``` [NeMo W 2024-08-09 03:11:05 megatron_base_model:572] The model: MegatronGPTModel() does not have field.name: disable_parameter_transpose_cache in its cfg. Add this key to cfg or config_mapping to make to make it configurable. [NeMo W 2024-08-09 03:11:05 megatron_base_model:572] The model: MegatronGPTModel() does not have field.name: enable_cuda_graph in its cfg. Add this key to cfg or config_mapping to make to make it configurable. Traceback (most recent call last): File "/infinity/packages/NeMo_Project/NeMo/scripts/checkpoint_converters/convert_qwen2_hf_to_nemo.py", line 307, in <module> convert(args) File "/infinity/packages/NeMo_Project/NeMo/scripts/checkpoint_converters/convert_qwen2_hf_to_nemo.py", line 292, in convert model = load_state_dict_helper(MegatronGPTModel, nemo_config, trainer, checkpoint['state_dict']) File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/parts/utils_funcs.py", line 220, in load_state_dict_helper model = cls(cfg, trainer) File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py", line 342, in __init__ self.model = build_model( File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/modules/common/megatron/build_model.py", line 90, in build_model model = model_provider_func( File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py", line 434, in model_provider_func transformer_layer_spec=get_specs( File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py", line 169, in get_specs "megatron_gpt_full_te_layer_autocast": get_gpt_full_te_layer_autocast_spec(transformer_config), File "/infinity/packages/NeMo_Project/NeMo/nemo/collections/nlp/models/language_modeling/megatron/gpt_full_te_layer_autocast_spec.py", line 331, in get_gpt_full_te_layer_autocast_spec return TransformerBlockSubmodules( TypeError: TransformerBlockSubmodules.__init__() got an unexpected keyword argument 'layer_norm' ``` **Steps/Code to reproduce bug** Run in docker `python3 scripts/checkpoint_converters/convert_qwen2_hf_to_nemo.py --input_name_or_path=/infinity/models/qwen2/Qwen2-7B --output_path=/infinity/models/qwen2/Qwen2-7B.Nemo` when I encounter the error in origin docker container, I upgrade the megatron-core, but did not work. **Expected behavior** convert to nemo format successful **Environment overview (please complete the following information)** - Environment location:Docker - Method of NeMo install: `docker pull nvcr.io/nvidia/nemo:24.05 && docker run -it -w /infinity/packages/NeMo_Project/NeMo --runtime nvidia --net host --name gyj_nemo_local --cap-add IPC_LOCK --shm-size 1500g --ulimit memlock=-1 --privileged -v /mnt:/mnt -v /sys:/sys nvcr.io/nvidia/nemo:24.05 /bin/bash` **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - ubuntu 22.04 - 2.3.0 - 3.10.12 **Additional context** Add any other context about the problem here. Example: GPU model
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10092/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10092/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10091
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10091/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10091/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10091/events
https://github.com/NVIDIA/NeMo/pull/10091
2,456,874,345
PR_kwDOC_bI7s535Lz9
10,091
Bump `Dockerfile.ci` (2024-08-09)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-09T00:19:58
2024-08-12T13:13:56
2024-08-12T13:13:56
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10091", "html_url": "https://github.com/NVIDIA/NeMo/pull/10091", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10091.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10091.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10091/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10091/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10090
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10090/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10090/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10090/events
https://github.com/NVIDIA/NeMo/pull/10090
2,456,843,041
PR_kwDOC_bI7s535E9L
10,090
[NeMo-UX] fix a version bug in `NeMoLogger`
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors1/followers", "following_url": "https://api.github.com/users/ashors1/following{/other_user}", "gists_url": "https://api.github.com/users/ashors1/gists{/gist_id}", "starred_url": "https://api.github.com/users/ashors1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ashors1/subscriptions", "organizations_url": "https://api.github.com/users/ashors1/orgs", "repos_url": "https://api.github.com/users/ashors1/repos", "events_url": "https://api.github.com/users/ashors1/events{/privacy}", "received_events_url": "https://api.github.com/users/ashors1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-08T23:44:01
2024-08-18T02:44:03
2024-08-18T02:44:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10090", "html_url": "https://github.com/NVIDIA/NeMo/pull/10090", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10090.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10090.patch", "merged_at": "2024-08-18T02:44:01" }
# What does this PR do ? We only want to ignore the version if `use_datetime_version` and `resume_if_exists` are both `True`. If a user sets a version manually, we should include it. Previously, all versions were being ignored when `resume_if_exists` was `True`. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors1/followers", "following_url": "https://api.github.com/users/ashors1/following{/other_user}", "gists_url": "https://api.github.com/users/ashors1/gists{/gist_id}", "starred_url": "https://api.github.com/users/ashors1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ashors1/subscriptions", "organizations_url": "https://api.github.com/users/ashors1/orgs", "repos_url": "https://api.github.com/users/ashors1/repos", "events_url": "https://api.github.com/users/ashors1/events{/privacy}", "received_events_url": "https://api.github.com/users/ashors1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10090/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10090/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10089
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10089/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10089/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10089/events
https://github.com/NVIDIA/NeMo/pull/10089
2,456,732,685
PR_kwDOC_bI7s534xet
10,089
[NeMo-UX] Fix logged consumed_samples
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors1/followers", "following_url": "https://api.github.com/users/ashors1/following{/other_user}", "gists_url": "https://api.github.com/users/ashors1/gists{/gist_id}", "starred_url": "https://api.github.com/users/ashors1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ashors1/subscriptions", "organizations_url": "https://api.github.com/users/ashors1/orgs", "repos_url": "https://api.github.com/users/ashors1/repos", "events_url": "https://api.github.com/users/ashors1/events{/privacy}", "received_events_url": "https://api.github.com/users/ashors1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "Do you also need to load the global step in https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/llm/gpt/data/pre_training.py#L229?", "> Do you also need to load the global step in https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/llm/gpt/data/pre_training.py#L229?\r\n\r\nWe can take the global step from the trainer: https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/llm/gpt/data/pre_training.py#L192" ]
2024-08-08T22:17:30
2024-08-15T20:02:43
2024-08-15T20:02:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10089", "html_url": "https://github.com/NVIDIA/NeMo/pull/10089", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10089.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10089.patch", "merged_at": "2024-08-15T20:02:41" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors1/followers", "following_url": "https://api.github.com/users/ashors1/following{/other_user}", "gists_url": "https://api.github.com/users/ashors1/gists{/gist_id}", "starred_url": "https://api.github.com/users/ashors1/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ashors1/subscriptions", "organizations_url": "https://api.github.com/users/ashors1/orgs", "repos_url": "https://api.github.com/users/ashors1/repos", "events_url": "https://api.github.com/users/ashors1/events{/privacy}", "received_events_url": "https://api.github.com/users/ashors1/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10089/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10089/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10088
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10088/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10088/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10088/events
https://github.com/NVIDIA/NeMo/pull/10088
2,456,633,098
PR_kwDOC_bI7s534fiY
10,088
Adding controls for Transformer (native NeMo)
{ "login": "huvunvidia", "id": 86480512, "node_id": "MDQ6VXNlcjg2NDgwNTEy", "avatar_url": "https://avatars.githubusercontent.com/u/86480512?v=4", "gravatar_id": "", "url": "https://api.github.com/users/huvunvidia", "html_url": "https://github.com/huvunvidia", "followers_url": "https://api.github.com/users/huvunvidia/followers", "following_url": "https://api.github.com/users/huvunvidia/following{/other_user}", "gists_url": "https://api.github.com/users/huvunvidia/gists{/gist_id}", "starred_url": "https://api.github.com/users/huvunvidia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/huvunvidia/subscriptions", "organizations_url": "https://api.github.com/users/huvunvidia/orgs", "repos_url": "https://api.github.com/users/huvunvidia/repos", "events_url": "https://api.github.com/users/huvunvidia/events{/privacy}", "received_events_url": "https://api.github.com/users/huvunvidia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-08T21:13:59
2024-11-19T17:11:10
2024-09-04T01:54:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10088", "html_url": "https://github.com/NVIDIA/NeMo/pull/10088", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10088.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10088.patch", "merged_at": null }
Oleg Sudakov finds that these arguments (bias, activation, normalization) are not currently controllable for native NeMo model, and suggest fix (https://github.com/NVIDIA/NeMo/pull/8845/files). NVBug: https://github.com/NVIDIA/NeMo/pull/8845/files # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10088/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10088/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10086
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10086/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10086/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10086/events
https://github.com/NVIDIA/NeMo/pull/10086
2,455,941,830
PR_kwDOC_bI7s532Gvw
10,086
Canary: CI integration tests; fix for training dataset and backcompat
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-08T14:22:13
2024-08-14T12:35:08
2024-08-14T12:35:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10086", "html_url": "https://github.com/NVIDIA/NeMo/pull/10086", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10086.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10086.patch", "merged_at": "2024-08-14T12:35:06" }
# What does this PR do ? * Integration tests for 3 Canary's transcribe cases, Canary training, and unit test for Canary dataset. * Allows the user to provide tasks via "task" slot instead of "taskname". * Fixes an issue in Canary's training dataset class. **Collection**: ASR # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pzelasko/followers", "following_url": "https://api.github.com/users/pzelasko/following{/other_user}", "gists_url": "https://api.github.com/users/pzelasko/gists{/gist_id}", "starred_url": "https://api.github.com/users/pzelasko/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/pzelasko/subscriptions", "organizations_url": "https://api.github.com/users/pzelasko/orgs", "repos_url": "https://api.github.com/users/pzelasko/repos", "events_url": "https://api.github.com/users/pzelasko/events{/privacy}", "received_events_url": "https://api.github.com/users/pzelasko/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10086/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10086/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10085
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10085/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10085/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10085/events
https://github.com/NVIDIA/NeMo/issues/10085
2,455,560,204
I_kwDOC_bI7s6SXOAM
10,085
finetune nvidia/parakeet-tdt-1.1b results out of memeory even if with lower batch size.
{ "login": "sankar-mukherjee", "id": 6755990, "node_id": "MDQ6VXNlcjY3NTU5OTA=", "avatar_url": "https://avatars.githubusercontent.com/u/6755990?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sankar-mukherjee", "html_url": "https://github.com/sankar-mukherjee", "followers_url": "https://api.github.com/users/sankar-mukherjee/followers", "following_url": "https://api.github.com/users/sankar-mukherjee/following{/other_user}", "gists_url": "https://api.github.com/users/sankar-mukherjee/gists{/gist_id}", "starred_url": "https://api.github.com/users/sankar-mukherjee/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/sankar-mukherjee/subscriptions", "organizations_url": "https://api.github.com/users/sankar-mukherjee/orgs", "repos_url": "https://api.github.com/users/sankar-mukherjee/repos", "events_url": "https://api.github.com/users/sankar-mukherjee/events{/privacy}", "received_events_url": "https://api.github.com/users/sankar-mukherjee/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "Have you tried loading the 1.1b using \r\n```python\r\nfrom nemo.collections.asr import ASRModel\r\nmodel = ASRModel.from_pretrained('nvidia/parakeet-tdt-1.1b')\r\n```\r\n\r\nAnd see the memory usage? You would need twice this size initially as you are looking to finetune from existing model. Memory usage at this point probably would answer if you have anymore memory left to train. \r\n", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "closing due to no response, please feel free to open again. " ]
2024-08-08T11:29:33
2024-09-22T22:28:56
2024-09-22T22:28:55
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am trying to finetune nvidia/parakeet-tdt-1.1b model using the instruction below with g5.12xlarge with 4 gpus with 24gb memory. https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/asr/configs.html#fine-tuning-configurations First I have created a docker container and inside the container i am running `finetune.sh`. I am getting OutOfMemoryError before starting the traning. I have tried reducing the batch_size = 16, 8, 4, 2, as well as max_duration of the audio files to = 20, 10 , 5 . None of them succeeds. Can anyone help me? Docker file ``` # Use the specified base image ARG FROM_IMAGE_NAME=[nvcr.io/nvidia/pytorch:24.01-py3](http://nvcr.io/nvidia/pytorch:24.01-py3) FROM ${FROM_IMAGE_NAME} # Set the working directory WORKDIR /ASR # Expose port 8000 for external communication EXPOSE 8000 # Install system dependencies RUN apt-get update && apt-get install -y screen libsndfile1 ffmpeg libsox-dev gfortran # Install Cython (needed for NeMo) RUN pip install Cython # Clone the specified branch of the pytorch-lightning repository and install it RUN git clone -b bug_fix https://github.com/athitten/pytorch-lightning.git && \ cd pytorch-lightning && \ PACKAGE_NAME=pytorch pip install -e . RUN git clone https://github.com/NVIDIA/TransformerEngine.git && \ cd TransformerEngine && \ git fetch origin 8c9abbb80dba196f086b8b602a7cf1bce0040a6a && \ git checkout FETCH_HEAD && \ git submodule init && git submodule update && \ NVTE_FRAMEWORK=pytorch NVTE_WITH_USERBUFFERS=1 MPI_HOME=/usr/local/mpi pip install . # Copy and install Python dependencies from requirements.txt if necessary COPY requirements.txt . RUN pip install -r requirements.txt # RUN pip uninstall -y huggingface_hub && \ # pip install huggingface_hub==0.22.0 # Set environment variables for NVIDIA ENV NVIDIA_VISIBLE_DEVICES all ENV NVIDIA_DRIVER_CAPABILITIES compute,utility ENV NEMO_CACHE_DIR /efs/smukherjee/ASR/cached_models # Copy the rest of your application code COPY . . ``` requirement.txt ``` nemo_toolkit[all] transformers huggingface-hub==0.23.2 seaborn ``` finetune.sh ``` #!/usr/bin/env bash export HF_HOME='/efs/smukherjee/ASR/cached_models/' export HYDRA_FULL_ERROR=1 python /efs/smukherjee/NeMo/examples/asr/speech_to_text_finetune.py \ --config-path=/efs/smukherjee/NeMo/examples/asr/conf/asr_finetune \ --config-name=speech_to_text_finetune \ model.train_ds.manifest_filepath="/efs/smukherjee/ASR/data/train_finetune_dataset_raw.json" \ model.validation_ds.manifest_filepath="/efs/smukherjee/ASR/data/val_finetune_dataset_raw.json" \ model.train_ds.max_duration=5 \ model.train_ds.batch_size=2 \ model.validation_ds.batch_size=2 \ model.tokenizer.update_tokenizer=False \ trainer.devices=-1 \ trainer.accelerator='gpu' \ trainer.max_epochs=50 \ exp_manager.exp_dir="/efs/smukherjee/ASR/output/finetune" \ +model.joint.fused_batch_size=1 \ +init_from_pretrained_model="nvidia/parakeet-tdt-1.1b" ``` Error: ``` torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 20.00 MiB. GPU 0 has a total capacity of 21.98 GiB of which 18.50 MiB is free. Process 6411 has 21.05 GiB memory in use. Process 7096 has 302.00 MiB memory in use. Process 7094 has 302.00 MiB memory in use. Process 7095 has 302.00 MiB memory in use. Of the allocated memory 20.38 GiB is allocated by PyTorch, and 219.99 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF Epoch 0: 0%| | 0/16093 [00:13<?, ?it/s] ```
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10085/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10085/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10084
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10084/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10084/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10084/events
https://github.com/NVIDIA/NeMo/pull/10084
2,455,023,118
PR_kwDOC_bI7s53y7Sc
10,084
Add sanity check to make sure NeMo is not under /dev/shm
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-08T06:56:59
2024-08-30T01:54:45
2024-08-30T01:54:44
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10084", "html_url": "https://github.com/NVIDIA/NeMo/pull/10084", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10084.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10084.patch", "merged_at": null }
# What does this PR do ? If the helpers.so is under /dev/shm then it fails to load in memory, I got error like failed to map segment from shared object I rebuilt it many times, but only worked after moving it outside /dev/shm. I'm adding a sanity check at the top of the file to avoid this in the future, I don't think many people use /dev/shm but in any case to save in the future. Edit: I need to double check whether the error "failed to map segment from shared object" was due to docker permissions or indeed due to location.. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10084/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10084/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10083
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10083/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10083/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10083/events
https://github.com/NVIDIA/NeMo/pull/10083
2,454,902,204
PR_kwDOC_bI7s53yg4a
10,083
Add Yi 1.5 34b Neva support
{ "login": "HuiyingLi", "id": 1331543, "node_id": "MDQ6VXNlcjEzMzE1NDM=", "avatar_url": "https://avatars.githubusercontent.com/u/1331543?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HuiyingLi", "html_url": "https://github.com/HuiyingLi", "followers_url": "https://api.github.com/users/HuiyingLi/followers", "following_url": "https://api.github.com/users/HuiyingLi/following{/other_user}", "gists_url": "https://api.github.com/users/HuiyingLi/gists{/gist_id}", "starred_url": "https://api.github.com/users/HuiyingLi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/HuiyingLi/subscriptions", "organizations_url": "https://api.github.com/users/HuiyingLi/orgs", "repos_url": "https://api.github.com/users/HuiyingLi/repos", "events_url": "https://api.github.com/users/HuiyingLi/events{/privacy}", "received_events_url": "https://api.github.com/users/HuiyingLi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-08T05:29:17
2024-08-30T16:57:35
2024-08-30T16:57:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10083", "html_url": "https://github.com/NVIDIA/NeMo/pull/10083", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10083.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10083.patch", "merged_at": "2024-08-30T16:57:35" }
# What does this PR do ? Add Yi 1.5 34b for Neva **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yaoyu-33/followers", "following_url": "https://api.github.com/users/yaoyu-33/following{/other_user}", "gists_url": "https://api.github.com/users/yaoyu-33/gists{/gist_id}", "starred_url": "https://api.github.com/users/yaoyu-33/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yaoyu-33/subscriptions", "organizations_url": "https://api.github.com/users/yaoyu-33/orgs", "repos_url": "https://api.github.com/users/yaoyu-33/repos", "events_url": "https://api.github.com/users/yaoyu-33/events{/privacy}", "received_events_url": "https://api.github.com/users/yaoyu-33/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10083/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10083/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10082
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10082/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10082/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10082/events
https://github.com/NVIDIA/NeMo/pull/10082
2,454,766,711
PR_kwDOC_bI7s53yDZu
10,082
nemo-ux: run checkpoint conversion only on rank=0 if invoked with tor…
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-08T02:53:47
2024-08-14T02:24:37
2024-08-14T02:24:35
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10082", "html_url": "https://github.com/NVIDIA/NeMo/pull/10082", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10082.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10082.patch", "merged_at": "2024-08-14T02:24:35" }
importing any model with torchrun --nproc_per_node=8 will fail (to reproduce the conversion has to run, make sure to remove any cached models to reproduce). The solution is to detect whether in multiproc and run conversion only on rank=0. # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10082/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10082/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10081
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10081/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10081/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10081/events
https://github.com/NVIDIA/NeMo/pull/10081
2,454,570,674
PR_kwDOC_bI7s53xXpI
10,081
Bump `Dockerfile.ci` (2024-08-08)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-08T00:19:41
2024-08-12T13:13:51
2024-08-12T13:13:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10081", "html_url": "https://github.com/NVIDIA/NeMo/pull/10081", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10081.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10081.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10081/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10081/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10080
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10080/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10080/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10080/events
https://github.com/NVIDIA/NeMo/pull/10080
2,454,552,508
PR_kwDOC_bI7s53xTlu
10,080
nemo-ux MixedPrecision fix
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "stopping this now until the CI out of maintenance" ]
2024-08-08T00:06:19
2024-08-15T23:04:11
2024-08-15T23:04:09
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10080", "html_url": "https://github.com/NVIDIA/NeMo/pull/10080", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10080.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10080.patch", "merged_at": "2024-08-15T23:04:09" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10080/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10080/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10079
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10079/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10079/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10079/events
https://github.com/NVIDIA/NeMo/pull/10079
2,454,467,049
PR_kwDOC_bI7s53xBVo
10,079
Drop PyTorch 2.1 version check from fabric strategies
{ "login": "farhadrgh", "id": 13050245, "node_id": "MDQ6VXNlcjEzMDUwMjQ1", "avatar_url": "https://avatars.githubusercontent.com/u/13050245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/farhadrgh", "html_url": "https://github.com/farhadrgh", "followers_url": "https://api.github.com/users/farhadrgh/followers", "following_url": "https://api.github.com/users/farhadrgh/following{/other_user}", "gists_url": "https://api.github.com/users/farhadrgh/gists{/gist_id}", "starred_url": "https://api.github.com/users/farhadrgh/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/farhadrgh/subscriptions", "organizations_url": "https://api.github.com/users/farhadrgh/orgs", "repos_url": "https://api.github.com/users/farhadrgh/repos", "events_url": "https://api.github.com/users/farhadrgh/events{/privacy}", "received_events_url": "https://api.github.com/users/farhadrgh/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "@marcromeyn @jstjohn for vis" ]
2024-08-07T22:38:04
2024-08-09T18:54:03
2024-08-09T18:44:44
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10079", "html_url": "https://github.com/NVIDIA/NeMo/pull/10079", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10079.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10079.patch", "merged_at": "2024-08-09T18:44:44" }
# What does this PR do ? Lightning has [Dropped PyTorch 2.0 from the test matrix](https://github.com/Lightning-AI/pytorch-lightning/pull/20009/files#diff-edeb9aa08130aab819bbadaf08ebf1f761433c177ecc38f546e0b19104f5a470L29) and `TORCH_GREATER_EQUAL_2_1` no longer exists. I bumped the version requirement instead of import/check in `NeMo/nemo/lightning/fabric/strategies.py` **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10079/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10079/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10078
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10078/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10078/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10078/events
https://github.com/NVIDIA/NeMo/pull/10078
2,454,403,145
PR_kwDOC_bI7s53wzHy
10,078
Add `kv_channels` to `convert_llama_nemo_to_hf.py`
{ "login": "suhara", "id": 32640, "node_id": "MDQ6VXNlcjMyNjQw", "avatar_url": "https://avatars.githubusercontent.com/u/32640?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suhara", "html_url": "https://github.com/suhara", "followers_url": "https://api.github.com/users/suhara/followers", "following_url": "https://api.github.com/users/suhara/following{/other_user}", "gists_url": "https://api.github.com/users/suhara/gists{/gist_id}", "starred_url": "https://api.github.com/users/suhara/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suhara/subscriptions", "organizations_url": "https://api.github.com/users/suhara/orgs", "repos_url": "https://api.github.com/users/suhara/repos", "events_url": "https://api.github.com/users/suhara/events{/privacy}", "received_events_url": "https://api.github.com/users/suhara/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale.", "The feature is covered by another PR, which has been merged.\r\nhttps://github.com/NVIDIA/NeMo/pull/11230\r\n" ]
2024-08-07T21:39:26
2024-12-19T21:09:35
2024-08-31T01:54:05
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10078", "html_url": "https://github.com/NVIDIA/NeMo/pull/10078", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10078.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10078.patch", "merged_at": null }
# What does this PR do ? Custom Llama-based models may use custom `head_dim` as it is supported by NeMo/MegatronLM (it's called `kv_channels` in these tools). The current `convert_llama_nemo_to_hf.py` assumes `head_dim * num_heads == hidden_size` There's an ongoing PR to support custom `head_dim` in HF - https://github.com/huggingface/transformers/pull/32502 I've been in touch with and getting support from @suiyoubi for this PR. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10078/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10078/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10077
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10077/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10077/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10077/events
https://github.com/NVIDIA/NeMo/pull/10077
2,454,396,323
PR_kwDOC_bI7s53wxnn
10,077
Moe doc fixes
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815558, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU4", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/documentation", "name": "documentation", "color": "0075ca", "default": true, "description": "Improvements or additions to documentation" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[]
2024-08-07T21:34:36
2024-08-09T18:54:39
2024-08-09T18:54:37
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10077", "html_url": "https://github.com/NVIDIA/NeMo/pull/10077", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10077.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10077.patch", "merged_at": "2024-08-09T18:54:37" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10077/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10077/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10076
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10076/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10076/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10076/events
https://github.com/NVIDIA/NeMo/pull/10076
2,454,358,236
PR_kwDOC_bI7s53wpGH
10,076
[NeMo-UX] Model convergence matching
{ "login": "cuichenx", "id": 43478052, "node_id": "MDQ6VXNlcjQzNDc4MDUy", "avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cuichenx", "html_url": "https://github.com/cuichenx", "followers_url": "https://api.github.com/users/cuichenx/followers", "following_url": "https://api.github.com/users/cuichenx/following{/other_user}", "gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}", "starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions", "organizations_url": "https://api.github.com/users/cuichenx/orgs", "repos_url": "https://api.github.com/users/cuichenx/repos", "events_url": "https://api.github.com/users/cuichenx/events{/privacy}", "received_events_url": "https://api.github.com/users/cuichenx/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T21:11:12
2024-08-16T09:47:14
2024-08-16T09:47:12
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10076", "html_url": "https://github.com/NVIDIA/NeMo/pull/10076", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10076.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10076.patch", "merged_at": "2024-08-16T09:47:12" }
# What does this PR do ? Config changes to match nemo 1 **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/followers", "following_url": "https://api.github.com/users/akoumpa/following{/other_user}", "gists_url": "https://api.github.com/users/akoumpa/gists{/gist_id}", "starred_url": "https://api.github.com/users/akoumpa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/akoumpa/subscriptions", "organizations_url": "https://api.github.com/users/akoumpa/orgs", "repos_url": "https://api.github.com/users/akoumpa/repos", "events_url": "https://api.github.com/users/akoumpa/events{/privacy}", "received_events_url": "https://api.github.com/users/akoumpa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10076/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10076/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10075
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10075/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10075/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10075/events
https://github.com/NVIDIA/NeMo/pull/10075
2,454,294,668
PR_kwDOC_bI7s53wbLO
10,075
Mamba Refac
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-07T20:30:26
2024-08-29T01:54:15
2024-08-29T01:54:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10075", "html_url": "https://github.com/NVIDIA/NeMo/pull/10075", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10075.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10075.patch", "merged_at": null }
# What does this PR do ? incorporate mamba as a part of gpt models. **Collection**: [NLP] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10075/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10075/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10074
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10074/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10074/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10074/events
https://github.com/NVIDIA/NeMo/pull/10074
2,454,165,837
PR_kwDOC_bI7s53v_Fs
10,074
Remove max_num_tokens heuristic from test scripts
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/followers", "following_url": "https://api.github.com/users/janekl/following{/other_user}", "gists_url": "https://api.github.com/users/janekl/gists{/gist_id}", "starred_url": "https://api.github.com/users/janekl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/janekl/subscriptions", "organizations_url": "https://api.github.com/users/janekl/orgs", "repos_url": "https://api.github.com/users/janekl/repos", "events_url": "https://api.github.com/users/janekl/events{/privacy}", "received_events_url": "https://api.github.com/users/janekl/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T19:17:24
2024-08-19T12:29:06
2024-08-19T12:29:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10074", "html_url": "https://github.com/NVIDIA/NeMo/pull/10074", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10074.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10074.patch", "merged_at": "2024-08-19T12:29:04" }
# What does this PR do ? Removing heuristic setting `max_num_tokens=int(max_input_len * max_batch_size * 0.2)` that may be too strict. This is to produce an engine that can be used beyond the test scripts (e.g. subsequent benchmarking or other evaluations). **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/followers", "following_url": "https://api.github.com/users/janekl/following{/other_user}", "gists_url": "https://api.github.com/users/janekl/gists{/gist_id}", "starred_url": "https://api.github.com/users/janekl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/janekl/subscriptions", "organizations_url": "https://api.github.com/users/janekl/orgs", "repos_url": "https://api.github.com/users/janekl/repos", "events_url": "https://api.github.com/users/janekl/events{/privacy}", "received_events_url": "https://api.github.com/users/janekl/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10074/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10074/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10073
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10073/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10073/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10073/events
https://github.com/NVIDIA/NeMo/pull/10073
2,454,085,911
PR_kwDOC_bI7s53vtWg
10,073
fix clip onnx export in CI
{ "login": "xuanzic", "id": 140748220, "node_id": "U_kgDOCGOlvA", "avatar_url": "https://avatars.githubusercontent.com/u/140748220?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xuanzic", "html_url": "https://github.com/xuanzic", "followers_url": "https://api.github.com/users/xuanzic/followers", "following_url": "https://api.github.com/users/xuanzic/following{/other_user}", "gists_url": "https://api.github.com/users/xuanzic/gists{/gist_id}", "starred_url": "https://api.github.com/users/xuanzic/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/xuanzic/subscriptions", "organizations_url": "https://api.github.com/users/xuanzic/orgs", "repos_url": "https://api.github.com/users/xuanzic/repos", "events_url": "https://api.github.com/users/xuanzic/events{/privacy}", "received_events_url": "https://api.github.com/users/xuanzic/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
[]
2024-08-07T18:32:11
2024-08-15T17:00:34
2024-08-15T16:40:09
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10073", "html_url": "https://github.com/NVIDIA/NeMo/pull/10073", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10073.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10073.patch", "merged_at": "2024-08-15T16:40:09" }
# What does this PR do ? fix clip onnx export in CI due to clip attention changes in the recent transformers update. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yaoyu-33/followers", "following_url": "https://api.github.com/users/yaoyu-33/following{/other_user}", "gists_url": "https://api.github.com/users/yaoyu-33/gists{/gist_id}", "starred_url": "https://api.github.com/users/yaoyu-33/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yaoyu-33/subscriptions", "organizations_url": "https://api.github.com/users/yaoyu-33/orgs", "repos_url": "https://api.github.com/users/yaoyu-33/repos", "events_url": "https://api.github.com/users/yaoyu-33/events{/privacy}", "received_events_url": "https://api.github.com/users/yaoyu-33/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10073/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10073/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10072
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10072/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10072/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10072/events
https://github.com/NVIDIA/NeMo/pull/10072
2,454,058,159
PR_kwDOC_bI7s53vnNq
10,072
Update base image for tts asr import check test
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/thomasdhc/followers", "following_url": "https://api.github.com/users/thomasdhc/following{/other_user}", "gists_url": "https://api.github.com/users/thomasdhc/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasdhc/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasdhc/subscriptions", "organizations_url": "https://api.github.com/users/thomasdhc/orgs", "repos_url": "https://api.github.com/users/thomasdhc/repos", "events_url": "https://api.github.com/users/thomasdhc/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasdhc/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T18:16:11
2024-08-08T00:40:02
2024-08-08T00:40:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10072", "html_url": "https://github.com/NVIDIA/NeMo/pull/10072", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10072.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10072.patch", "merged_at": "2024-08-08T00:40:00" }
# What does this PR do ? Bumped torch version of base container used for tts asr testing as pytorch-lightning>2.2.1 requires torch>=2.1.0 **Collection**: [test] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10072/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10072/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10071
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10071/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10071/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10071/events
https://github.com/NVIDIA/NeMo/pull/10071
2,453,844,721
PR_kwDOC_bI7s53u4Ih
10,071
Add missing imports for torch dist ckpt in export
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.github.com/users/oyilmaz-nvidia/followers", "following_url": "https://api.github.com/users/oyilmaz-nvidia/following{/other_user}", "gists_url": "https://api.github.com/users/oyilmaz-nvidia/gists{/gist_id}", "starred_url": "https://api.github.com/users/oyilmaz-nvidia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/oyilmaz-nvidia/subscriptions", "organizations_url": "https://api.github.com/users/oyilmaz-nvidia/orgs", "repos_url": "https://api.github.com/users/oyilmaz-nvidia/repos", "events_url": "https://api.github.com/users/oyilmaz-nvidia/events{/privacy}", "received_events_url": "https://api.github.com/users/oyilmaz-nvidia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T16:06:30
2024-08-19T12:29:16
2024-08-19T12:29:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10071", "html_url": "https://github.com/NVIDIA/NeMo/pull/10071", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10071.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10071.patch", "merged_at": "2024-08-19T12:29:16" }
# What does this PR do ? Fixing the bug for torch dist ckpt read in export
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/followers", "following_url": "https://api.github.com/users/janekl/following{/other_user}", "gists_url": "https://api.github.com/users/janekl/gists{/gist_id}", "starred_url": "https://api.github.com/users/janekl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/janekl/subscriptions", "organizations_url": "https://api.github.com/users/janekl/orgs", "repos_url": "https://api.github.com/users/janekl/repos", "events_url": "https://api.github.com/users/janekl/events{/privacy}", "received_events_url": "https://api.github.com/users/janekl/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10071/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10071/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10070
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10070/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10070/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10070/events
https://github.com/NVIDIA/NeMo/pull/10070
2,453,652,659
PR_kwDOC_bI7s53uNw9
10,070
Avoid "'NoneType' object is not iterable" error for tiny validation sets
{ "login": "thomasZen", "id": 5872749, "node_id": "MDQ6VXNlcjU4NzI3NDk=", "avatar_url": "https://avatars.githubusercontent.com/u/5872749?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasZen", "html_url": "https://github.com/thomasZen", "followers_url": "https://api.github.com/users/thomasZen/followers", "following_url": "https://api.github.com/users/thomasZen/following{/other_user}", "gists_url": "https://api.github.com/users/thomasZen/gists{/gist_id}", "starred_url": "https://api.github.com/users/thomasZen/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/thomasZen/subscriptions", "organizations_url": "https://api.github.com/users/thomasZen/orgs", "repos_url": "https://api.github.com/users/thomasZen/repos", "events_url": "https://api.github.com/users/thomasZen/events{/privacy}", "received_events_url": "https://api.github.com/users/thomasZen/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-07T14:34:27
2024-08-29T01:54:17
2024-08-29T01:54:16
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10070", "html_url": "https://github.com/NVIDIA/NeMo/pull/10070", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10070.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10070.patch", "merged_at": null }
# What does this PR do ? The PR Avoid "'NoneType' object is not iterable" error if the test set or validation set has less than self.word_size batches of data. **Collection**: `nemo/collections/nlp/models/machine_translation/mt_enc_dec_model.py` # Changelog - Checks for None before iterating over list of outputs - The PR was a one liner (the if None check in line 497) but the CI applied black formatting automatically. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10070/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10070/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10069
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10069/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10069/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10069/events
https://github.com/NVIDIA/NeMo/issues/10069
2,453,595,445
I_kwDOC_bI7s6SPuU1
10,069
Getting TypeError: EncDecCTCModel.transcribe() got an unexpected keyword argument 'logprobs'
{ "login": "yonas-g", "id": 23583963, "node_id": "MDQ6VXNlcjIzNTgzOTYz", "avatar_url": "https://avatars.githubusercontent.com/u/23583963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonas-g", "html_url": "https://github.com/yonas-g", "followers_url": "https://api.github.com/users/yonas-g/followers", "following_url": "https://api.github.com/users/yonas-g/following{/other_user}", "gists_url": "https://api.github.com/users/yonas-g/gists{/gist_id}", "starred_url": "https://api.github.com/users/yonas-g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yonas-g/subscriptions", "organizations_url": "https://api.github.com/users/yonas-g/orgs", "repos_url": "https://api.github.com/users/yonas-g/repos", "events_url": "https://api.github.com/users/yonas-g/events{/privacy}", "received_events_url": "https://api.github.com/users/yonas-g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
[]
2024-08-07T14:12:42
2024-08-07T14:20:35
2024-08-07T14:20:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Getting `TypeError: EncDecCTCModel.transcribe() got an unexpected keyword argument 'logprobs'` ```bash all_logits = asr_model.transcribe(audio_file_paths, batch_size=cfg.acoustic_batch_size, logprobs=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: EncDecCTCModel.transcribe() got an unexpected keyword argument 'logprobs' ``` **Steps/Code to reproduce bug** This happens whenever I pass logprobs as shown bellow. ```python import nemo.collections.asr as nemo_asr nemo_model_file="model.nemo" asr_model = nemo_asr.models.EncDecCTCModelBPE.restore_from(nemo_model_file) all_logits = asr_model.transcribe([audio_filepath], batch_size=1, logprobs=True) ``` **Expected behavior** A clear and concise description of what you expected to happen. **Environment overview (please complete the following information)** - Environment location: Tested on Lambdalabs and AWS - Method of NeMo install: from source. Version: '2.0.0rc1' **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version: Ubuntu - PyTorch version: 2.2.1 - Python version: Python 3.11.9 **Additional context** GPU: Tested on A100 and T4 GPUs
{ "login": "yonas-g", "id": 23583963, "node_id": "MDQ6VXNlcjIzNTgzOTYz", "avatar_url": "https://avatars.githubusercontent.com/u/23583963?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yonas-g", "html_url": "https://github.com/yonas-g", "followers_url": "https://api.github.com/users/yonas-g/followers", "following_url": "https://api.github.com/users/yonas-g/following{/other_user}", "gists_url": "https://api.github.com/users/yonas-g/gists{/gist_id}", "starred_url": "https://api.github.com/users/yonas-g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yonas-g/subscriptions", "organizations_url": "https://api.github.com/users/yonas-g/orgs", "repos_url": "https://api.github.com/users/yonas-g/repos", "events_url": "https://api.github.com/users/yonas-g/events{/privacy}", "received_events_url": "https://api.github.com/users/yonas-g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10069/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10069/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10068
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10068/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10068/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10068/events
https://github.com/NVIDIA/NeMo/pull/10068
2,453,579,708
PR_kwDOC_bI7s53t9bz
10,068
Nemotron Conversion: kv_channels rename to head_dim
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/suiyoubi/followers", "following_url": "https://api.github.com/users/suiyoubi/following{/other_user}", "gists_url": "https://api.github.com/users/suiyoubi/gists{/gist_id}", "starred_url": "https://api.github.com/users/suiyoubi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suiyoubi/subscriptions", "organizations_url": "https://api.github.com/users/suiyoubi/orgs", "repos_url": "https://api.github.com/users/suiyoubi/repos", "events_url": "https://api.github.com/users/suiyoubi/events{/privacy}", "received_events_url": "https://api.github.com/users/suiyoubi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T14:05:41
2024-08-16T16:02:46
2024-08-16T16:02:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10068", "html_url": "https://github.com/NVIDIA/NeMo/pull/10068", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10068.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10068.patch", "merged_at": "2024-08-16T16:02:45" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/suiyoubi/followers", "following_url": "https://api.github.com/users/suiyoubi/following{/other_user}", "gists_url": "https://api.github.com/users/suiyoubi/gists{/gist_id}", "starred_url": "https://api.github.com/users/suiyoubi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/suiyoubi/subscriptions", "organizations_url": "https://api.github.com/users/suiyoubi/orgs", "repos_url": "https://api.github.com/users/suiyoubi/repos", "events_url": "https://api.github.com/users/suiyoubi/events{/privacy}", "received_events_url": "https://api.github.com/users/suiyoubi/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10068/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10068/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10067
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10067/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10067/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10067/events
https://github.com/NVIDIA/NeMo/pull/10067
2,453,318,944
PR_kwDOC_bI7s53tDRa
10,067
[NeMo-UX] Dump io inside ModelConnector
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users/marcromeyn/followers", "following_url": "https://api.github.com/users/marcromeyn/following{/other_user}", "gists_url": "https://api.github.com/users/marcromeyn/gists{/gist_id}", "starred_url": "https://api.github.com/users/marcromeyn/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/marcromeyn/subscriptions", "organizations_url": "https://api.github.com/users/marcromeyn/orgs", "repos_url": "https://api.github.com/users/marcromeyn/repos", "events_url": "https://api.github.com/users/marcromeyn/events{/privacy}", "received_events_url": "https://api.github.com/users/marcromeyn/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "@marcromeyn thank you, the PR works fine and dumps `io.json`! Is this good to be merged as soon as the CI passes ?", "Stopping this until the CI maintenance is over" ]
2024-08-07T12:06:02
2024-08-15T22:09:20
2024-08-15T22:09:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10067", "html_url": "https://github.com/NVIDIA/NeMo/pull/10067", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10067.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10067.patch", "merged_at": "2024-08-15T22:09:18" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove and add the label again. To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run". # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10067/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10067/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10066
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10066/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10066/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10066/events
https://github.com/NVIDIA/NeMo/issues/10066
2,453,302,767
I_kwDOC_bI7s6SOm3v
10,066
STT_EN_FASTCONFORMER_TRANSDUCER_XLARG - Throws error for Tensor + List operation in confidence calculation
{ "login": "Vladi-SmartAssets", "id": 175006563, "node_id": "U_kgDOCm5jYw", "avatar_url": "https://avatars.githubusercontent.com/u/175006563?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Vladi-SmartAssets", "html_url": "https://github.com/Vladi-SmartAssets", "followers_url": "https://api.github.com/users/Vladi-SmartAssets/followers", "following_url": "https://api.github.com/users/Vladi-SmartAssets/following{/other_user}", "gists_url": "https://api.github.com/users/Vladi-SmartAssets/gists{/gist_id}", "starred_url": "https://api.github.com/users/Vladi-SmartAssets/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Vladi-SmartAssets/subscriptions", "organizations_url": "https://api.github.com/users/Vladi-SmartAssets/orgs", "repos_url": "https://api.github.com/users/Vladi-SmartAssets/repos", "events_url": "https://api.github.com/users/Vladi-SmartAssets/events{/privacy}", "received_events_url": "https://api.github.com/users/Vladi-SmartAssets/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "GNroy", "id": 16904306, "node_id": "MDQ6VXNlcjE2OTA0MzA2", "avatar_url": "https://avatars.githubusercontent.com/u/16904306?v=4", "gravatar_id": "", "url": "https://api.github.com/users/GNroy", "html_url": "https://github.com/GNroy", "followers_url": "https://api.github.com/users/GNroy/followers", "following_url": "https://api.github.com/users/GNroy/following{/other_user}", "gists_url": "https://api.github.com/users/GNroy/gists{/gist_id}", "starred_url": "https://api.github.com/users/GNroy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/GNroy/subscriptions", "organizations_url": "https://api.github.com/users/GNroy/orgs", "repos_url": "https://api.github.com/users/GNroy/repos", "events_url": "https://api.github.com/users/GNroy/events{/privacy}", "received_events_url": "https://api.github.com/users/GNroy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "GNroy", "id": 16904306, "node_id": "MDQ6VXNlcjE2OTA0MzA2", "avatar_url": "https://avatars.githubusercontent.com/u/16904306?v=4", "gravatar_id": "", "url": "https://api.github.com/users/GNroy", "html_url": "https://github.com/GNroy", "followers_url": "https://api.github.com/users/GNroy/followers", "following_url": "https://api.github.com/users/GNroy/following{/other_user}", "gists_url": "https://api.github.com/users/GNroy/gists{/gist_id}", "starred_url": "https://api.github.com/users/GNroy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/GNroy/subscriptions", "organizations_url": "https://api.github.com/users/GNroy/orgs", "repos_url": "https://api.github.com/users/GNroy/repos", "events_url": "https://api.github.com/users/GNroy/events{/privacy}", "received_events_url": "https://api.github.com/users/GNroy/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
[ "@Vladi-SmartAssets Hi,\r\nI cannot reproduce the issue in the latest main.\r\nWhat NeMo version are you using?", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-08-07T11:57:36
2024-09-29T02:03:01
2024-09-29T02:03:00
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** TypeError: unsupported operand type(s) for +: 'Tensor' and 'list', occurs when wanting to extract the confidence levels for the STT FastConformer model. **Steps/Code to reproduce bug** `class NemoModel(HuggingFaceBaseModel): def __init__(self, model_name, model_path): super().__init__(model_name) self.model_path = model_path self.model = None def load_model(self): self.model = nemo_asr.models.EncDecRNNTBPEModel.restore_from(self.model_path, map_location="mps") def predict(self, input_paths): confidence_cfg = ConfidenceConfig( preserve_frame_confidence=True, # Internally set to true if preserve_token_confidence == True # or preserve_word_confidence == True preserve_token_confidence=True, # Internally set to true if preserve_word_confidence == True preserve_word_confidence=True, aggregation="prod", # How to aggregate frame scores to token scores and token scores to word scores exclude_blank=False, # If true, only non-blank emissions contribute to confidence scores tdt_include_duration=False, # If true, calculate duration confidence for the TDT models method_cfg=ConfidenceMethodConfig( # Config for per-frame scores calculation (before aggregation) name="max_prob", # Or "entropy" (default), which usually works better entropy_type="gibbs", # Used only for name == "entropy". Recommended: "tsallis" (default) or "renyi" alpha=0.5, # Low values (<1) increase sensitivity, high values decrease sensitivity entropy_norm="lin", # How to normalize (map to [0,1]) entropy. Default: "exp" ), ) self.model.change_decoding_strategy(RNNTDecodingConfig(fused_batch_size=-1, strategy="greedy_batch", confidence_cfg=confidence_cfg)) transcriptions = self.model.transcribe( audio=input_paths, return_hypotheses=True ) fastconformer_transcriptions = [x for x in transcriptions][0] return fastconformer_transcriptions ` This when run with model.transcribe will throw the following error: ` for ts, te in zip(hyp.timestep, hyp.timestep[1:] + [len(hyp.frame_confidence)]): TypeError: unsupported operand type(s) for +: 'Tensor' and 'list'` **Expected behavior** Expected behaviour is for the zip function to take the torch.tensor not the list, as hyp.timestamps is a Tensor and hyp.frame_confidence is a list of tensors. (Tensor[float], List[Tensor[float]] **Environment overview (please complete the following information)** - Environment location: Docker - Method of NeMo install: pip install nemo **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version: MacOS 14.5 (23F79) - PyTorch version: 2.3.1 - Python version: 3.10 **Additional context** Add any other context about the problem here. Example: Using MPS Proposed solution: replace the following line 633 in nemo/collections/asr/parts/submodules/rnnt_decoding.py: ` for ts, te in zip(hyp.timestep, hyp.timestep[1:] + [len(hyp.frame_confidence)]):` with ` for ts, te in zip(hyp.timestep, hyp.timestep[1:] + len(hyp.frame_confidence)):`
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10066/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10066/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10065
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10065/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10065/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10065/events
https://github.com/NVIDIA/NeMo/pull/10065
2,451,886,627
PR_kwDOC_bI7s53oBP2
10,065
Bump `Dockerfile.ci` (2024-08-07)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-08-07T00:19:48
2024-08-26T22:14:36
2024-08-26T22:14:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10065", "html_url": "https://github.com/NVIDIA/NeMo/pull/10065", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10065.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10065.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/followers", "following_url": "https://api.github.com/users/ko3n1g/following{/other_user}", "gists_url": "https://api.github.com/users/ko3n1g/gists{/gist_id}", "starred_url": "https://api.github.com/users/ko3n1g/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ko3n1g/subscriptions", "organizations_url": "https://api.github.com/users/ko3n1g/orgs", "repos_url": "https://api.github.com/users/ko3n1g/repos", "events_url": "https://api.github.com/users/ko3n1g/events{/privacy}", "received_events_url": "https://api.github.com/users/ko3n1g/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10065/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10065/timeline
null
null
true