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
listlengths
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/8385
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8385/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8385/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8385/events
https://github.com/NVIDIA/NeMo/pull/8385
2,126,618,082
PR_kwDOC_bI7s5mdBtY
8,385
mcore ds fix
{ "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"...
[ { "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": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", ...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-09T07:31:43
2024-02-16T17:16:41
2024-02-16T17:16:41
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8385", "html_url": "https://github.com/NVIDIA/NeMo/pull/8385", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8385.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8385.patch", "merged_at": "2024-02-16T17:16: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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8385/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/8385/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8384
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8384/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8384/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8384/events
https://github.com/NVIDIA/NeMo/pull/8384
2,126,559,289
PR_kwDOC_bI7s5mc018
8,384
Enable megatron core loggers for GPT pretraining
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-09T06:34:46
2024-02-16T00:28:50
2024-02-16T00:28:49
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8384", "html_url": "https://github.com/NVIDIA/NeMo/pull/8384", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8384.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8384.patch", "merged_at": "2024-02-16T00:28:49" }
# What does this PR do ? Enables use of megatron timers in NeMo GPT pretraining and megatron_base based models. Collection: collections/nlp/models/language_modeling Usage model.enable_megatron_timers=True model.megatron_timer_kwargs.log_every_n_steps= 10 model.megatron_timer_kwargs.log_mode=minmax mode...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8384/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/8384/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8383
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8383/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8383/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8383/events
https://github.com/NVIDIA/NeMo/pull/8383
2,126,497,020
PR_kwDOC_bI7s5mcnRo
8,383
adding jenkins test for speech_to_text_aed 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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-09T05:24:33
2024-02-09T15:37:17
2024-02-09T15:37:16
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8383", "html_url": "https://github.com/NVIDIA/NeMo/pull/8383", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8383.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8383.patch", "merged_at": "2024-02-09T15:37:16" }
…_to_text_aed model # 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 ...
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8383/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/8383/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8382
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8382/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8382/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8382/events
https://github.com/NVIDIA/NeMo/pull/8382
2,126,428,094
PR_kwDOC_bI7s5mcYHu
8,382
Fix Canary chunked infer on short audios
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
[ { "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
[ "Jenkins ", "jenkins", "jenkins" ]
2024-02-09T04:01:03
2024-02-13T15:13:47
2024-02-13T15:13:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8382", "html_url": "https://github.com/NVIDIA/NeMo/pull/8382", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8382.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8382.patch", "merged_at": "2024-02-13T15:13:34" }
# What does this PR do ? Fix Canary chunked infer on short audios. Previous version works badly on short audios since it pads short audios to the whole max_chunk length (e.g. 40s), while in this fix we allow the last chunk length to be less than the max_chunk
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8382/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/8382/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8381
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8381/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8381/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8381/events
https://github.com/NVIDIA/NeMo/pull/8381
2,126,411,363
PR_kwDOC_bI7s5mcUgn
8,381
Updated MegatronNMT properties to detect Float16Module
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "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-02-09T03:32:45
2024-03-02T01:43:09
2024-03-02T01:43:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8381", "html_url": "https://github.com/NVIDIA/NeMo/pull/8381", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8381.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8381.patch", "merged_at": null }
# What does this PR do ? - Updated MegatronNMT properties to detect Float16Module - Updated the log_softmax function to match the dtypes in megatron_export **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage *...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8381/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/8381/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8380
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8380/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8380/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8380/events
https://github.com/NVIDIA/NeMo/pull/8380
2,126,361,330
PR_kwDOC_bI7s5mcKSQ
8,380
Rename training step marker so it's easier to post-process
{ "login": "ghost", "id": 10137, "node_id": "MDQ6VXNlcjEwMTM3", "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ghost", "html_url": "https://github.com/ghost", "followers_url": "https://api.github.com/users/ghost/followers", "f...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[]
2024-02-09T02:14:58
2024-02-09T02:21:07
2024-02-09T02:15:24
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8380", "html_url": "https://github.com/NVIDIA/NeMo/pull/8380", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8380.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8380.patch", "merged_at": null }
null
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8380/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/8380/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8379
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8379/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8379/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8379/events
https://github.com/NVIDIA/NeMo/pull/8379
2,126,150,477
PR_kwDOC_bI7s5mbdN7
8,379
Fixing hiddens module sampling
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "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." ]
2024-02-08T22:09:47
2024-02-29T21:20:04
2024-02-29T21:20:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8379", "html_url": "https://github.com/NVIDIA/NeMo/pull/8379", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8379.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8379.patch", "merged_at": null }
# What does this PR do ? This PR fixes bugs in inference and sampling when hiddens module and a Perceiver encoder. **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 b...
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8379/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/8379/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8378
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8378/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8378/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8378/events
https://github.com/NVIDIA/NeMo/pull/8378
2,126,102,037
PR_kwDOC_bI7s5mbSpt
8,378
release updates
{ "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/use...
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-08T21:30:55
2024-02-09T22:11:19
2024-02-09T22:11:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8378", "html_url": "https://github.com/NVIDIA/NeMo/pull/8378", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8378.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8378.patch", "merged_at": "2024-02-09T22:11:18" }
# What does this PR do ? 1) Adds support for dict data input type. 2) Adds changes for mock dataset. 3) Adds tests for 1 & 2. **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 us...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8378/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/8378/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8377
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8377/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8377/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8377/events
https://github.com/NVIDIA/NeMo/pull/8377
2,125,954,769
PR_kwDOC_bI7s5maydg
8,377
FP8 support for SD training
{ "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/...
[ { "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
[]
2024-02-08T19:46:49
2024-02-09T18:00:54
2024-02-09T18:00:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8377", "html_url": "https://github.com/NVIDIA/NeMo/pull/8377", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8377.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8377.patch", "merged_at": null }
# What does this PR do ? Add FP8 support for SD training. **Collection**: [multimodal/text_to_image/statble_diffusion] # Changelog - Add config argument - use_te_fp8 to switch between fp16 and fp8 training - Add transformer engine fp8 layers to Stable diffusion Unet - Update a few legacy paths in 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/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8377/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/8377/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8376
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8376/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8376/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8376/events
https://github.com/NVIDIA/NeMo/pull/8376
2,125,928,875
PR_kwDOC_bI7s5masre
8,376
AudioCodecModel documentation
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "jenkins" ]
2024-02-08T19:32:25
2024-02-08T23:07:17
2024-02-08T23:07:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8376", "html_url": "https://github.com/NVIDIA/NeMo/pull/8376", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8376.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8376.patch", "merged_at": "2024-02-08T23:07:17" }
# What does this PR do ? This PR adds `AudioCodecModel` to documentation. **Collection**: docs/TTS # Changelog - Added info and references to `models` - Added class to `api` - Added a block scheme - Minor fixes in references and docstrings # Usage n/a # Jenkins CI To run Jenkins, a NeMo User wit...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8376/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/8376/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8375
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8375/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8375/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8375/events
https://github.com/NVIDIA/NeMo/pull/8375
2,125,590,077
PR_kwDOC_bI7s5mZhxN
8,375
Canary blog
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github....
[]
closed
false
null
[]
null
[]
2024-02-08T16:25:07
2024-02-08T16:26:00
2024-02-08T16:26:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8375", "html_url": "https://github.com/NVIDIA/NeMo/pull/8375", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8375.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8375.patch", "merged_at": "2024-02-08T16:26:00" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **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 thi...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8375/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/8375/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8374
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8374/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8374/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8374/events
https://github.com/NVIDIA/NeMo/issues/8374
2,125,033,000
I_kwDOC_bI7s5-qW4o
8,374
NeMo MSDD miss detection
{ "login": "SagyHarpazGong", "id": 99274232, "node_id": "U_kgDOBerN-A", "avatar_url": "https://avatars.githubusercontent.com/u/99274232?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SagyHarpazGong", "html_url": "https://github.com/SagyHarpazGong", "followers_url": "https://api.github.com...
[ { "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", ...
closed
false
null
[]
null
[ "Hi, \r\nIf possible, we shall always appreciate any reproducible script with audio to see the error from our end. Hope you set `max_num_speakers` to be 8 however if speaker duration of a speaker is very low then NMESC algorithm tends to suppress those speakers, but how ever you can tweak the `max_rp_threshold` to ...
2024-02-08T12:09:14
2024-03-25T01:44:33
2024-03-25T01:44:32
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi all. I have audio with duration of about 90 minutes and it contains 8 speakers, when I'm running the MSDD I'm getting only 4 speakers. Some of the speakers have speech ratio pretty low related to the other speakers. What can I do to get better results? Using oracle num speakers is not a solution because the ...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8374/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/8374/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8373
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8373/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8373/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8373/events
https://github.com/NVIDIA/NeMo/pull/8373
2,124,445,859
PR_kwDOC_bI7s5mVmA8
8,373
Update MM Dataprep Tutorial
{ "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/cui...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[ "opened new PR here https://github.com/NVIDIA/NeMo/pull/8410" ]
2024-02-08T06:27:11
2024-02-13T17:04:42
2024-02-13T17:00:12
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8373", "html_url": "https://github.com/NVIDIA/NeMo/pull/8373", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8373.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8373.patch", "merged_at": null }
# What does this PR do ? Update Multimodal data preparation tutorial. **Collection**: Multimodal # Changelog - Delete duplicate section - Populate "TODO" links with actual links from toolkit doc and launcher. # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. ...
{ "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/cui...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8373/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/8373/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8372
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8372/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8372/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8372/events
https://github.com/NVIDIA/NeMo/pull/8372
2,124,275,233
PR_kwDOC_bI7s5mVBDU
8,372
Change default beam size
{ "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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[]
2024-02-08T03:09:00
2024-02-08T03:09:57
2024-02-08T03:09:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8372", "html_url": "https://github.com/NVIDIA/NeMo/pull/8372", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8372.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8372.patch", "merged_at": "2024-02-08T03:09:57" }
# What does this PR do ? Fix default beam size of model config **Collection**: [ASR] # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://g...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8372/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/8372/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8371
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8371/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8371/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8371/events
https://github.com/NVIDIA/NeMo/pull/8371
2,124,273,893
PR_kwDOC_bI7s5mVAwg
8,371
Change default beam size
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[ { "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-02-08T03:07:26
2024-02-08T03:09:17
2024-02-08T03:08:39
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8371", "html_url": "https://github.com/NVIDIA/NeMo/pull/8371", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8371.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8371.patch", "merged_at": "2024-02-08T03:08:39" }
# What does this PR do ? Fix default beam size of model config **Collection**: [ASR] # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://g...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8371/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/8371/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8370
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8370/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8370/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8370/events
https://github.com/NVIDIA/NeMo/issues/8370
2,124,174,294
I_kwDOC_bI7s5-nFPW
8,370
Performance data mistakes in LLAMA inference
{ "login": "oleotiger", "id": 5646379, "node_id": "MDQ6VXNlcjU2NDYzNzk=", "avatar_url": "https://avatars.githubusercontent.com/u/5646379?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oleotiger", "html_url": "https://github.com/oleotiger", "followers_url": "https://api.github.com/users/ol...
[ { "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", ...
closed
false
null
[]
null
[ "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-02-08T00:59:32
2024-03-16T01:44:02
2024-03-16T01:44:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
[Inference Performance of LLAMA-2 posted by Nvidia 1](https://docs.nvidia.com/nemo-framework/user-guide/latest/performance/llama.html) According to the link above, the inference lantecy of LLAMA-2-13B with A100 80GB SXM4 at batch size=1 and tp=1, is less than latency of LLAMA-2-7B under the same condition. How ca...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8370/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/8370/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8369
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8369/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8369/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8369/events
https://github.com/NVIDIA/NeMo/pull/8369
2,124,138,703
PR_kwDOC_bI7s5mUj1L
8,369
Sequence Parallel for LoRA
{ "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/cui...
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins", "Known issue: `model.ub_tp_comm_overlap=True` is not supported for LoRA + SP", "jenkins" ]
2024-02-08T00:19:15
2024-02-23T20:25:57
2024-02-23T20:19:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8369", "html_url": "https://github.com/NVIDIA/NeMo/pull/8369", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8369.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8369.patch", "merged_at": "2024-02-23T20:19:29" }
# What does this PR do ? Allow sequence parallel for lora training. Supports all linear modules as in #7988 **Collection**: NLP # Changelog - Set sequence_parallel flags to False in LoRA layers to allow gathering output in LoRA `linear_in` - For attention_qkv and mlp_fc1, do a manual all_gather (reduce_scat...
{ "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/cui...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8369/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/8369/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8368
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8368/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8368/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8368/events
https://github.com/NVIDIA/NeMo/pull/8368
2,123,851,346
PR_kwDOC_bI7s5mTkX-
8,368
adding jenkins test for speech_to_text_aed model
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github....
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-07T20:43:57
2024-02-09T05:24:12
2024-02-09T05:24:12
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8368", "html_url": "https://github.com/NVIDIA/NeMo/pull/8368", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8368.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8368.patch", "merged_at": "2024-02-09T05:24:11" }
…_to_text_aed model # 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 ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8368/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/8368/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8367
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8367/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8367/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8367/events
https://github.com/NVIDIA/NeMo/pull/8367
2,123,836,030
PR_kwDOC_bI7s5mTg_n
8,367
Add change_vocabulary and save_tokenizers() support to Multitask ASR models
{ "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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-07T20:35:06
2024-02-14T23:18:46
2024-02-14T23:18:45
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8367", "html_url": "https://github.com/NVIDIA/NeMo/pull/8367", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8367.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8367.patch", "merged_at": "2024-02-14T23:18:45" }
# What does this PR do ? Adds support to change vocabulary of multi task models. Adds support to save the tokenizer directory of all ASR models that implement `ASRBPEMixin`. **Collection**: [ASR] # Changelog - Adds utility method `save_tokenizers()` that extracts all the internal tokenizers of a model into...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8367/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/8367/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8366
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8366/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8366/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8366/events
https://github.com/NVIDIA/NeMo/pull/8366
2,123,557,808
PR_kwDOC_bI7s5mSkvM
8,366
R1.22.0 hiddnens fix
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "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-02-07T17:46:10
2024-03-07T01:38:42
2024-03-07T01:38:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8366", "html_url": "https://github.com/NVIDIA/NeMo/pull/8366", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8366.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8366.patch", "merged_at": null }
# What does this PR do ? This PR fixes issues with using hiddens module at inference time. **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...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8366/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/8366/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8365
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8365/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8365/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8365/events
https://github.com/NVIDIA/NeMo/pull/8365
2,123,554,746
PR_kwDOC_bI7s5mSkEi
8,365
Hidden module fixes
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[]
2024-02-07T17:44:14
2024-02-21T22:49:28
2024-02-14T23:19:20
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8365", "html_url": "https://github.com/NVIDIA/NeMo/pull/8365", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8365.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8365.patch", "merged_at": null }
# What does this PR do ? Fixing hiddens module support. **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 t...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8365/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/8365/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8364
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8364/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8364/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8364/events
https://github.com/NVIDIA/NeMo/pull/8364
2,123,533,077
PR_kwDOC_bI7s5mSfVj
8,364
TTS SpeechLLM models
{ "login": "blisc", "id": 4763352, "node_id": "MDQ6VXNlcjQ3NjMzNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blisc", "html_url": "https://github.com/blisc", "followers_url": "https://api.github.com/users/blisc/follower...
[ { "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": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://a...
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." ]
2024-02-07T17:31:26
2024-05-13T17:25:57
2024-05-13T17:25:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8364", "html_url": "https://github.com/NVIDIA/NeMo/pull/8364", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8364.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8364.patch", "merged_at": null }
# What does this PR do ? Adds TTS models based on megatron T5 and megatron GPT **Collection**: tts, nlp # Changelog - TODO # Usage ```python # TODO ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/Ne...
{ "login": "blisc", "id": 4763352, "node_id": "MDQ6VXNlcjQ3NjMzNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blisc", "html_url": "https://github.com/blisc", "followers_url": "https://api.github.com/users/blisc/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8364/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/8364/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8363
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8363/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8363/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8363/events
https://github.com/NVIDIA/NeMo/pull/8363
2,123,489,592
PR_kwDOC_bI7s5mSV4E
8,363
Canary refactor for Riva
{ "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/use...
[ { "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": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://a...
closed
false
null
[]
null
[ "jenkins", "jenkins", "@pzelasko @krishnacpuvvada Revisited tokenizer and think we can meet both needs:\r\n\r\nThere's no reason for the tokenizer to enforce what is being done in the canary prompt format. So let's just generalize task token behavior. We can pass all task tokens through the build method, then s...
2024-02-07T17:05:05
2024-02-24T17:04:07
2024-02-24T17:04:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8363", "html_url": "https://github.com/NVIDIA/NeMo/pull/8363", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8363.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8363.patch", "merged_at": "2024-02-24T17:04:07" }
# What does this PR do ? - Refactors Canary code for Riva training **Collection**: [ASR] # Changelog - Expands canary coverage for more languages. (Just keep list of iso and bcp tags updated in `language_code.py` - Introduces bleu metric for in-training monitoring of performance. This replaces the sacreble...
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github....
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8363/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/8363/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8362
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8362/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8362/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8362/events
https://github.com/NVIDIA/NeMo/pull/8362
2,123,460,358
PR_kwDOC_bI7s5mSPji
8,362
Reintroduce dictionaries for data prefixes in GPT
{ "login": "jbaczek", "id": 45043825, "node_id": "MDQ6VXNlcjQ1MDQzODI1", "avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbaczek", "html_url": "https://github.com/jbaczek", "followers_url": "https://api.github.com/users/jbacze...
[ { "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
[ "jenkins", "jenkins" ]
2024-02-07T16:48:43
2024-02-12T16:34:11
2024-02-12T16:34:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8362", "html_url": "https://github.com/NVIDIA/NeMo/pull/8362", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8362.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8362.patch", "merged_at": "2024-02-12T16:34:10" }
# 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 cod...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8362/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/8362/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8360
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8360/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8360/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8360/events
https://github.com/NVIDIA/NeMo/pull/8360
2,123,360,279
PR_kwDOC_bI7s5mR5yH
8,360
Hidden module fixes
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users...
[ { "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
[]
2024-02-07T16:00:35
2024-02-07T17:43:52
2024-02-07T17:43:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8360", "html_url": "https://github.com/NVIDIA/NeMo/pull/8360", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8360.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8360.patch", "merged_at": null }
# What does this PR do ? Fixing hiddens module support. **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 t...
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8360/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/8360/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8359
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8359/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8359/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8359/events
https://github.com/NVIDIA/NeMo/issues/8359
2,122,805,523
I_kwDOC_bI7s5-h3ET
8,359
Nemotron lora finetune Error, The provided qkv memory layout is not supported
{ "login": "Nima-Nilchian", "id": 88092252, "node_id": "MDQ6VXNlcjg4MDkyMjUy", "avatar_url": "https://avatars.githubusercontent.com/u/88092252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Nima-Nilchian", "html_url": "https://github.com/Nima-Nilchian", "followers_url": "https://api.githu...
[ { "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
[ "same here", "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.", "can you guide about this issue? @ericharper thank you in advance!" ]
2024-02-07T11:25:25
2024-04-20T09:42:35
2024-04-20T09:42:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Hi, I'm trying to finetune Nemotron-3 Model using nvcr.io/nvidia/nemo:23.10 container with this [lora.ipynb notebook](https://github.com/NVIDIA/NeMo/blob/main/tutorials/nlp/lora.ipynb) and this exception occurs: raise Exception("The provided qkv memory layout is not supported!") **The full ...
{ "login": "Nima-Nilchian", "id": 88092252, "node_id": "MDQ6VXNlcjg4MDkyMjUy", "avatar_url": "https://avatars.githubusercontent.com/u/88092252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Nima-Nilchian", "html_url": "https://github.com/Nima-Nilchian", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8359/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/8359/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8358
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8358/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8358/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8358/events
https://github.com/NVIDIA/NeMo/pull/8358
2,122,452,676
PR_kwDOC_bI7s5mOz3E
8,358
Add Neva template
{ "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/Hu...
[ { "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
[ "jenkins" ]
2024-02-07T08:23:59
2024-02-21T22:56:22
2024-02-21T22:56:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8358", "html_url": "https://github.com/NVIDIA/NeMo/pull/8358", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8358.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8358.patch", "merged_at": "2024-02-21T22:56:21" }
# What does this PR do ? Add template for DPO model training in 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 demon...
{ "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/yao...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8358/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/8358/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8357
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8357/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8357/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8357/events
https://github.com/NVIDIA/NeMo/pull/8357
2,122,239,290
PR_kwDOC_bI7s5mOGHY
8,357
Add change_vocabulary and save_tokenizers() support to Multitask ASR models
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[ { "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
[ "jenkins" ]
2024-02-07T05:47:43
2024-02-07T20:34:44
2024-02-07T20:34:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8357", "html_url": "https://github.com/NVIDIA/NeMo/pull/8357", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8357.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8357.patch", "merged_at": "2024-02-07T20:34:43" }
# What does this PR do ? Adds support to change vocabulary of multi task models. Adds support to save the tokenizer directory of all ASR models that implement `ASRBPEMixin`. **Collection**: [ASR] # Changelog - Adds utility method `save_tokenizers()` that extracts all the internal tokenizers of a model into...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8357/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/8357/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8356
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8356/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8356/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8356/events
https://github.com/NVIDIA/NeMo/pull/8356
2,122,084,578
PR_kwDOC_bI7s5mNldA
8,356
Add Finetuning tutorial with HF Datasets
{ "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/use...
[ { "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
[ "jenkins", "jenkins" ]
2024-02-07T03:00:29
2024-02-09T20:43:45
2024-02-09T20:43:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8356", "html_url": "https://github.com/NVIDIA/NeMo/pull/8356", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8356.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8356.patch", "merged_at": "2024-02-09T20:43:44" }
# What does this PR do ? Add Finetuning of Parakeet model with HF Datasets **Collection**: ASR # Changelog - Add tutorial # 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) - [ ]...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8356/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/8356/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8355
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8355/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8355/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8355/events
https://github.com/NVIDIA/NeMo/pull/8355
2,121,939,270
PR_kwDOC_bI7s5mNJ-7
8,355
Add longform infer for MultitaskAED models
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
[ { "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
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-07T00:41:58
2024-02-09T03:44:48
2024-02-09T03:44:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8355", "html_url": "https://github.com/NVIDIA/NeMo/pull/8355", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8355.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8355.patch", "merged_at": "2024-02-09T03:44:47" }
# What does this PR do ? Add inference script for MultitaskAED models to support long audios, by simple chunking into non-overlapped segments. **Collection**: [asr]
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8355/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/8355/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8354
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8354/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8354/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8354/events
https://github.com/NVIDIA/NeMo/pull/8354
2,121,930,050
PR_kwDOC_bI7s5mNH_v
8,354
Enable megatron core loggers for GPT pretraining
{ "login": "ashbhandare", "id": 14295305, "node_id": "MDQ6VXNlcjE0Mjk1MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/14295305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashbhandare", "html_url": "https://github.com/ashbhandare", "followers_url": "https://api.github.com/...
[ { "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
[ "jenkins", "jenkins", "@ericharper @ashbhandare what do you think about if we move the mcore logger params to the exp manager section in config?", "> @ericharper @ashbhandare what do you think about if we move the mcore logger params to the exp manager section in config?\r\n\r\nIt's kind of difficult to do no...
2024-02-07T00:32:46
2024-02-09T06:34:25
2024-02-09T06:34:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8354", "html_url": "https://github.com/NVIDIA/NeMo/pull/8354", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8354.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8354.patch", "merged_at": "2024-02-09T06:34:25" }
# What does this PR do ? Enables use of megatron timers in NeMo GPT pretraining and megatron_base based models. Collection: collections/nlp/models/language_modeling Usage model.enable_megatron_timers=True model.megatron_timer_kwargs.log_every_n_steps= 10 model.megatron_timer_kwargs.log_mode=minmax mode...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8354/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/8354/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8353
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8353/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8353/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8353/events
https://github.com/NVIDIA/NeMo/pull/8353
2,121,846,114
PR_kwDOC_bI7s5mM1cL
8,353
Akoumparouli/mistral bugfix
{ "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/foll...
[]
closed
false
{ "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/use...
[ { "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:...
null
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-06T23:25:51
2024-02-16T17:11:18
2024-02-16T17:11:18
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8353", "html_url": "https://github.com/NVIDIA/NeMo/pull/8353", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8353.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8353.patch", "merged_at": "2024-02-16T17:11:18" }
# What does this PR do ? Fixes conversion script for NeMo to HF for mistral-7B. **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 snipp...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8353/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/8353/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8352
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8352/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8352/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8352/events
https://github.com/NVIDIA/NeMo/pull/8352
2,121,694,812
PR_kwDOC_bI7s5mMUEs
8,352
remove _target_ at model level in aed model config [ASR]
{ "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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[]
2024-02-06T21:27:41
2024-02-06T21:28:16
2024-02-06T21:28:15
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8352", "html_url": "https://github.com/NVIDIA/NeMo/pull/8352", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8352.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8352.patch", "merged_at": "2024-02-06T21:28:15" }
# 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 cod...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8352/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/8352/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8351
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8351/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8351/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8351/events
https://github.com/NVIDIA/NeMo/pull/8351
2,121,692,659
PR_kwDOC_bI7s5mMTmN
8,351
remove _target_ at model level in aed model config [ASR]
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github....
[ { "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-02-06T21:26:00
2024-02-06T21:28:46
2024-02-06T21:27:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8351", "html_url": "https://github.com/NVIDIA/NeMo/pull/8351", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8351.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8351.patch", "merged_at": "2024-02-06T21:27:20" }
# 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 cod...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8351/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/8351/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8350
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8350/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8350/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8350/events
https://github.com/NVIDIA/NeMo/pull/8350
2,121,519,165
PR_kwDOC_bI7s5mLtjW
8,350
fixed typo in GPT training explanation
{ "login": "zpx01", "id": 51731412, "node_id": "MDQ6VXNlcjUxNzMxNDEy", "avatar_url": "https://avatars.githubusercontent.com/u/51731412?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zpx01", "html_url": "https://github.com/zpx01", "followers_url": "https://api.github.com/users/zpx01/follow...
[ { "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": "htt...
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.", "bla.", "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.", "Thi...
2024-02-06T19:27:07
2024-03-15T01:44:15
2024-03-15T01:44:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8350", "html_url": "https://github.com/NVIDIA/NeMo/pull/8350", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8350.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8350.patch", "merged_at": null }
# What does this PR do ? Fixed a small typo in the GPT model training documentation. **Collection**: docs # Changelog - Fixed spelling mistake on line 38. # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. **PR Type**: - Documentation ## Who can revie...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8350/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/8350/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8349
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8349/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8349/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8349/events
https://github.com/NVIDIA/NeMo/pull/8349
2,121,456,403
PR_kwDOC_bI7s5mLft3
8,349
Update HF hub
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
[ "jenkins" ]
2024-02-06T18:46:30
2024-02-07T03:50:35
2024-02-07T03:50:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8349", "html_url": "https://github.com/NVIDIA/NeMo/pull/8349", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8349.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8349.patch", "merged_at": "2024-02-07T03:50:34" }
# What does this PR do ? Update huggingface hub **Collection**: [Core] # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVID...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8349/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/8349/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8348
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8348/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8348/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8348/events
https://github.com/NVIDIA/NeMo/pull/8348
2,121,448,829
PR_kwDOC_bI7s5mLeCs
8,348
Remove asr webapp
{ "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"...
[ { "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-02-06T18:42:07
2024-02-06T18:45:28
2024-02-06T18:45:27
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8348", "html_url": "https://github.com/NVIDIA/NeMo/pull/8348", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8348.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8348.patch", "merged_at": "2024-02-06T18:45:27" }
# What does this PR do ? Remove ASR Webapp **Collection**: [ASR] # 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 ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8348/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/8348/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8347
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8347/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8347/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8347/events
https://github.com/NVIDIA/NeMo/pull/8347
2,121,445,867
PR_kwDOC_bI7s5mLdZG
8,347
Remove asr webapp
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
[]
2024-02-06T18:40:18
2024-02-06T18:41:42
2024-02-06T18:41:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8347", "html_url": "https://github.com/NVIDIA/NeMo/pull/8347", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8347.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8347.patch", "merged_at": "2024-02-06T18:41:41" }
# What does this PR do ? Remove ASR Webapp **Collection**: [ASR] # 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 ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8347/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/8347/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8346
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8346/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8346/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8346/events
https://github.com/NVIDIA/NeMo/pull/8346
2,121,390,149
PR_kwDOC_bI7s5mLRO-
8,346
Keep max_seqlen and cu_seqlens_argmin for later micro-batches when PP>1
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-06T18:02:57
2024-02-16T00:28:33
2024-02-16T00:28:33
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8346", "html_url": "https://github.com/NVIDIA/NeMo/pull/8346", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8346.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8346.patch", "merged_at": "2024-02-16T00:28:33" }
# What does this PR do ? Instead of popping max_seqlen and cu_seqlens_argmin from a batch, we just read the dict to preserve the data for later micro-batches when PP > 1. # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre ...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8346/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/8346/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8345
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8345/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8345/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8345/events
https://github.com/NVIDIA/NeMo/pull/8345
2,121,244,766
PR_kwDOC_bI7s5mKxc5
8,345
Fix Megatron losses that were incorrect for micro_batch_size > 1
{ "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://api.github.com/users/o...
[ { "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": "htt...
closed
false
{ "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://api.github.com/users/o...
[ { "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://ap...
null
[ "jenkins", "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.", "jenkins", "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 ...
2024-02-06T16:42:53
2024-03-18T01:44:07
2024-03-18T01:44:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8345", "html_url": "https://github.com/NVIDIA/NeMo/pull/8345", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8345.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8345.patch", "merged_at": null }
# What does this PR do ? Fixes the losses of several Megatron models, that were incorrect for `micro_batch_size` > 1 **Collection**: nlp, multimodal # Changelog - Fix losses of several Megatron models (`MegatronGPTModel`, `MegatronNevaModel`, `MegatronBertModel`, `MegatronLMEncoderDecoderModel`) that were in...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8345/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/8345/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8344
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8344/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8344/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8344/events
https://github.com/NVIDIA/NeMo/pull/8344
2,121,114,251
PR_kwDOC_bI7s5mKUfx
8,344
Unused imports cleanup
{ "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/foll...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[ "jenkins", "There are also many odd choices, many torch.nn imports have been removed and arbitrarily using the longer torch.nn.xyz - why ? ", "> There are also many odd choices, many torch.nn imports have been removed and arbitrarily using the longer torch.nn.xyz - why ?\r\n\r\nThe suggestions come from Flake8 ...
2024-02-06T15:50:39
2024-02-29T01:43:39
2024-02-29T01:43:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8344", "html_url": "https://github.com/NVIDIA/NeMo/pull/8344", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8344.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8344.patch", "merged_at": null }
# What does this PR do ? Unused imports cleanup indentified by [Flake8](https://flake8.pycqa.org/en/latest), see https://www.flake8rules.com/rules/F401.html. **Collection**: [ALL] # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for rev...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8344/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/8344/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8343
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8343/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8343/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8343/events
https://github.com/NVIDIA/NeMo/issues/8343
2,120,733,497
I_kwDOC_bI7s5-Z9M5
8,343
The loss of `MegatronGPTModel` is incorrect for `micro_batch_size` > 1
{ "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://api.github.com/users/o...
[ { "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", ...
closed
false
{ "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://api.github.com/users/o...
[ { "login": "odelalleau", "id": 507137, "node_id": "MDQ6VXNlcjUwNzEzNw==", "avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/odelalleau", "html_url": "https://github.com/odelalleau", "followers_url": "https://ap...
null
[ "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-02-06T13:04:39
2024-03-15T01:44:17
2024-03-15T01:44:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** The loss implemented [here](https://github.com/NVIDIA/NeMo/blob/13c1db4ffdaa3b2125ce6e66c93509a39d55b2cf/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py#L1169) is incorrect for `micro_batch_size` > 1 because it computes the average over all tokens in the micro-batch, instead ...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8343/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/8343/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8342
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8342/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8342/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8342/events
https://github.com/NVIDIA/NeMo/pull/8342
2,120,703,810
PR_kwDOC_bI7s5mI6GB
8,342
Converter script fixes for mixtral/mistral
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins", "There is also an undefined variable `head_num` in this script https://github.com/NVIDIA/NeMo/blob/0bb9e66a6d29b28e8831d1d1dd8a30310173ce46/scripts/nlp_language_modeling/convert_nemo_mixtral_to_hf.py#L124.", "jenkins", "bumping, if everything looks ok can we merge? @ericharper @janekl @akoumpa " ]
2024-02-06T12:49:54
2024-02-12T22:06:39
2024-02-12T22:06:38
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8342", "html_url": "https://github.com/NVIDIA/NeMo/pull/8342", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8342.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8342.patch", "merged_at": "2024-02-12T22:06:38" }
# What does this PR do ? Fixes mistral & mixtral conversion scripts(renamed variable `num_experts` to `num_moe_experts` in mixtral converter). **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 poten...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8342/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/8342/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8341
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8341/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8341/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8341/events
https://github.com/NVIDIA/NeMo/pull/8341
2,120,209,814
PR_kwDOC_bI7s5mHN7H
8,341
Add fastconformer model for decoder timestamp
{ "login": "biscayan", "id": 56914074, "node_id": "MDQ6VXNlcjU2OTE0MDc0", "avatar_url": "https://avatars.githubusercontent.com/u/56914074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/biscayan", "html_url": "https://github.com/biscayan", "followers_url": "https://api.github.com/users/bis...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[ "Let us run on our test samples and make sure the timestamps are working smoothly.\r\nThank you for uploading this PR.\r\n", "@biscayan pls follow steps listed at https://github.com/NVIDIA/NeMo/pull/8341/checks?check_run_id=21297714430 to sign off your commit" ]
2024-02-06T08:20:13
2024-02-15T08:30:50
2024-02-15T08:30:49
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8341", "html_url": "https://github.com/NVIDIA/NeMo/pull/8341", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8341.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8341.patch", "merged_at": null }
# What does this PR do ? Add fastconformer model for decoder timestamp. - Fastconformer model shoud have stride in 0.08 secs - You can use fastconformer model for diarization in offline_diar_with_asr_infer.py **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by li...
{ "login": "biscayan", "id": 56914074, "node_id": "MDQ6VXNlcjU2OTE0MDc0", "avatar_url": "https://avatars.githubusercontent.com/u/56914074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/biscayan", "html_url": "https://github.com/biscayan", "followers_url": "https://api.github.com/users/bis...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8341/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/8341/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8340
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8340/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8340/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8340/events
https://github.com/NVIDIA/NeMo/pull/8340
2,119,922,272
PR_kwDOC_bI7s5mGPcV
8,340
Huvu/mcore retro
{ "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/use...
[ { "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": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://a...
closed
false
null
[]
null
[ "Did you discuss with @yidong72 about deleting old retro stuff? Usually we'd want to deprecate at least for a release before deleting.", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "Jenkins", "Jenkins", "jenkins", "jenkins...
2024-02-06T04:08:22
2024-04-09T15:36:04
2024-04-09T15:36:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8340", "html_url": "https://github.com/NVIDIA/NeMo/pull/8340", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8340.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8340.patch", "merged_at": null }
# What does this PR do ? Merging Mcore RETRO from huvu/mcore_retro to r1.23.0 # 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 ``` # Jenkins CI To run Je...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8340/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/8340/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8339
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8339/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8339/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8339/events
https://github.com/NVIDIA/NeMo/pull/8339
2,119,913,196
PR_kwDOC_bI7s5mGNji
8,339
Multimodal r1.23.0 bug fix
{ "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"...
[ { "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 }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", ...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins" ]
2024-02-06T03:57:41
2024-02-16T17:16:17
2024-02-16T17:16:16
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8339", "html_url": "https://github.com/NVIDIA/NeMo/pull/8339", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8339.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8339.patch", "merged_at": "2024-02-16T17:16:16" }
# What does this PR do ? Multimodal r1.23.0 bug fix **Collection**: [Multimodal, 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 ``` # Jenkins ...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8339/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/8339/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8338
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8338/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8338/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8338/events
https://github.com/NVIDIA/NeMo/pull/8338
2,119,526,900
PR_kwDOC_bI7s5mE4vt
8,338
Add Canary support for decoding with return_hypotheses=True
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
[ { "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
[ "jenkins", "Uh I'm adding support for this in my ASR transcribe refactor ", "Actually let's keep this PR open, we'll get it rebased on the transcribe pr", "jenkins", "jenkins" ]
2024-02-05T21:57:02
2024-02-13T22:24:04
2024-02-13T22:24:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8338", "html_url": "https://github.com/NVIDIA/NeMo/pull/8338", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8338.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8338.patch", "merged_at": "2024-02-13T22:24:03" }
# What does this PR do ? - Add Canary support for decoding with return_hypotheses=True and to return top-k hypotheses **Collection**: [asr]
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8338/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/8338/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8337
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8337/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8337/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8337/events
https://github.com/NVIDIA/NeMo/issues/8337
2,119,488,471
I_kwDOC_bI7s5-VNPX
8,337
Add support for Qwen
{ "login": "juletx", "id": 48165265, "node_id": "MDQ6VXNlcjQ4MTY1MjY1", "avatar_url": "https://avatars.githubusercontent.com/u/48165265?v=4", "gravatar_id": "", "url": "https://api.github.com/users/juletx", "html_url": "https://github.com/juletx", "followers_url": "https://api.github.com/users/juletx/fo...
[ { "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": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/...
[ { "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://a...
null
[ "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.", "+1" ]
2024-02-05T21:29:32
2024-04-02T03:30:45
2024-03-14T01:44:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Qwen 1.5 was released today and it is the best open LLM, adding support for it would be very helpful. Blog: https://qwenlm.github.io/blog/qwen1.5/ HF: https://huggingface.co/collections/Qwen/qwen15-65c0a2f577b1ecb76d786524
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8337/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/8337/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8336
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8336/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8336/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8336/events
https://github.com/NVIDIA/NeMo/pull/8336
2,119,357,848
PR_kwDOC_bI7s5mETc3
8,336
Fixing mcore bert for TP, PP and SP
{ "login": "shanmugamr1992", "id": 111910568, "node_id": "U_kgDOBqueqA", "avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shanmugamr1992", "html_url": "https://github.com/shanmugamr1992", "followers_url": "https://api.github.c...
[ { "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
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-02-05T19:58:01
2024-02-16T17:14:16
2024-02-16T17:14:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8336", "html_url": "https://github.com/NVIDIA/NeMo/pull/8336", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8336.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8336.patch", "merged_at": "2024-02-16T17:14:15" }
# What does this PR do ? Adds bug fixes to support TP, PP =and SP 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...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8336/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/8336/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8335
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8335/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8335/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8335/events
https://github.com/NVIDIA/NeMo/pull/8335
2,119,216,520
PR_kwDOC_bI7s5mD0Hz
8,335
Fixing bug in tutorials.
{ "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/use...
[ { "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": "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/use...
[ { "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:...
null
[ "jenkins" ]
2024-02-05T18:34:08
2024-02-12T16:43:06
2024-02-05T21:05:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8335", "html_url": "https://github.com/NVIDIA/NeMo/pull/8335", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8335.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8335.patch", "merged_at": "2024-02-05T21:05:29" }
# What does this PR do ? - Fix WER bug in ASR_with_subword_tokenization tutorial **Collection**: [ASR] # Changelog - Added missing parameter to above tutorial # Before your PR is "Ready for review" **Pre checks**: - [Y] Make sure you read and followed [Contributor guidelines](https://github.com/NVID...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8335/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/8335/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8334
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8334/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8334/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8334/events
https://github.com/NVIDIA/NeMo/pull/8334
2,119,207,086
PR_kwDOC_bI7s5mDyBy
8,334
Keep max_seqlen and cu_seqlens_argmin for later micro-batches when PP>1
{ "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/erhoo8...
[ { "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
[ "jenkins" ]
2024-02-05T18:29:17
2024-02-06T18:02:36
2024-02-06T18:02:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8334", "html_url": "https://github.com/NVIDIA/NeMo/pull/8334", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8334.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8334.patch", "merged_at": "2024-02-06T18:02:35" }
# What does this PR do ? Instead of popping max_seqlen and cu_seqlens_argmin from a batch, we just read the dict to preserve the data for later micro-batches when PP > 1. # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre ...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8334/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/8334/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8333
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8333/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8333/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8333/events
https://github.com/NVIDIA/NeMo/issues/8333
2,119,095,510
I_kwDOC_bI7s5-TtTW
8,333
bug in multi-GPU fine tuning
{ "login": "yunbin", "id": 5204811, "node_id": "MDQ6VXNlcjUyMDQ4MTE=", "avatar_url": "https://avatars.githubusercontent.com/u/5204811?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yunbin", "html_url": "https://github.com/yunbin", "followers_url": "https://api.github.com/users/yunbin/foll...
[ { "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", ...
closed
false
null
[]
null
[ "I've had the same issue", "I looked into this a bit more and I think the real problem is that every process is getting mistaken as the master process (i.e. the issue is_global_rank_zero() from [get_rank.py ](https://github.com/NVIDIA/NeMo/blob/main/nemo/utils/get_rank.py)). \r\n\r\nIf I understand things correct...
2024-02-05T17:34:00
2024-04-30T01:44:57
2024-04-30T01:44:56
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Nemo version V1.21.0, script ../examples/asr/speech_to_text_finetune.py ASR model fine tuning script runs fine with a single GPU, but fails for 2 GPUs and 3+ GPUs. I made small changes to make multiple GPU training working, but want to confirm with the team if there is a better solution...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8333/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/8333/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8332
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8332/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8332/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8332/events
https://github.com/NVIDIA/NeMo/issues/8332
2,118,759,229
I_kwDOC_bI7s5-SbM9
8,332
Unable resume training from last checkpoint TTS Vit PTL 2.0 [docker nvcr.io/nvidia/nemo:23.08]
{ "login": "ken2190", "id": 79817296, "node_id": "MDQ6VXNlcjc5ODE3Mjk2", "avatar_url": "https://avatars.githubusercontent.com/u/79817296?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ken2190", "html_url": "https://github.com/ken2190", "followers_url": "https://api.github.com/users/ken219...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[ "I guess the bug is related to the pytorch lightning (PTL) version upgrade. Since nvcr.io/nvidia/nemo:23.08, PTL is upgraded to 2.0, so there may be some back-compatibility issues for older models trained under PTL>2.0. \r\n\r\nCould you pls try `nvcr.io/nvidia/nemo:23.06` or lower versions of nemo container?", "...
2024-02-05T14:56:25
2024-02-07T10:23:16
2024-02-07T10:23:16
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I'm trying to resume training from last trained checkpoint (vit tts) but i get following error ``` [NeMo W 2024-02-05 13:09:16 experimental:26] `<class 'nemo.collections.tts.models.vits.VitsModel'>` is experimental and not rea dy for production yet. Use at your own risk. Creating ClassifyF...
{ "login": "ken2190", "id": 79817296, "node_id": "MDQ6VXNlcjc5ODE3Mjk2", "avatar_url": "https://avatars.githubusercontent.com/u/79817296?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ken2190", "html_url": "https://github.com/ken2190", "followers_url": "https://api.github.com/users/ken219...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8332/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/8332/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8331
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8331/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8331/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8331/events
https://github.com/NVIDIA/NeMo/issues/8331
2,118,358,053
I_kwDOC_bI7s5-Q5Ql
8,331
Very slow motion speech for some combinations
{ "login": "computersrmyfriends", "id": 323931, "node_id": "MDQ6VXNlcjMyMzkzMQ==", "avatar_url": "https://avatars.githubusercontent.com/u/323931?v=4", "gravatar_id": "", "url": "https://api.github.com/users/computersrmyfriends", "html_url": "https://github.com/computersrmyfriends", "followers_url": "htt...
[ { "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": "blisc", "id": 4763352, "node_id": "MDQ6VXNlcjQ3NjMzNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blisc", "html_url": "https://github.com/blisc", "followers_url": "https://api.github.com/users/blisc/follower...
[ { "login": "blisc", "id": 4763352, "node_id": "MDQ6VXNlcjQ3NjMzNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blisc", "html_url": "https://github.com/blisc", "followers_url": "https://api.github.com/...
null
[ "@computersrmyfriends Have you been able to get vocoder to create more than 11 seconds of audio? I am unable to figure out how.", "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 b...
2024-02-05T11:55:49
2024-04-14T01:58:43
2024-04-14T01:58:42
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
``` def text_to_speech(text, tts_model_name, vocoder_model_name, max_length=100, file_name_prefix=""): torch.set_grad_enabled(False) sampling_rates = { "tts_en_tacotron2": 22050, "tts_en_fastpitch": 22050, "tts_en_fastpitch_ipa": 22050, "tts_en_fastpitch_multispeaker": 4...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8331/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/8331/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8330
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8330/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8330/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8330/events
https://github.com/NVIDIA/NeMo/issues/8330
2,118,281,302
I_kwDOC_bI7s5-QmhW
8,330
[QUESTION] Best practices for RNN-t train\finetune
{ "login": "kokamido", "id": 7046074, "node_id": "MDQ6VXNlcjcwNDYwNzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7046074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kokamido", "html_url": "https://github.com/kokamido", "followers_url": "https://api.github.com/users/kokam...
[ { "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
[ "Both RNNTs and CTCs in general has Pros and Cons. RNNTs converge faster compared to CTCs, due to implicit LM prediction nature of RNNTs can get better WER just with greedy decoding, however RNNTs are ~3x slower in training/inference compared to CTCs, but can be improved with a TDT type decoder + CUDA graphs improv...
2024-02-05T11:20:18
2024-04-06T01:44:08
2024-04-06T01:44:07
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi! I would like to use an RNN-transducer for a Russian ASR task. I use a config like [conformer_transducer_bpe.yaml](https://github.com/NVIDIA/NeMo/blob/v1.20.0/examples/asr/conf/conformer/conformer_transducer_bpe.yaml), but a few things are unclear to me. 1. Should I use RNN-t instead of CTC + greedy decoding in n...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8330/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/NVIDIA/NeMo/issues/8330/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8329
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8329/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8329/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8329/events
https://github.com/NVIDIA/NeMo/pull/8329
2,118,211,218
PR_kwDOC_bI7s5mAVL8
8,329
add dependencies to the install snippet
{ "login": "WikiLucas00", "id": 63519673, "node_id": "MDQ6VXNlcjYzNTE5Njcz", "avatar_url": "https://avatars.githubusercontent.com/u/63519673?v=4", "gravatar_id": "", "url": "https://api.github.com/users/WikiLucas00", "html_url": "https://github.com/WikiLucas00", "followers_url": "https://api.github.com/...
[ { "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": "htt...
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-02-05T10:42:56
2024-02-28T01:43:59
2024-02-28T01:43:59
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8329", "html_url": "https://github.com/NVIDIA/NeMo/pull/8329", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8329.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8329.patch", "merged_at": null }
Packages omegaconf and hydra-core are required and should be installed with the other dependencies.
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8329/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/8329/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8328
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8328/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8328/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8328/events
https://github.com/NVIDIA/NeMo/pull/8328
2,118,195,505
PR_kwDOC_bI7s5mARvp
8,328
Add mcore full TE transformer layer spec
{ "login": "jbaczek", "id": 45043825, "node_id": "MDQ6VXNlcjQ1MDQzODI1", "avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbaczek", "html_url": "https://github.com/jbaczek", "followers_url": "https://api.github.com/users/jbacze...
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "@jbaczek Could you add the changes in [this NeMo PR](https://github.com/NVIDIA/NeMo/pull/8290/files) to the `AutocastTransformerLayer` here as well? We would need this to comply with the changes to TP knobs in [this TE commit](https://github.com/NVIDIA/TransformerEngine/commit/bdf1afeef0b26455b3b327c7...
2024-02-05T10:34:45
2024-02-26T17:11:15
2024-02-23T10:01:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8328", "html_url": "https://github.com/NVIDIA/NeMo/pull/8328", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8328.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8328.patch", "merged_at": "2024-02-23T10:01:57" }
# What does this PR do ? Add spec for model built from te.TransformerLayer **Collection**: nlp # Changelog - Add specific line by line info of high level changes in this PR. # Usage Use name of the spec either on config level: ```yaml [...] model: name: megatron_gpt_full_te_layer_autocast [...] ...
{ "login": "jbaczek", "id": 45043825, "node_id": "MDQ6VXNlcjQ1MDQzODI1", "avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbaczek", "html_url": "https://github.com/jbaczek", "followers_url": "https://api.github.com/users/jbacze...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8328/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/8328/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8327
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8327/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8327/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8327/events
https://github.com/NVIDIA/NeMo/pull/8327
2,117,998,185
PR_kwDOC_bI7s5l_mq6
8,327
fix(main): typo in data_prep.py
{ "login": "xionams", "id": 29185608, "node_id": "MDQ6VXNlcjI5MTg1NjA4", "avatar_url": "https://avatars.githubusercontent.com/u/29185608?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xionams", "html_url": "https://github.com/xionams", "followers_url": "https://api.github.com/users/xionam...
[]
closed
false
null
[]
null
[]
2024-02-05T08:56:09
2024-02-11T13:46:28
2024-02-11T13:27:19
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8327", "html_url": "https://github.com/NVIDIA/NeMo/pull/8327", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8327.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8327.patch", "merged_at": null }
just fix a typo in data_prep.py * Related to #8233
{ "login": "xionams", "id": 29185608, "node_id": "MDQ6VXNlcjI5MTg1NjA4", "avatar_url": "https://avatars.githubusercontent.com/u/29185608?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xionams", "html_url": "https://github.com/xionams", "followers_url": "https://api.github.com/users/xionam...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8327/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/8327/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8324
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8324/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8324/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8324/events
https://github.com/NVIDIA/NeMo/pull/8324
2,116,260,531
PR_kwDOC_bI7s5l52VV
8,324
Attention encoder-decoder models for multiple speech-to-text tasks …
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[ { "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": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-03T05:41:53
2024-02-03T08:00:30
2024-02-03T08:00:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8324", "html_url": "https://github.com/NVIDIA/NeMo/pull/8324", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8324.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8324.patch", "merged_at": "2024-02-03T08:00:29" }
# What does this PR do ? Adds the Attntion Encoder Decoder Multi Task model support into r1.23.0 branch (Canary) **Collection**: [ASR] # Changelog - Adds Multitasking AED models support # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Re...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8324/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/8324/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8323
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8323/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8323/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8323/events
https://github.com/NVIDIA/NeMo/pull/8323
2,116,029,265
PR_kwDOC_bI7s5l5DK-
8,323
Check for distributed optimizer in PEFT
{ "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/cui...
[ { "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
[ "jenkins" ]
2024-02-03T00:06:46
2024-02-06T02:02:02
2024-02-06T02:02:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8323", "html_url": "https://github.com/NVIDIA/NeMo/pull/8323", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8323.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8323.patch", "merged_at": "2024-02-06T02:02:01" }
# What does this PR do ? Add check for distributed optimizer which is unsupported for PEFT **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this PR. # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is...
{ "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/cui...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8323/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/8323/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8322
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8322/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8322/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8322/events
https://github.com/NVIDIA/NeMo/pull/8322
2,115,992,666
PR_kwDOC_bI7s5l465L
8,322
Yttm deprecation
{ "login": "AlexGrinch", "id": 8689095, "node_id": "MDQ6VXNlcjg2ODkwOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexGrinch", "html_url": "https://github.com/AlexGrinch", "followers_url": "https://api.github.com/users...
[ { "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": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://a...
closed
false
null
[]
null
[ "Any update on this?", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "Jenkins", "jenkins", "jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenkins", "Jenk...
2024-02-02T23:27:17
2024-11-01T18:30:44
2024-03-04T23:28:32
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8322", "html_url": "https://github.com/NVIDIA/NeMo/pull/8322", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8322.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8322.patch", "merged_at": "2024-03-04T23:28:32" }
# What does this PR do ? Deprecate YouTokenToMe library which was abandoned. **Collection**: common, 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 ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8322/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/8322/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8321
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8321/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8321/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8321/events
https://github.com/NVIDIA/NeMo/pull/8321
2,115,807,190
PR_kwDOC_bI7s5l4Q04
8,321
distributed fused adam + rampup bs support
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-02T21:10:38
2024-02-16T00:26:49
2024-02-16T00:26:48
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8321", "html_url": "https://github.com/NVIDIA/NeMo/pull/8321", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8321.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8321.patch", "merged_at": "2024-02-16T00:26:48" }
# 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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8321/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/8321/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8320
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8320/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8320/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8320/events
https://github.com/NVIDIA/NeMo/pull/8320
2,115,767,954
PR_kwDOC_bI7s5l4IMx
8,320
Rachitg/fp8
{ "login": "rachitgarg91", "id": 10834456, "node_id": "MDQ6VXNlcjEwODM0NDU2", "avatar_url": "https://avatars.githubusercontent.com/u/10834456?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rachitgarg91", "html_url": "https://github.com/rachitgarg91", "followers_url": "https://api.github.c...
[ { "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": "htt...
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-02-02T20:42:03
2024-02-25T01:44:43
2024-02-25T01:44:42
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8320", "html_url": "https://github.com/NVIDIA/NeMo/pull/8320", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8320.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8320.patch", "merged_at": null }
# What does this PR do ? This PR enables storing the master weights in FP8 with a new model parameter fp8_init_experimental **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 ...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8320/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/8320/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8319
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8319/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8319/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8319/events
https://github.com/NVIDIA/NeMo/pull/8319
2,115,643,927
PR_kwDOC_bI7s5l3sK_
8,319
Fix memory leak caused by context parallelism hanging references by omegaconf
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins", "LGTM!" ]
2024-02-02T19:38:37
2024-02-05T20:05:16
2024-02-05T20:05:15
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8319", "html_url": "https://github.com/NVIDIA/NeMo/pull/8319", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8319.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8319.patch", "merged_at": "2024-02-05T20:05:15" }
# 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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8319/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/8319/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8318
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8318/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8318/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8318/events
https://github.com/NVIDIA/NeMo/pull/8318
2,115,639,934
PR_kwDOC_bI7s5l3rRd
8,318
add deallocate pipeline output optimization
{ "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"...
[ { "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 }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins" ]
2024-02-02T19:36:43
2024-02-16T00:26:19
2024-02-16T00:26:18
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8318", "html_url": "https://github.com/NVIDIA/NeMo/pull/8318", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8318.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8318.patch", "merged_at": "2024-02-16T00:26: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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8318/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/8318/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8316
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8316/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8316/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8316/events
https://github.com/NVIDIA/NeMo/pull/8316
2,115,584,515
PR_kwDOC_bI7s5l3e4V
8,316
Add mcore spec for full TE TransformerLayer
{ "login": "jbaczek", "id": 45043825, "node_id": "MDQ6VXNlcjQ1MDQzODI1", "avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbaczek", "html_url": "https://github.com/jbaczek", "followers_url": "https://api.github.com/users/jbacze...
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "Closing this one in favour of https://github.com/NVIDIA/NeMo/pull/8328" ]
2024-02-02T19:05:15
2024-02-05T10:36:04
2024-02-05T10:36:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8316", "html_url": "https://github.com/NVIDIA/NeMo/pull/8316", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8316.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8316.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 cod...
{ "login": "jbaczek", "id": 45043825, "node_id": "MDQ6VXNlcjQ1MDQzODI1", "avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbaczek", "html_url": "https://github.com/jbaczek", "followers_url": "https://api.github.com/users/jbacze...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8316/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/8316/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8315
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8315/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8315/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8315/events
https://github.com/NVIDIA/NeMo/pull/8315
2,115,565,014
PR_kwDOC_bI7s5l3ajP
8,315
Multimodal r1.23.0 bug fix
{ "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/yao...
[ { "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
[ "jenkins", "jenkins", "jenkins" ]
2024-02-02T18:52:35
2024-02-06T03:57:20
2024-02-06T03:57:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8315", "html_url": "https://github.com/NVIDIA/NeMo/pull/8315", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8315.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8315.patch", "merged_at": "2024-02-06T03:57:19" }
# What does this PR do ? Multimodal r1.23.0 bug fix **Collection**: [Multimodal, 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 ``` # Jenkins ...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8315/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/8315/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8314
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8314/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8314/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8314/events
https://github.com/NVIDIA/NeMo/pull/8314
2,115,414,231
PR_kwDOC_bI7s5l25UL
8,314
fix path location and branch
{ "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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[ "jenkins", "jenkins" ]
2024-02-02T17:24:47
2024-02-15T00:05:50
2024-02-15T00:05:49
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8314", "html_url": "https://github.com/NVIDIA/NeMo/pull/8314", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8314.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8314.patch", "merged_at": "2024-02-15T00:05:49" }
# What does this PR do ? * Fixes ASR with Transducers notebook **Collection**: ASR # Changelog - Update path to configs **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8314/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/8314/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8312
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8312/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8312/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8312/events
https://github.com/NVIDIA/NeMo/pull/8312
2,113,880,612
PR_kwDOC_bI7s5lxnOd
8,312
Keep max_seqlen and cu_seqlens_argmin for later micro-batches when PP>1
{ "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/erhoo8...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "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-02-02T02:05:10
2024-02-28T01:44:01
2024-02-28T01:44:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8312", "html_url": "https://github.com/NVIDIA/NeMo/pull/8312", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8312.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8312.patch", "merged_at": null }
# What does this PR do ? Instead of popping `max_seqlen` and `cu_seqlens_argmin` from a batch, we just read the dict to preserve the data for later micro-batches when PP > 1. ```python # Add a code snippet demonstrating how to use this ``` # Jenkins CI To run Jenkins, a NeMo User with write access must com...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8312/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/8312/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8311
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8311/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8311/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8311/events
https://github.com/NVIDIA/NeMo/pull/8311
2,113,741,660
PR_kwDOC_bI7s5lxIma
8,311
Cache Aware Streaming tutorial notebook
{ "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"...
[ { "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 }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", ...
closed
false
null
[]
null
[]
2024-02-01T23:52:00
2024-02-02T00:07:07
2024-02-02T00:07:07
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8311", "html_url": "https://github.com/NVIDIA/NeMo/pull/8311", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8311.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8311.patch", "merged_at": "2024-02-02T00:07:07" }
# What does this PR do ? Adding the notebook that allows us to do real-time streaming using a cache-aware fastconformer model (supports single-lookahead and multi-lookahead models). **Collection**: `tutorials/asr` # Changelog - Add cache-aware streaming notebook in `tutorials/asr` - Add call to `self.setup_...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8311/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/8311/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8310
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8310/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8310/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8310/events
https://github.com/NVIDIA/NeMo/pull/8310
2,113,508,890
PR_kwDOC_bI7s5lwUdr
8,310
R1.23.0 Multimodal Fixes
{ "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/yao...
[]
closed
false
null
[]
null
[ "jenkins", "jenkins" ]
2024-02-01T21:22:47
2024-02-02T18:50:55
2024-02-02T18:50:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8310", "html_url": "https://github.com/NVIDIA/NeMo/pull/8310", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8310.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8310.patch", "merged_at": null }
# What does this PR do ? Fix issues in Multimodal in r1.23.0 # 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 ``` # Jenkins CI To run Jenkins, a NeMo U...
{ "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/yao...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8310/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/8310/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8309
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8309/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8309/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8309/events
https://github.com/NVIDIA/NeMo/pull/8309
2,113,454,083
PR_kwDOC_bI7s5lwIST
8,309
fix wrong paper link in post
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/ha...
[]
closed
false
null
[]
null
[]
2024-02-01T20:49:21
2024-02-01T20:52:08
2024-02-01T20:52:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8309", "html_url": "https://github.com/NVIDIA/NeMo/pull/8309", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8309.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8309.patch", "merged_at": "2024-02-01T20:52:08" }
# What does this PR do ? fix wrong paper link in post **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 us...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8309/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/8309/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8308
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8308/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8308/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8308/events
https://github.com/NVIDIA/NeMo/pull/8308
2,113,406,321
PR_kwDOC_bI7s5lv9kn
8,308
Fix documentation build
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/ar...
[ { "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" } ]
closed
false
null
[]
null
[ "jenkins" ]
2024-02-01T20:23:15
2024-02-01T21:07:51
2024-02-01T21:07:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8308", "html_url": "https://github.com/NVIDIA/NeMo/pull/8308", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8308.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8308.patch", "merged_at": "2024-02-01T21:07:51" }
# What does this PR do ? - fix decorated import needed for TorchScript, but not compatible with sphinx-autodoc - use Python 3.10 due to Python 3.10-style type annotations in different places - add mocks for imports to fix ASR and NLP collections **Collection**: [Core, Documentation] # Changelog - Add speci...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8308/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/8308/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8307
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8307/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8307/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8307/events
https://github.com/NVIDIA/NeMo/pull/8307
2,113,083,966
PR_kwDOC_bI7s5lu1VA
8,307
Unify HF converter scripts and arguments
{ "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/yao...
[ { "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
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "Looks good, these scripts look much better now. Some minor remarks:\r\n* I often do CTRL+F on some arguments like, for example, `in_file`. For the current style like `parser.add_argument(\"--in-file\", ...)` -- dash vs underscore -- such...
2024-02-01T17:48:19
2024-02-15T18:18:04
2024-02-15T18:18:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8307", "html_url": "https://github.com/NVIDIA/NeMo/pull/8307", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8307.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8307.patch", "merged_at": null }
# What does this PR do ? Unify HF converter scripts and arguments # Jenkins CI To run Jenkins, a NeMo User with write access must comment `jenkins` on the PR. # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeM...
{ "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/yao...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8307/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/8307/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8306
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8306/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8306/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8306/events
https://github.com/NVIDIA/NeMo/issues/8306
2,112,909,699
I_kwDOC_bI7s598HGD
8,306
Cannot export NeuralDiarizer (diar_msdd_telephonic.nemo) to onnx
{ "login": "uro-sh", "id": 156791923, "node_id": "U_kgDOCVh0cw", "avatar_url": "https://avatars.githubusercontent.com/u/156791923?v=4", "gravatar_id": "", "url": "https://api.github.com/users/uro-sh", "html_url": "https://github.com/uro-sh", "followers_url": "https://api.github.com/users/uro-sh/follower...
[ { "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", ...
closed
false
{ "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/tango4...
[ { "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.git...
null
[ "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.", "this has not been solved i think\r\n" ]
2024-02-01T16:24:09
2024-03-30T00:24:06
2024-03-21T01:44:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** ``` Traceback (most recent call last): File "/Users/urospetrovic/ml_projects/thq-transcription-module/export.py", line 44, in <module> main(args.nemo_file, args.onnx_file, model_type=args.model_type) File "/Users/urospetrovic/ml_projects/thq-transcription-module/export.py", line 38, ...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8306/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/8306/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8305
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8305/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8305/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8305/events
https://github.com/NVIDIA/NeMo/pull/8305
2,112,882,967
PR_kwDOC_bI7s5luIsJ
8,305
Support lhotse 1.20.0 for Canary
{ "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/pze...
[ { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "jenkins", "jenkins" ]
2024-02-01T16:10:08
2024-02-01T17:15:07
2024-02-01T17:15:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8305", "html_url": "https://github.com/NVIDIA/NeMo/pull/8305", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8305.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8305.patch", "merged_at": "2024-02-01T17:15:06" }
# 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 cod...
{ "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/pze...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8305/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/8305/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8304
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8304/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8304/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8304/events
https://github.com/NVIDIA/NeMo/pull/8304
2,112,788,853
PR_kwDOC_bI7s5lt0C3
8,304
fix path location and branch
{ "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/use...
[ { "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-02-01T15:24:43
2024-02-02T17:24:25
2024-02-02T17:24:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8304", "html_url": "https://github.com/NVIDIA/NeMo/pull/8304", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8304.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8304.patch", "merged_at": "2024-02-02T17:24:24" }
# What does this PR do ? * Fixes ASR with Transducers notebook **Collection**: ASR # Changelog - Update path to configs **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8304/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/8304/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8303
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8303/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8303/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8303/events
https://github.com/NVIDIA/NeMo/pull/8303
2,112,699,191
PR_kwDOC_bI7s5ltgT6
8,303
Pin lhotse=1.19.2 in r1.23.0
{ "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/pze...
[]
closed
false
null
[]
null
[ "jenkins" ]
2024-02-01T14:44:04
2024-02-01T17:08:59
2024-02-01T17:08:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8303", "html_url": "https://github.com/NVIDIA/NeMo/pull/8303", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8303.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8303.patch", "merged_at": "2024-02-01T17:08:58" }
# What does this PR do ? Pin `lhotse==1.19.2` to prevent breaking changes in 1.20.0. **Collection**: All speech collections # Changelog - Pin lhotse to version 1.19.2 # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Jenkin...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8303/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/8303/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8302
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8302/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8302/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8302/events
https://github.com/NVIDIA/NeMo/pull/8302
2,112,692,918
PR_kwDOC_bI7s5lte8N
8,302
distributed fused adam + rampup bs support
{ "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/use...
[ { "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
[ "jenkins" ]
2024-02-01T14:41:05
2024-02-02T21:10:15
2024-02-02T21:10:14
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8302", "html_url": "https://github.com/NVIDIA/NeMo/pull/8302", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8302.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8302.patch", "merged_at": "2024-02-02T21:10:14" }
# 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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8302/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/8302/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8300
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8300/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8300/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8300/events
https://github.com/NVIDIA/NeMo/pull/8300
2,111,470,051
PR_kwDOC_bI7s5lpPQE
8,300
Replace CLIP Image Encoder with LanguageBind Image Encoder [Video-NeVA]
{ "login": "PannuMuthu", "id": 30813477, "node_id": "MDQ6VXNlcjMwODEzNDc3", "avatar_url": "https://avatars.githubusercontent.com/u/30813477?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PannuMuthu", "html_url": "https://github.com/PannuMuthu", "followers_url": "https://api.github.com/use...
[ { "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-02-01T03:50:21
2024-02-24T01:42:43
2024-02-24T01:42:43
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8300", "html_url": "https://github.com/NVIDIA/NeMo/pull/8300", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8300.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8300.patch", "merged_at": null }
# What does this PR do ? This PR replaces the CLIP image encoder with the LanguageBind Image encoder (derived from BLIP-2) as implemented in Video-LLaVA **Collection**: [Note which collection this PR will affect] # Changelog - Removes `FrozenCLIPVisionTransfomer` (inherits from `CLIPVisionTransformer`) - ...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8300/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/8300/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8299
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8299/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8299/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8299/events
https://github.com/NVIDIA/NeMo/pull/8299
2,111,393,797
PR_kwDOC_bI7s5lo96D
8,299
Fix memory leak caused by context parallelism hanging references by omegaconf
{ "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.c...
[ { "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
[ "LGTM. Thanks.", "jenkins", "jenkins", "jenkins" ]
2024-02-01T03:00:57
2024-02-02T19:38:13
2024-02-02T19:38:12
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8299", "html_url": "https://github.com/NVIDIA/NeMo/pull/8299", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8299.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8299.patch", "merged_at": "2024-02-02T19:38:12" }
# 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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8299/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/8299/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8298
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8298/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8298/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8298/events
https://github.com/NVIDIA/NeMo/pull/8298
2,111,290,932
PR_kwDOC_bI7s5lonVC
8,298
Mcore customization doc
{ "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/Hu...
[ { "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
[ "I think something may have happened when rebasing, now some non doc files are changed. Could you rebase on to r1.23.0?", "@ericharper I removed the irrelevant changes. Would this work now? " ]
2024-02-01T01:29:01
2024-02-12T17:24:38
2024-02-12T17:24:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8298", "html_url": "https://github.com/NVIDIA/NeMo/pull/8298", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8298.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8298.patch", "merged_at": "2024-02-12T17:24:38" }
# What does this PR do ? Mcore customization doc **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 t...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8298/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/8298/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8297
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8297/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8297/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8297/events
https://github.com/NVIDIA/NeMo/pull/8297
2,111,279,608
PR_kwDOC_bI7s5lok9P
8,297
Mirror Bert HF Converter PR to Main branch
{ "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/yao...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "jenkins", "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-02-01T01:17:00
2024-02-24T01:42:46
2024-02-24T01:42:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8297", "html_url": "https://github.com/NVIDIA/NeMo/pull/8297", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8297.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8297.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 cod...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8297/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/8297/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8296
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8296/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8296/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8296/events
https://github.com/NVIDIA/NeMo/pull/8296
2,111,238,403
PR_kwDOC_bI7s5locHS
8,296
Cache Aware Streaming tutorial notebook
{ "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...
[ { "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
[ "jenkins" ]
2024-02-01T00:38:43
2024-02-02T00:05:21
2024-02-01T23:51:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8296", "html_url": "https://github.com/NVIDIA/NeMo/pull/8296", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8296.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8296.patch", "merged_at": "2024-02-01T23:51:38" }
# What does this PR do ? Adding the notebook that allows us to do real-time streaming using a cache-aware fastconformer model (supports single-lookahead and multi-lookahead models). **Collection**: `tutorials/asr` # Changelog - Add cache-aware streaming notebook in `tutorials/asr` - Add call to `self.setup_...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8296/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/8296/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8295
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8295/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8295/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8295/events
https://github.com/NVIDIA/NeMo/issues/8295
2,111,236,142
I_kwDOC_bI7s591ugu
8,295
Make checkpoint more robust
{ "login": "gshennvm", "id": 119401249, "node_id": "U_kgDOBx3rIQ", "avatar_url": "https://avatars.githubusercontent.com/u/119401249?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gshennvm", "html_url": "https://github.com/gshennvm", "followers_url": "https://api.github.com/users/gshennvm/...
[ { "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": "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/use...
[ { "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:...
null
[ "Hi @gshennvm \r\nFix for incomplete checkpoints was recently merged into main [[PR7952](https://github.com/NVIDIA/NeMo/pull/7952)].\r\nWould it be possible for you to verify if that resolves the problem you noticed?", "This issue is stale because it has been open for 30 days with no activity. Remove stale label ...
2024-02-01T00:37:08
2024-03-19T01:44:03
2024-03-19T01:44:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
currently when saving a nemo checkpoint it creates a directory and then it will save. this is not robust because the training job can get preempted in the middle of save, creating a corrupted checkpoint. Ideally we want nemo to create a temporary file, save to the temporary file and only when done saving should t...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8295/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/8295/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/8294
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8294/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8294/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8294/events
https://github.com/NVIDIA/NeMo/pull/8294
2,111,138,952
PR_kwDOC_bI7s5loG9H
8,294
Update config for AED models
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[ { "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-01-31T23:07:42
2024-01-31T23:34:46
2024-01-31T23:34:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8294", "html_url": "https://github.com/NVIDIA/NeMo/pull/8294", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8294.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8294.patch", "merged_at": "2024-01-31T23:34:45" }
# What does this PR do ? Updated the configs for AED models **Collection**: [ASR] # Changelog - Config update # 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 wri...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8294/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/8294/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8293
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8293/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8293/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8293/events
https://github.com/NVIDIA/NeMo/pull/8293
2,111,026,547
PR_kwDOC_bI7s5lnuTh
8,293
Add dist ckpt support for regular optimizers
{ "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"...
[ { "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": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", ...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins" ]
2024-01-31T21:47:24
2024-02-16T17:15:55
2024-02-16T17:15:54
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8293", "html_url": "https://github.com/NVIDIA/NeMo/pull/8293", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8293.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8293.patch", "merged_at": "2024-02-16T17:15:54" }
# What does this PR do ? Add dist checkpoint support for regular (non O2 and non-distributed) optimizers. This change is required to support dist ckpt for FSDP training **Collection**: NLP # Changelog - Add dist checkpoint support for regular (non O2 and non-distributed) optimizers. # Usage * You can po...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8293/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/8293/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8292
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8292/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8292/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8292/events
https://github.com/NVIDIA/NeMo/pull/8292
2,111,022,193
PR_kwDOC_bI7s5lntVo
8,292
TDT blog: adding leaderboard screenshot
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/ha...
[]
closed
false
null
[]
null
[ "Wait the URL is wrong for the image. Please fix it by uploading to latest release - 1.22 " ]
2024-01-31T21:44:47
2024-02-01T03:01:33
2024-02-01T03:01:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8292", "html_url": "https://github.com/NVIDIA/NeMo/pull/8292", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8292.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8292.patch", "merged_at": "2024-02-01T03:01:33" }
# What does this PR do ? TDT blog: adding leaderboard screenshot **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 demonstratin...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8292/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/8292/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8291
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8291/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8291/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8291/events
https://github.com/NVIDIA/NeMo/pull/8291
2,111,012,411
PR_kwDOC_bI7s5lnrLx
8,291
Pin lhotse version to 1.19.2
{ "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/pze...
[]
closed
false
null
[]
null
[ "jenkins", "Merging as is since its urgent. @pzelasko lets pin r1.23 as well asap (send me PR)" ]
2024-01-31T21:37:46
2024-01-31T23:34:14
2024-01-31T23:33:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8291", "html_url": "https://github.com/NVIDIA/NeMo/pull/8291", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8291.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8291.patch", "merged_at": "2024-01-31T23:33:47" }
# What does this PR do ? Pin lhotse version to 1.19.2. Prevents breaking changes. **Collection**: All speech collections # Changelog - Pin lhotse version to 1.19.2 # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Jenkins C...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8291/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/8291/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8290
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8290/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8290/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8290/events
https://github.com/NVIDIA/NeMo/pull/8290
2,111,005,267
PR_kwDOC_bI7s5lnpmz
8,290
Add TP comm overlap knobs to AutocastTransformerLayer
{ "login": "minitu", "id": 7970915, "node_id": "MDQ6VXNlcjc5NzA5MTU=", "avatar_url": "https://avatars.githubusercontent.com/u/7970915?v=4", "gravatar_id": "", "url": "https://api.github.com/users/minitu", "html_url": "https://github.com/minitu", "followers_url": "https://api.github.com/users/minitu/foll...
[ { "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
[ "jenkins", "@ericharper Can we merge this in?" ]
2024-01-31T21:33:14
2024-02-15T22:36:23
2024-02-15T22:36:23
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8290", "html_url": "https://github.com/NVIDIA/NeMo/pull/8290", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8290.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8290.patch", "merged_at": "2024-02-15T22:36:23" }
# What does this PR do ? Adds TP comm overlap knobs to `AutocastTransformerLayer`. Requires https://github.com/NVIDIA/TransformerEngine/pull/649. **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 po...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8290/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/8290/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8289
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8289/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8289/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8289/events
https://github.com/NVIDIA/NeMo/pull/8289
2,110,965,844
PR_kwDOC_bI7s5lnhH5
8,289
update TDT blog with new RTF numbers collected on different machines.
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/ha...
[]
closed
false
null
[]
null
[]
2024-01-31T21:04:22
2024-01-31T21:18:45
2024-01-31T21:18:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8289", "html_url": "https://github.com/NVIDIA/NeMo/pull/8289", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8289.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8289.patch", "merged_at": "2024-01-31T21:18:45" }
# What does this PR do ? update TDT blog with new RTF numbers collected on different machines. **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 #...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8289/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/8289/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8288
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8288/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8288/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8288/events
https://github.com/NVIDIA/NeMo/pull/8288
2,110,936,175
PR_kwDOC_bI7s5lnasM
8,288
Tdt blog
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/ha...
[ { "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-01-31T20:44:39
2024-02-23T01:43:44
2024-02-23T01:43:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8288", "html_url": "https://github.com/NVIDIA/NeMo/pull/8288", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8288.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8288.patch", "merged_at": null }
# What does this PR do ? update TDT blog with new RTF numbers collected on different machines. **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 #...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8288/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/8288/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8287
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8287/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8287/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8287/events
https://github.com/NVIDIA/NeMo/pull/8287
2,110,915,835
PR_kwDOC_bI7s5lnWMz
8,287
enable nmt to use beam search
{ "login": "mengruwNv", "id": 149420466, "node_id": "U_kgDOCOf5sg", "avatar_url": "https://avatars.githubusercontent.com/u/149420466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mengruwNv", "html_url": "https://github.com/mengruwNv", "followers_url": "https://api.github.com/users/mengru...
[ { "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": "htt...
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-01-31T20:30:18
2024-02-24T01:42:48
2024-02-24T01:42:47
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8287", "html_url": "https://github.com/NVIDIA/NeMo/pull/8287", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8287.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8287.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 cod...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8287/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/8287/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8286
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8286/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8286/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8286/events
https://github.com/NVIDIA/NeMo/pull/8286
2,110,711,559
PR_kwDOC_bI7s5lmpjL
8,286
"Loop labels" greedy decoding: faster implementation
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/ar...
[ { "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
[ "jenkins", "jenkins", "jenkins" ]
2024-01-31T18:26:11
2024-02-03T09:08:53
2024-02-03T09:08:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8286", "html_url": "https://github.com/NVIDIA/NeMo/pull/8286", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8286.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8286.patch", "merged_at": "2024-02-03T09:08:51" }
# What does this PR do ? Improves "loop labels" greedy decoding implementation, introduced in #7926, with using non-blocking operations (avoiding device-to-host synchronization). On my local machine, the time for decoding unsorted `test-other` (LibriSpeech) with `stt_en_fastconformer_transducer_large` (2 repeated...
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/ar...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8286/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/8286/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8285
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8285/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8285/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8285/events
https://github.com/NVIDIA/NeMo/pull/8285
2,110,379,186
PR_kwDOC_bI7s5llgdB
8,285
[canary] Test for CanaryTokenizer + refactoring
{ "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/pze...
[ { "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": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://a...
closed
false
null
[]
null
[]
2024-01-31T15:34:08
2024-01-31T22:36:02
2024-01-31T22:36:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8285", "html_url": "https://github.com/NVIDIA/NeMo/pull/8285", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8285.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8285.patch", "merged_at": "2024-01-31T22:36:01" }
null
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8285/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/8285/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8284
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8284/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8284/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8284/events
https://github.com/NVIDIA/NeMo/pull/8284
2,110,366,777
PR_kwDOC_bI7s5lldvo
8,284
Huvu/mcore retro
{ "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/use...
[ { "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": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
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." ]
2024-01-31T15:28:03
2024-03-05T15:44:16
2024-03-05T15:44:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8284", "html_url": "https://github.com/NVIDIA/NeMo/pull/8284", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8284.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8284.patch", "merged_at": null }
# What does this PR do ? Implementing RETRO's mcore model, dataloader's wrapper, training script. 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 ...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8284/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/8284/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8283
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8283/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8283/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8283/events
https://github.com/NVIDIA/NeMo/pull/8283
2,110,319,586
PR_kwDOC_bI7s5llTJo
8,283
mcore ds fix
{ "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/use...
[ { "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": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", ...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jenkins", "jen...
2024-01-31T15:10:11
2024-02-09T07:31:19
2024-02-09T07:31:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8283", "html_url": "https://github.com/NVIDIA/NeMo/pull/8283", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8283.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8283.patch", "merged_at": "2024-02-09T07:31: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 cod...
{ "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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8283/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/8283/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8282
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8282/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8282/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8282/events
https://github.com/NVIDIA/NeMo/pull/8282
2,110,018,455
PR_kwDOC_bI7s5lkQW8
8,282
Add Baichuan2 support
{ "login": "Euynaheh", "id": 93857693, "node_id": "U_kgDOBZgnnQ", "avatar_url": "https://avatars.githubusercontent.com/u/93857693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Euynaheh", "html_url": "https://github.com/Euynaheh", "followers_url": "https://api.github.com/users/Euynaheh/fo...
[ { "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://a...
closed
false
null
[]
null
[ "jenkins", "jenkins", "jenkins", "jenkins" ]
2024-01-31T12:45:05
2024-02-23T03:20:08
2024-02-23T03:20:08
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8282", "html_url": "https://github.com/NVIDIA/NeMo/pull/8282", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8282.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8282.patch", "merged_at": "2024-02-23T03:20:08" }
# What does this PR do ? Add a Chinese open-source LLM Baichuan2 (7B/13B) support. **Collection**: NLP # Changelog - Add Baichuan2 model configuration. - Add Baichuan2 hf-to-nemo conversion. - Add Baichuan2 nemo-to-hf conversion. # Usage ```python # Model conversion from huggingface to nemo python ./...
{ "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/yao...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8282/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/8282/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8281
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8281/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8281/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8281/events
https://github.com/NVIDIA/NeMo/pull/8281
2,109,907,499
PR_kwDOC_bI7s5lj3_F
8,281
Create causal mask on MCore/TE side
{ "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/foll...
[ { "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
[ "@titu1994 could you help to land it? Prerequisite is mcore=0.5.0 https://github.com/NVIDIA/NeMo/pull/8465" ]
2024-01-31T11:40:56
2024-03-01T16:32:02
2024-03-01T16:32:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8281", "html_url": "https://github.com/NVIDIA/NeMo/pull/8281", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8281.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8281.patch", "merged_at": "2024-03-01T16:32:01" }
# What does this PR do ? Currently Megatron-LM creates causal attention mask for a local-layer spec model on its own -- see https://github.com/NVIDIA/Megatron-LM/commit/a45805a3ee0645b85b48d14b0a8077fa5b1216b2 -- and hence `attention_mask=None` can be specified in Nemo. In this MR, I'm using this new M-LM functional...
{ "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/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8281/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/8281/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/8280
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/8280/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/8280/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/8280/events
https://github.com/NVIDIA/NeMo/pull/8280
2,109,060,660
PR_kwDOC_bI7s5lhBxB
8,280
fix bert mcore for tp, pp and sp
{ "login": "shanmugamr1992", "id": 111910568, "node_id": "U_kgDOBqueqA", "avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shanmugamr1992", "html_url": "https://github.com/shanmugamr1992", "followers_url": "https://api.github.c...
[ { "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": "htt...
closed
false
null
[]
null
[ "jenkins", "jenkins", "WandB project for tp,pp, sp both nemo legacy bert model and mcore bert model. The curves match https://wandb.ai/shanmugamr/mcore_test?workspace=user-shanmugamr", "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...
2024-01-31T00:39:29
2024-02-26T01:44:22
2024-02-26T01:44:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/8280", "html_url": "https://github.com/NVIDIA/NeMo/pull/8280", "diff_url": "https://github.com/NVIDIA/NeMo/pull/8280.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/8280.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 cod...
{ "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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/8280/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/8280/timeline
null
null
true