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/9543
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9543/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9543/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9543/events
https://github.com/NVIDIA/NeMo/pull/9543
2,373,902,089
PR_kwDOC_bI7s5zj8Yz
9,543
SDXL improvements (and support for Draft+) [DRAFT PR]
{ "login": "rohitrango", "id": 15312514, "node_id": "MDQ6VXNlcjE1MzEyNTE0", "avatar_url": "https://avatars.githubusercontent.com/u/15312514?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rohitrango", "html_url": "https://github.com/rohitrango", "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
[]
2024-06-26T00:21:58
2024-07-09T15:55:33
2024-07-09T15:55:33
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9543", "html_url": "https://github.com/NVIDIA/NeMo/pull/9543", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9543.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9543.patch", "merged_at": "2024-07-09T15:55:33" }
# What does this PR do ? This PR adds additional functionality to SDXL class of models to support Draft+, and: * bug fix for adapter control in LoRA (LinearParallelAdapter) * conversion script for SDXL from huggingface weights to nemo (existing converter script doesnt work) * additional inference config file to l...
{ "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/9543/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/9543/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9542
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9542/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9542/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9542/events
https://github.com/NVIDIA/NeMo/pull/9542
2,373,821,020
PR_kwDOC_bI7s5zjsMd
9,542
Add support to change Multi task model prompt
{ "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": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://a...
closed
false
null
[]
null
[]
2024-06-25T23:05:16
2024-06-28T23:01:30
2024-06-28T23:01:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9542", "html_url": "https://github.com/NVIDIA/NeMo/pull/9542", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9542.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9542.patch", "merged_at": "2024-06-28T23:01:28" }
# What does this PR do ? Adds the ability to change prompt format for multi task models **Collection**: [ASR] # Changelog - Add function change_prompt(). - Add tests for changing prompt format of function # Usage ```python from nemo.collections.asr.models import ASRModel from nemo.collections.common...
{ "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/9542/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/9542/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9541
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9541/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9541/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9541/events
https://github.com/NVIDIA/NeMo/pull/9541
2,373,812,519
PR_kwDOC_bI7s5zjqZn
9,541
[NeMo-UX] Switch to torch_dist as default distributed checkpointing backend
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-25T23:00:08
2024-06-28T14:56:19
2024-06-28T14:56:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9541", "html_url": "https://github.com/NVIDIA/NeMo/pull/9541", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9541.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9541.patch", "merged_at": "2024-06-28T14:56:17" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9541/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/9541/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9540
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9540/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9540/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9540/events
https://github.com/NVIDIA/NeMo/pull/9540
2,373,808,332
PR_kwDOC_bI7s5zjpjS
9,540
[PyTorch] Add context parallel support for packed dataset in THD format
{ "login": "tomlifu", "id": 22651648, "node_id": "MDQ6VXNlcjIyNjUxNjQ4", "avatar_url": "https://avatars.githubusercontent.com/u/22651648?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tomlifu", "html_url": "https://github.com/tomlifu", "followers_url": "https://api.github.com/users/tomlif...
[ { "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
[ "You code indentation is not consistent, some places have 4 spaces, and other places have 2 spaces.\r\nNeMo code has 4 spaces always, so please make sure all your code have 4-space indentation.", "Thanks for fixing the comments, it looks much better now.\r\nThe total sequence length (size of t in THD format) is a...
2024-06-25T22:56:43
2024-10-12T02:35:43
2024-08-17T01:49:23
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9540", "html_url": "https://github.com/NVIDIA/NeMo/pull/9540", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9540.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9540.patch", "merged_at": null }
# What does this PR do ? This PR adds context parallel support for packed dataset in THD format in NeMo in response to this TE PR: https://github.com/NVIDIA/TransformerEngine/pull/641. Currently, the TE PR requires each individual sequence length is divisible by (2*context_parallel_size). # Changes - Add suppo...
{ "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/9540/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/9540/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9539
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9539/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9539/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9539/events
https://github.com/NVIDIA/NeMo/pull/9539
2,373,679,361
PR_kwDOC_bI7s5zjOGo
9,539
Add REST API to deploy module
{ "login": "athitten", "id": 47577437, "node_id": "MDQ6VXNlcjQ3NTc3NDM3", "avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/athitten", "html_url": "https://github.com/athitten", "followers_url": "https://api.github.com/users/ath...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "> Were you able to run this code successfully?\r\n\r\nTesting that currently, the rest API end points are visible and `get` method works successfully. However, `post` method with /v1/completions/ end point is failing and I am debugging that.", "\r\n\r\n\r\n> > Were you able to run this code successfully?\r\n> \r...
2024-06-25T21:19:32
2024-07-08T16:23:30
2024-07-08T16:23:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9539", "html_url": "https://github.com/NVIDIA/NeMo/pull/9539", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9539.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9539.patch", "merged_at": "2024-07-08T16:23:29" }
# 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": "athitten", "id": 47577437, "node_id": "MDQ6VXNlcjQ3NTc3NDM3", "avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/athitten", "html_url": "https://github.com/athitten", "followers_url": "https://api.github.com/users/ath...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9539/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/9539/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9538
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9538/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9538/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9538/events
https://github.com/NVIDIA/NeMo/pull/9538
2,373,455,429
PR_kwDOC_bI7s5zidEu
9,538
[TTS][ja-JP] add g2p, dict, tokenizer.
{ "login": "BuyuanCui", "id": 69030297, "node_id": "MDQ6VXNlcjY5MDMwMjk3", "avatar_url": "https://avatars.githubusercontent.com/u/69030297?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BuyuanCui", "html_url": "https://github.com/BuyuanCui", "followers_url": "https://api.github.com/users/...
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://a...
closed
false
null
[]
null
[ "The files that had updates are:\r\nnemo/collections/common/tokenizers/text_to_speech/ipa_lexicon.py\r\nnemo/collections/common/tokenizers/text_to_speech/tokenizer_utils.py\r\nnemo/collections/common/tokenizers/text_to_speech/tts_tokenizers.py\r\nnemo/collections/tts/g2p/models/i18n_ipa.py\r\ntests/collections/comm...
2024-06-25T19:12:24
2024-07-24T00:33:03
2024-07-24T00:31:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9538", "html_url": "https://github.com/NVIDIA/NeMo/pull/9538", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9538.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9538.patch", "merged_at": "2024-07-24T00:31:25" }
# 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": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9538/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/9538/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9537
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9537/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9537/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9537/events
https://github.com/NVIDIA/NeMo/pull/9537
2,373,426,636
PR_kwDOC_bI7s5ziXRf
9,537
Add Python AIStore SDK to container and bump min Lhotse version
{ "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": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-06-25T18:59:39
2024-06-27T15:15:18
2024-06-27T15:15:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9537", "html_url": "https://github.com/NVIDIA/NeMo/pull/9537", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9537.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9537.patch", "merged_at": "2024-06-27T15:15:16" }
# 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/9537/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/9537/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9536
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9536/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9536/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9536/events
https://github.com/NVIDIA/NeMo/pull/9536
2,373,381,975
PR_kwDOC_bI7s5ziOlJ
9,536
Update TransformerEngine initialize_ub parameters
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/th...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "TE PR that updated the parameters: https://github.com/NVIDIA/TransformerEngine/pull/901", "CI passed (test that failed flaky & is now fixed): https://github.com/NVIDIA/NeMo/actions/runs/9702489435", "This change is no longer needed with new TE changes: https://github.com/NVIDIA/TransformerEngine/pull/986" ]
2024-06-25T18:36:43
2024-07-03T17:09:11
2024-07-03T17:09:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9536", "html_url": "https://github.com/NVIDIA/NeMo/pull/9536", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9536.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9536.patch", "merged_at": null }
# What does this PR do ? Update TransformerEngine and update paramters of initialize_ub function **Collection**: [nlp] # Changelog - Update parameter tp_size to tp_group in initialize_ub # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use th...
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/th...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9536/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/9536/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9535
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9535/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9535/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9535/events
https://github.com/NVIDIA/NeMo/pull/9535
2,373,091,855
PR_kwDOC_bI7s5zhSrb
9,535
PL: Delete precision if using plugin. TODO switch to MegatronTrainerB…
{ "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...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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.co...
null
[]
2024-06-25T16:14:39
2024-06-25T19:03:55
2024-06-25T19:03:54
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9535", "html_url": "https://github.com/NVIDIA/NeMo/pull/9535", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9535.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9535.patch", "merged_at": "2024-06-25T19:03:54" }
Remove precision if using a plugin to the parameters of PL trainer. Need to switch to MegatronTrainerBuilder, but this week is tough. # 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 ...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9535/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/9535/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9534
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9534/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9534/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9534/events
https://github.com/NVIDIA/NeMo/pull/9534
2,373,003,677
PR_kwDOC_bI7s5zhAEt
9,534
Fix SDXL incorrect name in Docs
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/sui...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-25T15:35:47
2024-06-27T22:44:24
2024-06-27T22:44:23
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9534", "html_url": "https://github.com/NVIDIA/NeMo/pull/9534", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9534.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9534.patch", "merged_at": "2024-06-27T22:44:23" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a 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/9534/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/9534/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9533
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9533/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9533/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9533/events
https://github.com/NVIDIA/NeMo/issues/9533
2,372,716,339
I_kwDOC_bI7s6NbMcz
9,533
Getting empty results from online streaming asr. Please help me!!!!! thanks a lot.
{ "login": "Enkar-Bolat", "id": 117615359, "node_id": "U_kgDOBwKq_w", "avatar_url": "https://avatars.githubusercontent.com/u/117615359?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Enkar-Bolat", "html_url": "https://github.com/Enkar-Bolat", "followers_url": "https://api.github.com/users/...
[ { "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": "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...
[ { "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.gi...
null
[ "@erastorgueva-nv pls have a look at this bug", "Hi, I see 2 issues here.\r\n1. The code in `transcribe` is meant to be applied to short chunks of audio, but in `run` you feed in `audio_bytes` which is the audio samples for the whole audio of a single utterance. Instead, you should be splitting up `audio_bytes` i...
2024-06-25T13:32:11
2024-09-28T01:58:02
2024-09-28T01:58:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Following is my code. I am running in colab, and i copied some of the code from online streaming asr using microphone.(https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/Online_ASR_Microphone_Demo_Cache_Aware_Streaming.ipynb). And i am getting empty text from the model. i used https://huggingface.co/datasets/speec...
{ "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/9533/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/9533/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9532
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9532/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9532/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9532/events
https://github.com/NVIDIA/NeMo/pull/9532
2,372,612,318
PR_kwDOC_bI7s5zfp2K
9,532
extend get_gpt_layer_modelopt_spec to support MoE
{ "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...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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.co...
null
[]
2024-06-25T12:47:59
2024-06-26T10:32:03
2024-06-26T10:32:02
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9532", "html_url": "https://github.com/NVIDIA/NeMo/pull/9532", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9532.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9532.patch", "merged_at": "2024-06-26T10:32:02" }
# What does this PR do ? Extends modelopt spec to support MoE/Dense. **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 demons...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9532/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/9532/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9531
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9531/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9531/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9531/events
https://github.com/NVIDIA/NeMo/issues/9531
2,372,235,078
I_kwDOC_bI7s6NZW9G
9,531
FSDP CPU offloading errors out due to device placements
{ "login": "janEbert", "id": 12694897, "node_id": "MDQ6VXNlcjEyNjk0ODk3", "avatar_url": "https://avatars.githubusercontent.com/u/12694897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janEbert", "html_url": "https://github.com/janEbert", "followers_url": "https://api.github.com/users/jan...
[ { "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": "blahBlahhhJ", "id": 25292161, "node_id": "MDQ6VXNlcjI1MjkyMTYx", "avatar_url": "https://avatars.githubusercontent.com/u/25292161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blahBlahhhJ", "html_url": "https://github.com/blahBlahhhJ", "followers_url": "https://api.github.com/...
[ { "login": "blahBlahhhJ", "id": 25292161, "node_id": "MDQ6VXNlcjI1MjkyMTYx", "avatar_url": "https://avatars.githubusercontent.com/u/25292161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blahBlahhhJ", "html_url": "https://github.com/blahBlahhhJ", "followers_url": "htt...
null
[ "I'm running into the same issue, is there any solution to this?", "https://github.com/NVIDIA/NeMo/blob/8dbe1daa267fa7182035c8d3c568efc416a636f9/nemo/collections/nlp/models/language_modeling/megatron_base_model.py#L1283\r\n\r\nCould be related to this line. Don't have time to check right now, but randomly stumble...
2024-06-25T09:56:51
2024-09-14T01:55:01
2024-09-14T01:55:01
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** FSDP CPU offloading (`model.fsdp=True` and `model.fsdp_cpu_offload=True`) raises errors due to disallowed device placements (see error and full traceback below). This behavior is observed with both True and False values for `model.use_cpu_initialization`. ``` RuntimeError: An FSDP-managed mo...
{ "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/9531/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/9531/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9530
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9530/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9530/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9530/events
https://github.com/NVIDIA/NeMo/pull/9530
2,372,149,049
PR_kwDOC_bI7s5zeDvs
9,530
fix mock data generation for legacy dataset
{ "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-06-25T09:17:28
2024-06-26T11:11:30
2024-06-26T11:11:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9530", "html_url": "https://github.com/NVIDIA/NeMo/pull/9530", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9530.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9530.patch", "merged_at": "2024-06-26T11:11:30" }
# What does this PR do ? Fixes mock data generation for legacy dataset. **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 dem...
{ "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/9530/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/9530/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9529
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9529/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9529/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9529/events
https://github.com/NVIDIA/NeMo/pull/9529
2,371,357,458
PR_kwDOC_bI7s5zbYAi
9,529
[NeMo-UX] minor logging bug fixes
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-25T00:31:20
2024-06-25T12:27:42
2024-06-25T12:27:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9529", "html_url": "https://github.com/NVIDIA/NeMo/pull/9529", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9529.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9529.patch", "merged_at": "2024-06-25T12:27:42" }
# What does this PR do ? Makes two small improvements to the refactored exp_manager code - Computes `files_to_move` within nemo logger setup to avoid erroneously moving files belonging to the existing run - Fixes logger version to match that of the experiment so everything gets written to the same directory **C...
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9529/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/9529/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9528
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9528/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9528/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9528/events
https://github.com/NVIDIA/NeMo/pull/9528
2,371,102,653
PR_kwDOC_bI7s5zafRw
9,528
[NeMo-UX] Llama and Gemma
{ "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-24T21:12:16
2024-06-25T10:04:38
2024-06-25T10:04:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9528", "html_url": "https://github.com/NVIDIA/NeMo/pull/9528", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9528.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9528.patch", "merged_at": "2024-06-25T10:04:37" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9528/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/9528/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9527
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9527/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9527/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9527/events
https://github.com/NVIDIA/NeMo/pull/9527
2,371,031,600
PR_kwDOC_bI7s5zaPc5
9,527
Inflight nemo model export support
{ "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": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8...
closed
false
null
[]
null
[]
2024-06-24T20:25:31
2024-07-03T05:37:17
2024-07-03T05:37:15
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9527", "html_url": "https://github.com/NVIDIA/NeMo/pull/9527", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9527.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9527.patch", "merged_at": "2024-07-03T05:37:15" }
# What does this PR do ? Adds inflight NeMo to TRTLLM v10 model conversion and engine refitting using device weights **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": "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9527/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/9527/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9526
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9526/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9526/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9526/events
https://github.com/NVIDIA/NeMo/pull/9526
2,370,751,205
PR_kwDOC_bI7s5zZRw_
9,526
Add page context fmha option in TensorRTLLM export
{ "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://api.github.com/users...
[ { "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://...
null
[]
2024-06-24T17:29:41
2024-06-25T20:15:28
2024-06-25T20:15:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9526", "html_url": "https://github.com/NVIDIA/NeMo/pull/9526", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9526.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9526.patch", "merged_at": "2024-06-25T20:15:27" }
# What does this PR do ? Add page context fmha option in TensorRTLLM export **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...
{ "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9526/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/9526/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9525
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9525/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9525/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9525/events
https://github.com/NVIDIA/NeMo/pull/9525
2,370,463,332
PR_kwDOC_bI7s5zYSH4
9,525
[NeMo-UX] Adding context- & expert-parallelism to MegatronStrategy
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-24T14:54:19
2024-06-24T16:09:47
2024-06-24T16:09:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9525", "html_url": "https://github.com/NVIDIA/NeMo/pull/9525", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9525.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9525.patch", "merged_at": "2024-06-24T16:09:46" }
# 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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9525/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/9525/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9524
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9524/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9524/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9524/events
https://github.com/NVIDIA/NeMo/issues/9524
2,370,004,847
I_kwDOC_bI7s6NQ2dv
9,524
MCore slower than NeMo native implementation
{ "login": "janEbert", "id": 12694897, "node_id": "MDQ6VXNlcjEyNjk0ODk3", "avatar_url": "https://avatars.githubusercontent.com/u/12694897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janEbert", "html_url": "https://github.com/janEbert", "followers_url": "https://api.github.com/users/jan...
[ { "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": "blahBlahhhJ", "id": 25292161, "node_id": "MDQ6VXNlcjI1MjkyMTYx", "avatar_url": "https://avatars.githubusercontent.com/u/25292161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blahBlahhhJ", "html_url": "https://github.com/blahBlahhhJ", "followers_url": "https://api.github.com/...
[ { "login": "blahBlahhhJ", "id": 25292161, "node_id": "MDQ6VXNlcjI1MjkyMTYx", "avatar_url": "https://avatars.githubusercontent.com/u/25292161?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blahBlahhhJ", "html_url": "https://github.com/blahBlahhhJ", "followers_url": "htt...
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.", "Please take a look.", "Could you try using NeMo 2.0 + FSDP and comparing? We're not planning to support NeMo 1.0 + FSDP.", "This issue is stale because it has been ope...
2024-06-24T11:32:56
2024-09-30T02:00:36
2024-09-30T02:00:35
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I've benchmarked both settings of `model.mcore_gpt` in an FSDP setting on the two most recent NVIDIA GPU architectures and found `model.mcore_gpt=False` to be consistently faster (although only slightly on the H100). Note that the A100 vs. H100 numbers are not meant to be comparable; they are ru...
{ "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/9524/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/9524/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9523
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9523/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9523/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9523/events
https://github.com/NVIDIA/NeMo/issues/9523
2,369,759,985
I_kwDOC_bI7s6NP6rx
9,523
Speaker Diarization goes haywire due to small segments of audio
{ "login": "AatikaNazneen", "id": 102875581, "node_id": "U_kgDOBiHBvQ", "avatar_url": "https://avatars.githubusercontent.com/u/102875581?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AatikaNazneen", "html_url": "https://github.com/AatikaNazneen", "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" } ]
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
[ "Please note that clustering based speaker diarization is a type of self-supervised machine learning system, not a rule-based software. Thus, speaker diarization can generate incorrect results and such behavior should be regarded as the limitation in accuracy, not a type of bug.\r\n\r\nEspecially, there is no guara...
2024-06-24T09:45:42
2024-08-15T00:15:49
2024-08-15T00:15:08
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I have a long audio of around 3 hours that spans multiple speakers. The speaker diarization label a single speaker when this audio is passed. When I break down into this audio in parts and pass each part separately, some of the parts get assigned speakers correctly but the rest of the portion ha...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9523/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/9523/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9522
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9522/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9522/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9522/events
https://github.com/NVIDIA/NeMo/issues/9522
2,369,282,556
I_kwDOC_bI7s6NOGH8
9,522
Issue: TimeError Occurring During Training on node 16 or more
{ "login": "liveseongho", "id": 11289261, "node_id": "MDQ6VXNlcjExMjg5MjYx", "avatar_url": "https://avatars.githubusercontent.com/u/11289261?v=4", "gravatar_id": "", "url": "https://api.github.com/users/liveseongho", "html_url": "https://github.com/liveseongho", "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" } ]
closed
false
{ "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...
[ { "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....
null
[]
2024-06-24T05:51:44
2024-07-16T17:56:19
2024-07-16T17:56:19
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
When training on node 16 and 64, the following TimeError occurs. This issue does not arise when using Node 4 and 8. ``` Traceback (most recent call last): File "/opt/NeMo/examples/multimodal/multimodal_llm/neva/neva_pretrain.py", line 19, in <module> from nemo.collections.multimodal.models.multimodal_llm.ne...
{ "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/9522/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/9522/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9521
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9521/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9521/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9521/events
https://github.com/NVIDIA/NeMo/issues/9521
2,368,584,725
I_kwDOC_bI7s6NLbwV
9,521
Unable to reproduce cache aware streaming results for Conformer that were there for Fastconformer.
{ "login": "mujhenahiata", "id": 94825377, "node_id": "U_kgDOBabroQ", "avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mujhenahiata", "html_url": "https://github.com/mujhenahiata", "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 } ]
closed
false
{ "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...
[ { "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.gi...
null
[ "I will try to look into this issue next week. It can be due to something broken in the cache-aware streaming script. Have you tried some of the already pretrained cache-aware models? Do they work properly?\r\n\r\nYou may use cache-aware with nemo but as far as I know, they are not supported in Riva yet. It is a wo...
2024-06-23T14:15:46
2024-09-09T01:57:10
2024-09-09T01:57:10
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I trained Conformer-CTC using cache aware method. but unable to reproduce the results that were there with "Fastconformer cache aware streaming". By using Conformer-CTC cache aware method i get partial sub-words, words combined together like ("hello world" ==> herld) , in streaming output. the same was the case when...
{ "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/9521/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/9521/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9520
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9520/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9520/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9520/events
https://github.com/NVIDIA/NeMo/issues/9520
2,368,452,170
I_kwDOC_bI7s6NK7ZK
9,520
Can you support DoRA?
{ "login": "SJmdy", "id": 45581317, "node_id": "MDQ6VXNlcjQ1NTgxMzE3", "avatar_url": "https://avatars.githubusercontent.com/u/45581317?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SJmdy", "html_url": "https://github.com/SJmdy", "followers_url": "https://api.github.com/users/SJmdy/follow...
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8...
closed
false
{ "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...
[ { "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....
null
[ "Hi @SJmdy \r\nDora is a planned feature in the near future. We plan on supporting it once to transition to NeMo 2.0 is mature.", "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 be...
2024-06-23T08:51:05
2024-08-12T16:26:15
2024-08-12T01:53:12
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi Team, Do you have any plans to support DoRA? Paper: https://arxiv.org/abs/2402.09353 peft: https://github.com/huggingface/peft/pull/1474 Thank you
{ "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/9520/reactions", "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/9520/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9519
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9519/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9519/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9519/events
https://github.com/NVIDIA/NeMo/pull/9519
2,368,418,829
PR_kwDOC_bI7s5zRrrY
9,519
Alit/jamba
{ "login": "JRD971000", "id": 71892896, "node_id": "MDQ6VXNlcjcxODkyODk2", "avatar_url": "https://avatars.githubusercontent.com/u/71892896?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JRD971000", "html_url": "https://github.com/JRD971000", "followers_url": "https://api.github.com/users/...
[ { "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 was closed because it has been inactive for 7 days since being marked as stale." ]
2024-06-23T08:10:15
2024-07-24T01:50:36
2024-07-24T01:50:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9519", "html_url": "https://github.com/NVIDIA/NeMo/pull/9519", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9519.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9519.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/9519/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/9519/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9518
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9518/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9518/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9518/events
https://github.com/NVIDIA/NeMo/issues/9518
2,367,987,226
I_kwDOC_bI7s6NJJ4a
9,518
Nemo container for Nemotron 340B inference fails pytorch_lightning import
{ "login": "Lauler", "id": 7157234, "node_id": "MDQ6VXNlcjcxNTcyMzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7157234?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lauler", "html_url": "https://github.com/Lauler", "followers_url": "https://api.github.com/users/Lauler/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" } ]
closed
false
null
[]
null
[ "The error was due to a different pytorch version being installed outside of the container in `~/.local/lib/python3.10/site-packages`. Since my home directory was mounted the container prioritized this version over the one in the container and thus there was a mismatch between `torch` and `torchvision`. \r\n\r\nThe...
2024-06-22T19:27:10
2024-06-22T22:02:42
2024-06-22T21:59:40
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Nvidia recently released Nemotron 340B. The [README on Huggingface provides a guide](https://huggingface.co/nvidia/Nemotron-4-340B-Instruct) for performing inference with this model. I followed the guide using the recommended container `nvcr.io/nvidia/nemo:24.01.framework`. However, this con...
{ "login": "Lauler", "id": 7157234, "node_id": "MDQ6VXNlcjcxNTcyMzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/7157234?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lauler", "html_url": "https://github.com/Lauler", "followers_url": "https://api.github.com/users/Lauler/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9518/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/9518/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9517
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9517/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9517/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9517/events
https://github.com/NVIDIA/NeMo/pull/9517
2,366,552,608
PR_kwDOC_bI7s5zL4oa
9,517
Support Canary parallel inference
{ "login": "karpnv", "id": 1645775, "node_id": "MDQ6VXNlcjE2NDU3NzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karpnv", "html_url": "https://github.com/karpnv", "followers_url": "https://api.github.com/users/karpnv/foll...
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "`+` like we talked offline, we have to work around global_rank being set incorrectly before `trainer.predict()` is called - the dataloader has to be initialized with the correct global_rank (and world_size) in order for lhotse's distributed sampler to work correctly", "trainer.global_rank is apriori set by PTL i...
2024-06-21T13:27:34
2024-09-27T22:19:04
2024-09-27T22:19:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9517", "html_url": "https://github.com/NVIDIA/NeMo/pull/9517", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9517.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9517.patch", "merged_at": "2024-09-27T22:19:01" }
# What does this PR do ? Support Canary at transcribe_speech_parallel.py script **Collection**: ASR ```python #python3 ./examples/asr/transcribe_speech_parallel.py model=./canary-1b.nemo predict_ds.manifest_filepath=./manifest.json output_path=/tmp trainer.devices=-1 ``` **PR Type**: - [ V] New Feature ...
{ "login": "karpnv", "id": 1645775, "node_id": "MDQ6VXNlcjE2NDU3NzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karpnv", "html_url": "https://github.com/karpnv", "followers_url": "https://api.github.com/users/karpnv/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9517/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/9517/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9516
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9516/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9516/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9516/events
https://github.com/NVIDIA/NeMo/issues/9516
2,365,977,462
I_kwDOC_bI7s6NBfN2
9,516
Converting megatron checkpoint to .nemo without the same environment
{ "login": "dachenlian", "id": 21274267, "node_id": "MDQ6VXNlcjIxMjc0MjY3", "avatar_url": "https://avatars.githubusercontent.com/u/21274267?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dachenlian", "html_url": "https://github.com/dachenlian", "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
{ "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...
[ { "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:...
null
[ "Hi @dachenlian,\r\nCould you try to specify --hparams_yaml param? You can find `hparams.yaml` file in train results folder. It should be in \"version_0\" or \"run_0\" folder.", "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 da...
2024-06-21T08:08:42
2024-08-25T01:56:17
2024-08-25T01:56:16
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I have multiple checkpoints produced after running `examples/nlp/language_modeling/megatron_gpt_continue_training.py`. However, I am unable to use `examples/nlp/language_modeling/megatron_ckpt_to_nemo.py` to convert it to a `.nemo` object. It's probably because the environment in which I want to do the conversion i...
{ "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/9516/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/9516/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9515
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9515/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9515/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9515/events
https://github.com/NVIDIA/NeMo/issues/9515
2,365,968,897
I_kwDOC_bI7s6NBdIB
9,515
issue about self attention with mask
{ "login": "cwghnu", "id": 32759047, "node_id": "MDQ6VXNlcjMyNzU5MDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/32759047?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cwghnu", "html_url": "https://github.com/cwghnu", "followers_url": "https://api.github.com/users/cwghnu/fo...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
[]
2024-06-21T08:03:56
2024-06-21T08:23:50
2024-06-21T08:23:50
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** When I tried to use the self-attention module, I encountered an issue with the mask. In the file 'multi_head_attention.py', the code appears to handle the mask as follows when it is not None: ```python if mask is not None: mask = mask.unsqueeze(1) # (batch, 1, time1, time2) sco...
{ "login": "cwghnu", "id": 32759047, "node_id": "MDQ6VXNlcjMyNzU5MDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/32759047?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cwghnu", "html_url": "https://github.com/cwghnu", "followers_url": "https://api.github.com/users/cwghnu/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9515/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/9515/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9514
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9514/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9514/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9514/events
https://github.com/NVIDIA/NeMo/issues/9514
2,365,245,389
I_kwDOC_bI7s6M-sfN
9,514
How to export SLUIntentSlotBPEModel to ONNX
{ "login": "Khanh-lt269", "id": 80638197, "node_id": "MDQ6VXNlcjgwNjM4MTk3", "avatar_url": "https://avatars.githubusercontent.com/u/80638197?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Khanh-lt269", "html_url": "https://github.com/Khanh-lt269", "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 } ]
closed
false
{ "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...
[ { "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.gi...
null
[ "We don't support export of the SLU model ", "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-06-20T20:49:13
2024-08-10T01:51:33
2024-08-10T01:51:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello guys, I'm dealing with this issue for days but still unable to find the key. I have followed export steps as this [link](https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/core/export.html). It works for ASR models, but when I need to export SLUIntentSlotBPEModel model, it shows this following e...
{ "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/9514/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/9514/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9512
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9512/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9512/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9512/events
https://github.com/NVIDIA/NeMo/pull/9512
2,364,651,813
PR_kwDOC_bI7s5zFby8
9,512
[Nemo-UX] IO fixes
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-20T14:51:43
2024-06-26T14:19:25
2024-06-26T14:19:23
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9512", "html_url": "https://github.com/NVIDIA/NeMo/pull/9512", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9512.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9512.patch", "merged_at": "2024-06-26T14:19:23" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9512/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/9512/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9510
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9510/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9510/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9510/events
https://github.com/NVIDIA/NeMo/pull/9510
2,363,174,637
PR_kwDOC_bI7s5zAalL
9,510
Add nemotron news
{ "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...
[]
closed
false
null
[]
null
[]
2024-06-19T21:52:16
2024-06-19T21:57:31
2024-06-19T21:57:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9510", "html_url": "https://github.com/NVIDIA/NeMo/pull/9510", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9510.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9510.patch", "merged_at": "2024-06-19T21:57:31" }
# 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/9510/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/9510/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9509
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9509/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9509/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9509/events
https://github.com/NVIDIA/NeMo/issues/9509
2,362,587,188
I_kwDOC_bI7s6M0jg0
9,509
When Trying to import nlp collections in the Nemo Primer getting error "No Module named megatron"
{ "login": "evodata123", "id": 168087860, "node_id": "U_kgDOCgTRNA", "avatar_url": "https://avatars.githubusercontent.com/u/168087860?v=4", "gravatar_id": "", "url": "https://api.github.com/users/evodata123", "html_url": "https://github.com/evodata123", "followers_url": "https://api.github.com/users/evo...
[ { "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": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.git...
null
[ "Hi @evodata123, the specific `'ApexGuardDefaults' is not defined` error you are seeing should be fixed by [this PR](https://github.com/NVIDIA/NeMo/pull/9732). But note that Megatron core is a required dependency of NeMo, so if Megatron core is not installed, you may see some orthogonal issues. ", "This issue is ...
2024-06-19T14:55:35
2024-08-23T01:52:03
2024-08-23T01:52:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
This is being done in google colab environment. with Nemo version 2.0.0rc0 ![image](https://github.com/NVIDIA/NeMo/assets/168087860/9b4114f7-e12d-4cc7-8b33-dbf903257b34)
{ "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/9509/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/9509/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9508
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9508/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9508/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9508/events
https://github.com/NVIDIA/NeMo/pull/9508
2,362,578,435
PR_kwDOC_bI7s5y-YZt
9,508
Expose num processes in PyT Dist
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
[ { "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-06-19T14:51:49
2024-07-11T01:49:54
2024-07-11T01:49:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9508", "html_url": "https://github.com/NVIDIA/NeMo/pull/9508", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9508.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9508.patch", "merged_at": null }
# What does this PR do ? Expose multiprocessing setting for PyT Distributed checkpoint format. **Collection**: NLP # Changelog - Add `model.dist_ckpt_torch_dist_multiproc` flag controlling intra-rank parallelism for PyT Distributed checkpoint saving # Usage * You can potentially add a usage example below...
{ "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/9508/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/9508/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9507
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9507/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9507/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9507/events
https://github.com/NVIDIA/NeMo/pull/9507
2,362,577,920
PR_kwDOC_bI7s5y-YSO
9,507
Expose num processes in PyT Dist for NeMo 24.05
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
[ { "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-06-19T14:51:34
2024-07-11T01:49:56
2024-07-11T01:49:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9507", "html_url": "https://github.com/NVIDIA/NeMo/pull/9507", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9507.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9507.patch", "merged_at": null }
# What does this PR do ? Expose multiprocessing setting for PyT Distributed checkpoint format. **Collection**: NLP # Changelog - Add `model.dist_ckpt_torch_dist_multiproc` flag controlling intra-rank parallelism for PyT Distributed checkpoint saving # Usage * You can potentially add a usage example below...
{ "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/9507/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/9507/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9505
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9505/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9505/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9505/events
https://github.com/NVIDIA/NeMo/pull/9505
2,362,214,113
PR_kwDOC_bI7s5y9Hkg
9,505
Enable MCore checkpointing optimizations
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
[ { "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
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
[ { "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https...
null
[]
2024-06-19T12:14:09
2024-07-05T19:52:22
2024-07-05T19:52:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9505", "html_url": "https://github.com/NVIDIA/NeMo/pull/9505", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9505.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9505.patch", "merged_at": "2024-07-05T19:52:15" }
# What does this PR do ? Enables existing MCore optimizations, mainly for parallelizing the checkpoint save and load. These are a lot of small changes, but it made sense to group them into a single MR because they are all somehow interconnected. **Collection**: NLP # Changelog - Enable MCoreDistOpt parallel...
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9505/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/9505/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9503
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9503/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9503/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9503/events
https://github.com/NVIDIA/NeMo/pull/9503
2,362,038,595
PR_kwDOC_bI7s5y8gov
9,503
Add section on ".qnemo" checkpoints
{ "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...
[]
closed
false
null
[]
null
[]
2024-06-19T10:52:40
2024-06-27T16:32:33
2024-06-27T16:32:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9503", "html_url": "https://github.com/NVIDIA/NeMo/pull/9503", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9503.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9503.patch", "merged_at": "2024-06-27T16:32:31" }
# What does this PR do ? Add section on ".qnemo" checkpoints to https://github.com/NVIDIA/NeMo/pull/9329. **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": "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/9503/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/9503/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9502
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9502/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9502/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9502/events
https://github.com/NVIDIA/NeMo/issues/9502
2,361,743,041
I_kwDOC_bI7s6MxVbB
9,502
How to use a pre-trained model for cache-aware FastConformer-Hybrid model?
{ "login": "sangeet2020", "id": 33633418, "node_id": "MDQ6VXNlcjMzNjMzNDE4", "avatar_url": "https://avatars.githubusercontent.com/u/33633418?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sangeet2020", "html_url": "https://github.com/sangeet2020", "followers_url": "https://api.github.com/...
[]
closed
false
{ "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...
[ { "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.gi...
null
[ "You can use this model, which is a chunk aware model - https://huggingface.co/nvidia/stt_en_fastconformer_hybrid_large_streaming_multi", "Thank You @titu1994. I will try it.\r\nBut this has been trained on labeled English dataset. I want to understand the logic, how would it adapt to any other language?", "It'...
2024-06-19T08:39:00
2024-07-31T18:18:49
2024-07-31T18:18:49
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi @titu1994, Following our discussion in [this thread](https://github.com/NVIDIA/NeMo/discussions/7010#discussioncomment-9736124), I’m training a cache-aware FastConformer hybrid CTC-RNNT model for German using 1.2K hours of audio data. Despite training for 150 epochs, my validation WER is still around 0.28. I s...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9502/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/9502/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9501
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9501/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9501/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9501/events
https://github.com/NVIDIA/NeMo/issues/9501
2,361,641,480
I_kwDOC_bI7s6Mw8oI
9,501
to support deepseekv2
{ "login": "panjianfei", "id": 147695352, "node_id": "U_kgDOCM2m-A", "avatar_url": "https://avatars.githubusercontent.com/u/147695352?v=4", "gravatar_id": "", "url": "https://api.github.com/users/panjianfei", "html_url": "https://github.com/panjianfei", "followers_url": "https://api.github.com/users/pan...
[ { "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": "ntajbakhsh", "id": 12647849, "node_id": "MDQ6VXNlcjEyNjQ3ODQ5", "avatar_url": "https://avatars.githubusercontent.com/u/12647849?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ntajbakhsh", "html_url": "https://github.com/ntajbakhsh", "followers_url": "https://api.github.com/use...
[ { "login": "ntajbakhsh", "id": 12647849, "node_id": "MDQ6VXNlcjEyNjQ3ODQ5", "avatar_url": "https://avatars.githubusercontent.com/u/12647849?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ntajbakhsh", "html_url": "https://github.com/ntajbakhsh", "followers_url": "https:...
null
[ "Thanks for your inquiry. DeepSeek was in our roadmap but it has now been deprioritized. Here is a list of currently supported LLMs: https://docs.nvidia.com/nemo-framework/user-guide/latest/llms/index.html", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment ...
2024-06-19T08:01:00
2024-08-10T01:51:35
2024-08-10T01:51:34
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
hi, do you have plan to support deepseekv2 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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9501/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/9501/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9500
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9500/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9500/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9500/events
https://github.com/NVIDIA/NeMo/issues/9500
2,361,530,387
I_kwDOC_bI7s6MwhgT
9,500
LM on Parakeet models
{ "login": "jinmingteo", "id": 28519525, "node_id": "MDQ6VXNlcjI4NTE5NTI1", "avatar_url": "https://avatars.githubusercontent.com/u/28519525?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jinmingteo", "html_url": "https://github.com/jinmingteo", "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
{ "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...
[ { "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.gi...
null
[ "For transducer, there were always 3 outputs in forward because it's just end encoder forward. During decoding we take those encoder outputs and pass them auto regressively to the decoder and joint. \r\n\r\nFor beam search support, @karpnv ", "This issue is stale because it has been open for 30 days with no activ...
2024-06-19T07:18:13
2024-08-10T01:51:36
2024-08-10T01:51:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi team, I am trying to add LM into parakeet models and i think this is the script related to it. [eval_beamsearch_ngram_transducer.py](https://github.com/NVIDIA/NeMo/blob/main/scripts/asr_language_modeling/ngram_lm/eval_beamsearch_ngram_transducer.py) I have tried using it and encountered a couple of issues ...
{ "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/9500/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/9500/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9499
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9499/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9499/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9499/events
https://github.com/NVIDIA/NeMo/pull/9499
2,360,944,537
PR_kwDOC_bI7s5y4uZc
9,499
Export online model conversion and refit
{ "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...
[]
closed
false
null
[]
null
[]
2024-06-19T00:08:49
2024-06-19T01:36:37
2024-06-19T01:36:37
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9499", "html_url": "https://github.com/NVIDIA/NeMo/pull/9499", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9499.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9499.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": "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9499/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/9499/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9498
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9498/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9498/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9498/events
https://github.com/NVIDIA/NeMo/issues/9498
2,360,419,956
I_kwDOC_bI7s6MsSZ0
9,498
Can we add emotions to the produced audio?
{ "login": "shivgit07", "id": 106404626, "node_id": "U_kgDOBlebEg", "avatar_url": "https://avatars.githubusercontent.com/u/106404626?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shivgit07", "html_url": "https://github.com/shivgit07", "followers_url": "https://api.github.com/users/shivgi...
[]
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
[ "You will need to train your spectrogram generator / acoustic model with emotional data. Tag the emotional data as a new speaker and do inference with the emotional-speaker tag." ]
2024-06-18T18:06:19
2024-07-08T23:42:58
2024-07-08T23:42:58
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I was just trying some combinations of Mel-Spectogram-Generators and Vocoders to produce different audio samples. I was thinking if it was possible to make the produced audio sound more naturally by adding some kind of emotional embeddings in the Mel spectogram generator models. Or any other suitable appr...
{ "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/9498/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/9498/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9497
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9497/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9497/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9497/events
https://github.com/NVIDIA/NeMo/pull/9497
2,360,377,165
PR_kwDOC_bI7s5y2xb8
9,497
fix NameError: name 'ApexGuardDefaults' is not defined
{ "login": "raybellwaves", "id": 17162724, "node_id": "MDQ6VXNlcjE3MTYyNzI0", "avatar_url": "https://avatars.githubusercontent.com/u/17162724?v=4", "gravatar_id": "", "url": "https://api.github.com/users/raybellwaves", "html_url": "https://github.com/raybellwaves", "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
[ "Please someone help me merge this PR pls, its only one line and blocking me from doing the work :)", "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.", "Thank you for reporting the issue. The suggested change is a...
2024-06-18T17:40:20
2024-07-12T12:48:25
2024-07-12T12:48:24
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9497", "html_url": "https://github.com/NVIDIA/NeMo/pull/9497", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9497.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9497.patch", "merged_at": null }
# What does this PR do ? I believe this should fix https://github.com/NVIDIA/NeMo/issues/9320 **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": "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/9497/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/9497/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9496
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9496/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9496/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9496/events
https://github.com/NVIDIA/NeMo/pull/9496
2,360,346,526
PR_kwDOC_bI7s5y2qsd
9,496
Update NeMo to hf convertion for Llama 3
{ "login": "JesusPaz", "id": 27715376, "node_id": "MDQ6VXNlcjI3NzE1Mzc2", "avatar_url": "https://avatars.githubusercontent.com/u/27715376?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JesusPaz", "html_url": "https://github.com/JesusPaz", "followers_url": "https://api.github.com/users/Jes...
[ { "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-06-18T17:20:37
2024-07-10T01:49:54
2024-07-10T01:49:53
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9496", "html_url": "https://github.com/NVIDIA/NeMo/pull/9496", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9496.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9496.patch", "merged_at": null }
# What does this PR do ? Fix the script to convert Llama 3 from NeMo to hf format. ![image](https://github.com/NVIDIA/NeMo/assets/27715376/ab24e8b4-95cf-4e31-bb56-c60a6516cf6d) # Changelog - Stop using LlamaTokenizer and start using AutoTokenizer from Transformers. # Usage ```python python3 NeMo/s...
{ "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/9496/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/9496/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9495
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9495/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9495/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9495/events
https://github.com/NVIDIA/NeMo/issues/9495
2,359,853,628
I_kwDOC_bI7s6MqII8
9,495
Unable to reproduce cache aware streaming results for Conformer that were there for Fastconformer.
{ "login": "mujhenahiata", "id": 94825377, "node_id": "U_kgDOBabroQ", "avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mujhenahiata", "html_url": "https://github.com/mujhenahiata", "followers_url": "https://api.github.com/users...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
[]
2024-06-18T13:20:11
2024-06-23T14:16:17
2024-06-23T14:15:50
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I trained Conformer-CTC using cache aware method. but unable to reproduce the results that were there with "Fastconformer cache aware streaming". By using Conformer-CTC cache aware method i get partial sub-words, words combined together like ("hello world" ==> herld) , in streaming output. the same was the case ...
{ "login": "mujhenahiata", "id": 94825377, "node_id": "U_kgDOBabroQ", "avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mujhenahiata", "html_url": "https://github.com/mujhenahiata", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9495/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/9495/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9494
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9494/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9494/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9494/events
https://github.com/NVIDIA/NeMo/pull/9494
2,359,811,347
PR_kwDOC_bI7s5y02C7
9,494
Distributed checkpointing user guide
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
[]
2024-06-18T13:00:28
2024-07-11T16:01:10
2024-07-11T16:01:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9494", "html_url": "https://github.com/NVIDIA/NeMo/pull/9494", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9494.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9494.patch", "merged_at": "2024-07-11T16:01:08" }
# 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": "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/9494/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/9494/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9492
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9492/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9492/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9492/events
https://github.com/NVIDIA/NeMo/pull/9492
2,359,125,989
PR_kwDOC_bI7s5yygxR
9,492
[NeMo-UX] Fix bug in import_ckpt
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-18T07:18:44
2024-06-19T16:40:42
2024-06-19T16:40:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9492", "html_url": "https://github.com/NVIDIA/NeMo/pull/9492", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9492.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9492.patch", "merged_at": "2024-06-19T16:40: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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9492/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/9492/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9491
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9491/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9491/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9491/events
https://github.com/NVIDIA/NeMo/pull/9491
2,358,606,074
PR_kwDOC_bI7s5ywwHJ
9,491
draft: bert cp support
{ "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": 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-06-18T01:15:58
2024-07-27T01:49:07
2024-07-27T01:49:06
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9491", "html_url": "https://github.com/NVIDIA/NeMo/pull/9491", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9491.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9491.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/9491/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/9491/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9490
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9490/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9490/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9490/events
https://github.com/NVIDIA/NeMo/pull/9490
2,358,577,694
PR_kwDOC_bI7s5ywp7W
9,490
[NeMo-UX] Add 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": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-06-18T00:52:47
2024-07-05T01:30:18
2024-07-05T01:30:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9490", "html_url": "https://github.com/NVIDIA/NeMo/pull/9490", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9490.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9490.patch", "merged_at": "2024-07-05T01:30:16" }
# What does this PR do ? Initial PR for PEFT in nemo 2.0 **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 ...
{ "login": "sararb", "id": 17721108, "node_id": "MDQ6VXNlcjE3NzIxMTA4", "avatar_url": "https://avatars.githubusercontent.com/u/17721108?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sararb", "html_url": "https://github.com/sararb", "followers_url": "https://api.github.com/users/sararb/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9490/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/9490/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9489
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9489/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9489/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9489/events
https://github.com/NVIDIA/NeMo/pull/9489
2,358,550,261
PR_kwDOC_bI7s5ywj52
9,489
TE guard to avoid MPI dependency
{ "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
[ "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-06-18T00:25:15
2024-07-19T01:49:56
2024-07-19T01:49:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9489", "html_url": "https://github.com/NVIDIA/NeMo/pull/9489", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9489.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9489.patch", "merged_at": null }
# What does this PR do ? TE version guard to support with and without MPI dependencies. # Changelog - Added TE version guard for userbuffer communication initialization # Usage N/A # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions ...
{ "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/9489/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/9489/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9488
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9488/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9488/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9488/events
https://github.com/NVIDIA/NeMo/pull/9488
2,358,503,752
PR_kwDOC_bI7s5ywZ3U
9,488
Make QLoRA more model-agnostic
{ "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": 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." ]
2024-06-17T23:44:16
2024-07-02T16:45:45
2024-07-02T16:45:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9488", "html_url": "https://github.com/NVIDIA/NeMo/pull/9488", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9488.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9488.patch", "merged_at": "2024-07-02T16:45:43" }
# What does this PR do ? Support QLoRA for more models **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...
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9488/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/9488/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9487
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9487/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9487/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9487/events
https://github.com/NVIDIA/NeMo/pull/9487
2,357,353,382
PR_kwDOC_bI7s5ysb7z
9,487
Use Mcore's Modelopt Spec When Exporting
{ "login": "suiyoubi", "id": 22045332, "node_id": "MDQ6VXNlcjIyMDQ1MzMy", "avatar_url": "https://avatars.githubusercontent.com/u/22045332?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suiyoubi", "html_url": "https://github.com/suiyoubi", "followers_url": "https://api.github.com/users/sui...
[ { "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
[ "Thanks, approved. Just please make sure that CI pipeline passes", "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.", "Hi @suiyoubi, do you think we could get this in? It just needs conflict resolution", "Hmm I t...
2024-06-17T13:27:02
2024-08-17T01:49:27
2024-08-17T01:49:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9487", "html_url": "https://github.com/NVIDIA/NeMo/pull/9487", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9487.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9487.patch", "merged_at": null }
# What does this PR do ? Unified to use mcore's modelopt specs instead of the NeMo one
{ "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/9487/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/9487/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9486
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9486/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9486/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9486/events
https://github.com/NVIDIA/NeMo/pull/9486
2,356,984,572
PR_kwDOC_bI7s5yrLJY
9,486
[NeMo-UX] Fixing defaults in llm.train & Mistral7BModel
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-17T10:26:23
2024-06-17T15:38:52
2024-06-17T15:38:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9486", "html_url": "https://github.com/NVIDIA/NeMo/pull/9486", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9486.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9486.patch", "merged_at": "2024-06-17T15:38:51" }
# 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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9486/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/9486/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9485
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9485/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9485/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9485/events
https://github.com/NVIDIA/NeMo/pull/9485
2,356,831,000
PR_kwDOC_bI7s5yqpQZ
9,485
[NeMo-UX] Integrate tokenizer import into model.import_ckpt
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "we will fix the mcore DDP prefix problem in a subsequent PR" ]
2024-06-17T09:14:49
2024-06-17T23:00:53
2024-06-17T22:59:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9485", "html_url": "https://github.com/NVIDIA/NeMo/pull/9485", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9485.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9485.patch", "merged_at": "2024-06-17T22:59:47" }
# 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": "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/9485/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/9485/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9484
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9484/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9484/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9484/events
https://github.com/NVIDIA/NeMo/pull/9484
2,355,383,476
PR_kwDOC_bI7s5ylvbl
9,484
Add return type hint to from_pretrained method
{ "login": "hoel-bagard", "id": 34478245, "node_id": "MDQ6VXNlcjM0NDc4MjQ1", "avatar_url": "https://avatars.githubusercontent.com/u/34478245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hoel-bagard", "html_url": "https://github.com/hoel-bagard", "followers_url": "https://api.github.com/...
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
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-06-16T02:24:29
2024-07-09T01:49:40
2024-07-09T01:49:39
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9484", "html_url": "https://github.com/NVIDIA/NeMo/pull/9484", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9484.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9484.patch", "merged_at": null }
# What does this PR do ? Add a type hint. **Collection**: [core] # Changelog Add return type hint to the `Model`'s `from_pretrained` method. # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run C...
{ "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/9484/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/9484/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9483
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9483/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9483/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9483/events
https://github.com/NVIDIA/NeMo/pull/9483
2,354,369,103
PR_kwDOC_bI7s5yiUIQ
9,483
append to file
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-15T01:16:55
2024-06-18T00:05:00
2024-06-18T00:05:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9483", "html_url": "https://github.com/NVIDIA/NeMo/pull/9483", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9483.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9483.patch", "merged_at": "2024-06-18T00:05:00" }
# 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/9483/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/9483/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9482
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9482/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9482/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9482/events
https://github.com/NVIDIA/NeMo/pull/9482
2,354,326,045
PR_kwDOC_bI7s5yiKJ-
9,482
NeMo performance feature documentation
{ "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": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "Thanks, @jgerh for the suggestions.\r\nThere seem to be too many rephrases. If the changes are mainly about rewording, can you push the changes to my branch?", "I appreciate the feedback. I can update my edits and focus on copyediting only, rather than rephrasing. " ]
2024-06-15T00:48:25
2024-07-11T20:51:38
2024-07-11T20:51:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9482", "html_url": "https://github.com/NVIDIA/NeMo/pull/9482", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9482.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9482.patch", "merged_at": "2024-07-11T20:51:38" }
# 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": "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/9482/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/9482/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9481
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9481/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9481/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9481/events
https://github.com/NVIDIA/NeMo/pull/9481
2,354,285,419
PR_kwDOC_bI7s5yiA63
9,481
Distributed optimizer aligns FP8 transposes over pipeline-parallel group
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/ti...
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
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.", "This PR is stale because it has been open for 14 days with no activity....
2024-06-15T00:17:02
2024-08-22T01:52:58
2024-08-22T01:52:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9481", "html_url": "https://github.com/NVIDIA/NeMo/pull/9481", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9481.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9481.patch", "merged_at": null }
# What does this PR do ? When training GPT in FP8 with interleaved pipeline parallelism, we have experienced some GPU idling due to load imbalances across the pipeline parallel group. The first microbatch in a training step requires computing an FP8 weight transpose, which is reused in later microbatches. The fix is...
{ "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/9481/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/9481/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9480
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9480/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9480/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9480/events
https://github.com/NVIDIA/NeMo/pull/9480
2,354,227,631
PR_kwDOC_bI7s5yhz3v
9,480
Fix unwrap model
{ "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
[]
2024-06-14T23:23:58
2024-06-17T23:47:34
2024-06-17T23:47:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9480", "html_url": "https://github.com/NVIDIA/NeMo/pull/9480", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9480.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9480.patch", "merged_at": "2024-06-17T23:47:33" }
# What does this PR do ? Fixes a bug from #9392. State dict key names accessed after `_unwrap_model()` should contain a `model` prefix to be equivalent to before. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # ...
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9480/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/9480/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9479
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9479/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9479/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9479/events
https://github.com/NVIDIA/NeMo/pull/9479
2,354,182,493
PR_kwDOC_bI7s5yhqOd
9,479
Added CPU offloading docs
{ "login": "sanandaraj5597", "id": 55270934, "node_id": "MDQ6VXNlcjU1MjcwOTM0", "avatar_url": "https://avatars.githubusercontent.com/u/55270934?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sanandaraj5597", "html_url": "https://github.com/sanandaraj5597", "followers_url": "https://api.gi...
[ { "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.", "Completed Tech Pubs review and provided copyedits and suggested paragra...
2024-06-14T22:18:57
2024-07-10T17:56:42
2024-07-10T17:56:40
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9479", "html_url": "https://github.com/NVIDIA/NeMo/pull/9479", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9479.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9479.patch", "merged_at": "2024-07-10T17:56:40" }
null
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9479/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/9479/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9478
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9478/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9478/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9478/events
https://github.com/NVIDIA/NeMo/pull/9478
2,354,173,644
PR_kwDOC_bI7s5yhoXZ
9,478
Enable user to optionally upgrade Megatron
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-14T22:07:22
2024-06-17T09:13:43
2024-06-17T09:13:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9478", "html_url": "https://github.com/NVIDIA/NeMo/pull/9478", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9478.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9478.patch", "merged_at": "2024-06-17T09:13:42" }
# What does this PR do ? Support both the old and new version of megatron DDP with a wrapper that checks for valid kwargs. **Collection**: lightning # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/C...
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9478/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/9478/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9477
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9477/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9477/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9477/events
https://github.com/NVIDIA/NeMo/pull/9477
2,354,163,625
PR_kwDOC_bI7s5yhmN7
9,477
set maxlen based on stage and obey max_seq_length settings
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/follower...
[ { "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-06-14T21:55:27
2024-07-09T01:49:41
2024-07-09T01:49:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9477", "html_url": "https://github.com/NVIDIA/NeMo/pull/9477", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9477.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9477.patch", "merged_at": null }
# What does this PR do ? memory/tokens for generation is pre-assigned with size `min(context_lenght + tokens_to_generate, max_seq_length)` This causes a crash if `context_length + tokens_to_generate` > `max_seq_length` because the clipping strategy was not doing any clipping of the maxlen. This PR adds the cli...
{ "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/9477/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/9477/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9476
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9476/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9476/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9476/events
https://github.com/NVIDIA/NeMo/pull/9476
2,354,157,766
PR_kwDOC_bI7s5yhk-8
9,476
[NeMo-UX] Fixing imports of NeMoLogging, AutoResume & ModelCheckpoint
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-14T21:48:35
2024-06-17T10:10:16
2024-06-17T10:10:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9476", "html_url": "https://github.com/NVIDIA/NeMo/pull/9476", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9476.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9476.patch", "merged_at": "2024-06-17T10:10: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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9476/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/9476/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9475
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9475/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9475/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9475/events
https://github.com/NVIDIA/NeMo/pull/9475
2,353,735,131
PR_kwDOC_bI7s5ygHsx
9,475
bionemo: bn2/add pipelineparallel dtype
{ "login": "skothenhill-nv", "id": 148821680, "node_id": "U_kgDOCN7WsA", "avatar_url": "https://avatars.githubusercontent.com/u/148821680?v=4", "gravatar_id": "", "url": "https://api.github.com/users/skothenhill-nv", "html_url": "https://github.com/skothenhill-nv", "followers_url": "https://api.github.c...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-14T16:42:01
2024-06-14T18:04:53
2024-06-14T18:04:53
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9475", "html_url": "https://github.com/NVIDIA/NeMo/pull/9475", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9475.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9475.patch", "merged_at": "2024-06-14T18:04:53" }
Fixes a bug from `parallel_dtype` not being correctly passed in the `parallelism` method.
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9475/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/9475/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9474
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9474/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9474/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9474/events
https://github.com/NVIDIA/NeMo/pull/9474
2,353,668,268
PR_kwDOC_bI7s5yf46r
9,474
[do-not-merge] SpeechLLM dev branch
{ "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": 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-06-14T16:01:00
2024-07-07T01:52:57
2024-07-07T01:52:56
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9474", "html_url": "https://github.com/NVIDIA/NeMo/pull/9474", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9474.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9474.patch", "merged_at": null }
# What does this PR do ? This PR is for tracking the changes in speech-llm main development branch w.r.t. main. **Collection**: multimodal # 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 sni...
{ "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/9474/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/NVIDIA/NeMo/issues/9474/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9473
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9473/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9473/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9473/events
https://github.com/NVIDIA/NeMo/pull/9473
2,353,470,674
PR_kwDOC_bI7s5yfNfK
9,473
[Resiliency] Straggler detection
{ "login": "jbieniusiewi", "id": 152396322, "node_id": "U_kgDOCRViIg", "avatar_url": "https://avatars.githubusercontent.com/u/152396322?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbieniusiewi", "html_url": "https://github.com/jbieniusiewi", "followers_url": "https://api.github.com/use...
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 1923495043, "node_id": "MDU6TGFiZWwxOT...
closed
false
null
[]
null
[]
2024-06-14T14:10:37
2024-06-28T06:04:46
2024-06-28T06:04:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9473", "html_url": "https://github.com/NVIDIA/NeMo/pull/9473", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9473.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9473.patch", "merged_at": "2024-06-28T06:04:45" }
# What does this PR do ? Detects slower GPUs ("stragglers") participating in a distributed training. **Collection**: [Note which collection this PR will affect] # Changelog - The PLT callback is implemented in a separate, optional package. It has no dependencies on NeMo. # Usage Configure and enable th...
{ "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/9473/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/9473/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9472
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9472/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9472/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9472/events
https://github.com/NVIDIA/NeMo/pull/9472
2,352,601,728
PR_kwDOC_bI7s5ycQjQ
9,472
Fix table in FP8 args docs
{ "login": "ksivaman", "id": 36168853, "node_id": "MDQ6VXNlcjM2MTY4ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/36168853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ksivaman", "html_url": "https://github.com/ksivaman", "followers_url": "https://api.github.com/users/ksi...
[ { "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": "ksivaman", "id": 36168853, "node_id": "MDQ6VXNlcjM2MTY4ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/36168853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ksivaman", "html_url": "https://github.com/ksivaman", "followers_url": "https://api.github.com/users/ksi...
[ { "login": "ksivaman", "id": 36168853, "node_id": "MDQ6VXNlcjM2MTY4ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/36168853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ksivaman", "html_url": "https://github.com/ksivaman", "followers_url": "https://api....
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-06-14T06:16:14
2024-07-07T01:52:58
2024-07-07T01:52:57
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9472", "html_url": "https://github.com/NVIDIA/NeMo/pull/9472", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9472.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9472.patch", "merged_at": null }
# What does this PR do ? Fixes the incorrectly rendered table in FP8 args documention. **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 c...
{ "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/9472/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/9472/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9471
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9471/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9471/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9471/events
https://github.com/NVIDIA/NeMo/issues/9471
2,352,413,897
I_kwDOC_bI7s6MNvzJ
9,471
How to config a locally model?
{ "login": "DUZHUJUN", "id": 34333140, "node_id": "MDQ6VXNlcjM0MzMzMTQw", "avatar_url": "https://avatars.githubusercontent.com/u/34333140?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DUZHUJUN", "html_url": "https://github.com/DUZHUJUN", "followers_url": "https://api.github.com/users/DUZ...
[ { "id": 5105389764, "node_id": "LA_kwDOC_bI7s8AAAABME4QxA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/discussion", "name": "discussion", "color": "88C8B9", "default": false, "description": "" } ]
closed
false
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
[ { "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_u...
null
[]
2024-06-14T03:30:09
2024-07-03T18:25:18
2024-07-03T18:25:18
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Does this project support the use of locally deployed models? How should it be written in the configuration? There are no detailed examples in the documentation please help me,THX!
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9471/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/9471/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9470
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9470/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9470/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9470/events
https://github.com/NVIDIA/NeMo/pull/9470
2,352,115,655
PR_kwDOC_bI7s5yanYk
9,470
Fix redirects of old links to new links
{ "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-06-13T21:43:26
2024-06-13T21:44:21
2024-06-13T21:44:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9470", "html_url": "https://github.com/NVIDIA/NeMo/pull/9470", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9470.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9470.patch", "merged_at": "2024-06-13T21:44:20" }
# What does this PR do ? Adds explicit link to the correct new website **Collection**: [ASR] # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR. To re-run CI remove a...
{ "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/9470/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/9470/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9469
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9469/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9469/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9469/events
https://github.com/NVIDIA/NeMo/pull/9469
2,352,100,841
PR_kwDOC_bI7s5yakJu
9,469
Fix logging message for 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...
[ { "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-06-13T21:31:58
2024-06-13T21:52:16
2024-06-13T21:42:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9469", "html_url": "https://github.com/NVIDIA/NeMo/pull/9469", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9469.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9469.patch", "merged_at": "2024-06-13T21:42:27" }
# What does this PR do ? Fix logging.warn to warning for ASR **Collection**: [ASR] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # GitHub Act...
{ "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/9469/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/9469/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9468
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9468/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9468/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9468/events
https://github.com/NVIDIA/NeMo/pull/9468
2,351,957,832
PR_kwDOC_bI7s5yaESZ
9,468
In framework deploy using deploy script
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-13T20:02:18
2024-06-17T18:10:52
2024-06-17T18:10:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9468", "html_url": "https://github.com/NVIDIA/NeMo/pull/9468", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9468.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9468.patch", "merged_at": "2024-06-17T18:10:52" }
# What does this PR do ? In framework deploy using deploy script
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9468/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/9468/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9467
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9467/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9467/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9467/events
https://github.com/NVIDIA/NeMo/pull/9467
2,351,890,504
PR_kwDOC_bI7s5yZ1hw
9,467
Update build_dataset.py
{ "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": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[]
2024-06-13T19:18:33
2024-06-13T19:25:38
2024-06-13T19:25:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9467", "html_url": "https://github.com/NVIDIA/NeMo/pull/9467", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9467.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9467.patch", "merged_at": "2024-06-13T19:25:38" }
fix bug during eval
{ "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/9467/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/9467/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9466
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9466/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9466/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9466/events
https://github.com/NVIDIA/NeMo/pull/9466
2,351,776,535
PR_kwDOC_bI7s5yZcgH
9,466
[NeMo-UX] async checkpointing support
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days." ]
2024-06-13T18:13:51
2024-07-08T00:25:12
2024-07-08T00:25:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9466", "html_url": "https://github.com/NVIDIA/NeMo/pull/9466", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9466.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9466.patch", "merged_at": "2024-07-08T00:25:09" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9466/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/9466/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9465
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9465/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9465/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9465/events
https://github.com/NVIDIA/NeMo/pull/9465
2,351,745,896
PR_kwDOC_bI7s5yZV3r
9,465
ci(notifications): Fetch all jobs
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-06-13T17:55:54
2024-06-13T18:49:31
2024-06-13T18:49:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9465", "html_url": "https://github.com/NVIDIA/NeMo/pull/9465", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9465.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9465.patch", "merged_at": "2024-06-13T18:49:30" }
# 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": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9465/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/9465/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9464
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9464/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9464/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9464/events
https://github.com/NVIDIA/NeMo/pull/9464
2,351,476,420
PR_kwDOC_bI7s5yYbEP
9,464
Add CICD test for Stable Diffusion
{ "login": "michal2409", "id": 14821051, "node_id": "MDQ6VXNlcjE0ODIxMDUx", "avatar_url": "https://avatars.githubusercontent.com/u/14821051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michal2409", "html_url": "https://github.com/michal2409", "followers_url": "https://api.github.com/use...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-06-13T15:43:08
2024-06-24T16:27:47
2024-06-24T16:27:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9464", "html_url": "https://github.com/NVIDIA/NeMo/pull/9464", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9464.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9464.patch", "merged_at": "2024-06-24T16:27:46" }
# 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": "michal2409", "id": 14821051, "node_id": "MDQ6VXNlcjE0ODIxMDUx", "avatar_url": "https://avatars.githubusercontent.com/u/14821051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michal2409", "html_url": "https://github.com/michal2409", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9464/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/9464/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9463
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9463/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9463/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9463/events
https://github.com/NVIDIA/NeMo/pull/9463
2,351,271,710
PR_kwDOC_bI7s5yXuL0
9,463
Fix minor import bug in deploy module
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "CI passed https://github.com/NVIDIA/NeMo/actions/runs/9501290253\r\n" ]
2024-06-13T14:14:34
2024-06-13T16:34:41
2024-06-13T16:34:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9463", "html_url": "https://github.com/NVIDIA/NeMo/pull/9463", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9463.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9463.patch", "merged_at": "2024-06-13T16:34:41" }
# What does this PR do ? bugfix in deploy module
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9463/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/9463/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9462
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9462/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9462/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9462/events
https://github.com/NVIDIA/NeMo/issues/9462
2,350,521,321
I_kwDOC_bI7s6MGhvp
9,462
Using lhotse when training a hybrid fast conformer model fails
{ "login": "dhoore123", "id": 172583247, "node_id": "U_kgDOCklpTw", "avatar_url": "https://avatars.githubusercontent.com/u/172583247?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dhoore123", "html_url": "https://github.com/dhoore123", "followers_url": "https://api.github.com/users/dhoore...
[ { "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
[ "I have the same problem.", "Can you also set `max_steps` to something else than `-1`? E.g. `100000`. Let us know if this helps.", "Setting max_steps as suggested seems to do the trick. Training now runs. Thanks!\r\nI'll close the ticket once I see some epochs completing successfully.", "I finally got a train...
2024-06-13T08:27:15
2024-07-02T17:33:42
2024-07-02T13:39:51
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am trying to use lhotse when training a hybrid fast conformer model. The error is: File "/usr/local/lib/python3.10/dist-packages/nemo/core/optim/lr_scheduler.py", line 870, in prepare_lr_scheduler num_samples = len(train_dataloader.dataset) TypeError: object of type 'LhotseSpeechToTextBpeDataset' has no len(...
{ "login": "dhoore123", "id": 172583247, "node_id": "U_kgDOCklpTw", "avatar_url": "https://avatars.githubusercontent.com/u/172583247?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dhoore123", "html_url": "https://github.com/dhoore123", "followers_url": "https://api.github.com/users/dhoore...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9462/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/9462/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9461
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9461/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9461/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9461/events
https://github.com/NVIDIA/NeMo/pull/9461
2,350,182,529
PR_kwDOC_bI7s5yUAU5
9,461
[NeMo-UX] Add nsys callback
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-13T05:24:10
2024-06-13T08:38:01
2024-06-13T08:38:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9461", "html_url": "https://github.com/NVIDIA/NeMo/pull/9461", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9461.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9461.patch", "merged_at": "2024-06-13T08:38:00" }
# 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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9461/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/9461/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9460
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9460/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9460/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9460/events
https://github.com/NVIDIA/NeMo/pull/9460
2,350,179,521
PR_kwDOC_bI7s5yT_p6
9,460
[NeMo-UX] Integrate experiment manager features with NeMo-UX APIs
{ "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-13T05:21:59
2024-06-14T21:10:45
2024-06-14T21:10:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9460", "html_url": "https://github.com/NVIDIA/NeMo/pull/9460", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9460.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9460.patch", "merged_at": "2024-06-14T21:10:44" }
# 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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9460/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/9460/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9459
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9459/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9459/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9459/events
https://github.com/NVIDIA/NeMo/pull/9459
2,350,175,209
PR_kwDOC_bI7s5yT-tY
9,459
Mistral + Mixtral Support for NeVa
{ "login": "paul-gibbons", "id": 87940629, "node_id": "MDQ6VXNlcjg3OTQwNjI5", "avatar_url": "https://avatars.githubusercontent.com/u/87940629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paul-gibbons", "html_url": "https://github.com/paul-gibbons", "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": "" }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://a...
closed
false
null
[]
null
[]
2024-06-13T05:19:00
2024-07-08T16:37:46
2024-07-08T16:37:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9459", "html_url": "https://github.com/NVIDIA/NeMo/pull/9459", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9459.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9459.patch", "merged_at": "2024-07-08T16:37:46" }
# What does this PR do ? Adds support for Mistral7B-Instruct and Mixtral8x7B-Instruct models 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 ```py...
{ "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/9459/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/9459/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9458
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9458/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9458/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9458/events
https://github.com/NVIDIA/NeMo/pull/9458
2,349,793,564
PR_kwDOC_bI7s5yStMF
9,458
Bugfix missing variables and argument changes to MegatronPretrainingRandomSampler
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/fo...
[ { "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github....
null
[]
2024-06-12T22:43:18
2024-06-13T14:14:25
2024-06-13T14:14:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9458", "html_url": "https://github.com/NVIDIA/NeMo/pull/9458", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9458.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9458.patch", "merged_at": "2024-06-13T14:14:24" }
# What does this PR do ? Argument changes and non-existent variables are referenced inside of the `MegatronPretrainingRandomSampler` are addressed. **Collection**: lightning # Changelog - Remove the `dataset` input that was erroneously being passed to `MegatronPretrainingRandomSampler` init. - Since `self.d...
{ "login": "jstjohn", "id": 459014, "node_id": "MDQ6VXNlcjQ1OTAxNA==", "avatar_url": "https://avatars.githubusercontent.com/u/459014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jstjohn", "html_url": "https://github.com/jstjohn", "followers_url": "https://api.github.com/users/jstjohn/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9458/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/9458/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9457
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9457/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9457/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9457/events
https://github.com/NVIDIA/NeMo/pull/9457
2,349,769,955
PR_kwDOC_bI7s5ySoEc
9,457
Update readme with mlperf news
{ "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...
[]
closed
false
null
[]
null
[]
2024-06-12T22:18:27
2024-06-12T23:01:34
2024-06-12T23:01:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9457", "html_url": "https://github.com/NVIDIA/NeMo/pull/9457", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9457.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9457.patch", "merged_at": "2024-06-12T23:01:33" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a 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/9457/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/9457/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9456
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9456/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9456/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9456/events
https://github.com/NVIDIA/NeMo/pull/9456
2,349,475,583
PR_kwDOC_bI7s5yRn6A
9,456
[DO NOT MERGE] Prototype to show LLM with ModelPT as Base Class
{ "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": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
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-06-12T18:50:23
2024-06-28T22:01:25
2024-06-28T22:01:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9456", "html_url": "https://github.com/NVIDIA/NeMo/pull/9456", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9456.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9456.patch", "merged_at": null }
# What does this PR do ? Prototype code to try using ModelPT as base class for LLM. Enables path to backward compatibility with NeMo 1.x mcore models. **Collection**: [LLM] # Changelog - [NOTE] For simplicity, the LLMSaveRestoreConnector is duplicated. It will me moved out of final version # Usage Ther...
{ "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/9456/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/9456/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9455
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9455/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9455/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9455/events
https://github.com/NVIDIA/NeMo/pull/9455
2,349,414,727
PR_kwDOC_bI7s5yRalh
9,455
Add offline quantization script for QLoRA deployment
{ "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "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." ]
2024-06-12T18:11:48
2024-07-02T14:51:56
2024-07-02T14:51:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9455", "html_url": "https://github.com/NVIDIA/NeMo/pull/9455", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9455.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9455.patch", "merged_at": "2024-07-02T14:51:55" }
# What does this PR do ? Add an offline quantization script to convert a base model to NF4 (but cast back to BF16 for storage) Enables deployment of QLoRA checkpoint without downstream modifications **Collection**: [Note which collection this PR will affect] # Changelog - Add offline quantization script - ...
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9455/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/9455/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9454
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9454/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9454/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9454/events
https://github.com/NVIDIA/NeMo/pull/9454
2,349,181,183
PR_kwDOC_bI7s5yQmOX
9,454
[NeMo UX] Introducing optimizer module
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-12T16:23:00
2024-06-13T14:22:35
2024-06-13T14:22:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9454", "html_url": "https://github.com/NVIDIA/NeMo/pull/9454", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9454.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9454.patch", "merged_at": "2024-06-13T14:22:35" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9454/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/9454/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9453
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9453/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9453/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9453/events
https://github.com/NVIDIA/NeMo/pull/9453
2,348,629,218
PR_kwDOC_bI7s5yOsxg
9,453
ci: Automate release of NeMo Toolkit
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/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 }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "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." ]
2024-06-12T12:18:17
2024-07-11T09:05:11
2024-07-11T09:05:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9453", "html_url": "https://github.com/NVIDIA/NeMo/pull/9453", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9453.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9453.patch", "merged_at": null }
# What does this PR do ? Automates releases of NeMo Toolkit. The automation starts with a manual workflow that can be dispatched via GitHubs Workflow UI. After selecting the type of version bump (`MAJOR`, `MINOR`, `PATCH`, `PRE_RELEASE`) it creates a release pull request. That PR contains two comments that ...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9453/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/9453/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9452
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9452/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9452/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9452/events
https://github.com/NVIDIA/NeMo/pull/9452
2,348,623,970
PR_kwDOC_bI7s5yOroj
9,452
Use ModelOpt build_tensorrt_llm for building engines for qnemo checkpoints
{ "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-12T12:15:46
2024-06-12T15:37:45
2024-06-12T15:37:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9452", "html_url": "https://github.com/NVIDIA/NeMo/pull/9452", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9452.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9452.patch", "merged_at": "2024-06-12T15:37:44" }
# What does this PR do ? Use ModelOpt's `build_tensorrt_llm` utility for accuracy and performance alignment for engines build. This introduces modelopt as an extra dependency in `nemo.export` module and it is a temporal solution. In long term engines for qnemo should be built directly using tensorrt_llm. **Col...
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9452/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/9452/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9451
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9451/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9451/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9451/events
https://github.com/NVIDIA/NeMo/pull/9451
2,348,575,772
PR_kwDOC_bI7s5yOhEj
9,451
Use FP8 in GPT TP2 test
{ "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": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
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-06-12T11:52:05
2024-07-09T21:26:06
2024-07-09T21:26:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9451", "html_url": "https://github.com/NVIDIA/NeMo/pull/9451", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9451.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9451.patch", "merged_at": "2024-07-09T21:26:04" }
# 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": "layalir", "id": 31741533, "node_id": "MDQ6VXNlcjMxNzQxNTMz", "avatar_url": "https://avatars.githubusercontent.com/u/31741533?v=4", "gravatar_id": "", "url": "https://api.github.com/users/layalir", "html_url": "https://github.com/layalir", "followers_url": "https://api.github.com/users/layali...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9451/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/9451/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9450
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9450/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9450/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9450/events
https://github.com/NVIDIA/NeMo/pull/9450
2,348,180,591
PR_kwDOC_bI7s5yNJhB
9,450
ci(notifications): Fix extraction of last 2K chars
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-06-12T08:43:54
2024-06-12T16:36:16
2024-06-12T16:36:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9450", "html_url": "https://github.com/NVIDIA/NeMo/pull/9450", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9450.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9450.patch", "merged_at": "2024-06-12T16:36: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": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9450/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/9450/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9449
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9449/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9449/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9449/events
https://github.com/NVIDIA/NeMo/issues/9449
2,348,164,047
I_kwDOC_bI7s6L9iPP
9,449
Job specific environment variables can't be set in Hydra multi-run
{ "login": "domenVres", "id": 56541137, "node_id": "MDQ6VXNlcjU2NTQxMTM3", "avatar_url": "https://avatars.githubusercontent.com/u/56541137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/domenVres", "html_url": "https://github.com/domenVres", "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 } ]
closed
false
{ "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...
[ { "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.gi...
null
[ "We don't use process launcher unless you use hydra sweep config. Can you try removing that ? If not, we'll have to see how to implement your request. Ofc, if you have a solution you're encouraged to send a pr ", "Is there a way to perform a hyperparameter search without the hydra sweep?", "This issue is stale ...
2024-06-12T08:35:38
2024-08-10T01:51:37
2024-08-10T01:51:37
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** Hydra offers a way to set the environment variables, that are specific for each job - section hydra.job.env_set [here](https://hydra.cc/docs/1.0/configure_hydra/job/#hydrajobenv_set). However, when I added this to the configuration for my multi-run h...
{ "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/9449/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/9449/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9448
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9448/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9448/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9448/events
https://github.com/NVIDIA/NeMo/issues/9448
2,348,048,404
I_kwDOC_bI7s6L9GAU
9,448
NLP isn't getting imported due to ApexGuardDefaults
{ "login": "adi7820", "id": 25850136, "node_id": "MDQ6VXNlcjI1ODUwMTM2", "avatar_url": "https://avatars.githubusercontent.com/u/25850136?v=4", "gravatar_id": "", "url": "https://api.github.com/users/adi7820", "html_url": "https://github.com/adi7820", "followers_url": "https://api.github.com/users/adi782...
[ { "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": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.github.com/users/ashors...
[ { "login": "ashors1", "id": 71393111, "node_id": "MDQ6VXNlcjcxMzkzMTEx", "avatar_url": "https://avatars.githubusercontent.com/u/71393111?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ashors1", "html_url": "https://github.com/ashors1", "followers_url": "https://api.git...
null
[ "Nlp domain requires a lot of external dependencies such as Apex, Transformer Engine and Megatron Core which are not easily pip installable. Please use the container instructions for them, or follow instructions on the readme to build those libraries for a local installation ", "Hi @adi7820, the issue you are see...
2024-06-12T07:38:34
2024-08-23T01:52:04
2024-08-23T01:52:04
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I've installed Nemo using below commands in my aws sagemaker **!sudo yum update -y && yum install -y libsndfile1 ffmpeg !pip install Cython packaging BRANCH='main' !python -m pip install git+https://github.com/NVIDIA/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]** but getting error while I wa...
{ "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/9448/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/9448/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9447
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9447/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9447/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9447/events
https://github.com/NVIDIA/NeMo/issues/9447
2,347,869,433
I_kwDOC_bI7s6L8aT5
9,447
Latest release version 1.23.0 missing the AudioCodecModel checkpoint list.
{ "login": "shreeshailgan", "id": 160709115, "node_id": "U_kgDOCZQ5-w", "avatar_url": "https://avatars.githubusercontent.com/u/160709115?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shreeshailgan", "html_url": "https://github.com/shreeshailgan", "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" } ]
closed
false
null
[]
null
[ "Audio codec is in NeMo 2.0.0rc0. You can get it by using pip install nemo_toolkit[asr,tts] --pre" ]
2024-06-12T05:53:18
2024-06-12T13:38:00
2024-06-12T13:38:00
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Latest release version `1.23.0` is missing the `AudioCodecModel` checkpoint list. **Steps/Code to reproduce bug** As instructed [here](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/audio_codec_16khz_small), run the following code ``` from nemo.collections.tts.models impo...
{ "login": "shreeshailgan", "id": 160709115, "node_id": "U_kgDOCZQ5-w", "avatar_url": "https://avatars.githubusercontent.com/u/160709115?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shreeshailgan", "html_url": "https://github.com/shreeshailgan", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9447/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/9447/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/9446
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9446/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9446/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9446/events
https://github.com/NVIDIA/NeMo/pull/9446
2,347,807,791
PR_kwDOC_bI7s5yL36c
9,446
Akoumparouli/nemo ux mixtral
{ "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...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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.co...
null
[]
2024-06-12T04:56:13
2024-06-24T18:54:20
2024-06-24T18:54:19
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9446", "html_url": "https://github.com/NVIDIA/NeMo/pull/9446", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9446.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9446.patch", "merged_at": "2024-06-24T18:54:19" }
# 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": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9446/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/9446/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9445
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9445/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9445/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9445/events
https://github.com/NVIDIA/NeMo/pull/9445
2,347,165,179
PR_kwDOC_bI7s5yJtt5
9,445
Multimodal projection layer adapter fix for PP>1
{ "login": "paul-gibbons", "id": 87940629, "node_id": "MDQ6VXNlcjg3OTQwNjI5", "avatar_url": "https://avatars.githubusercontent.com/u/87940629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paul-gibbons", "html_url": "https://github.com/paul-gibbons", "followers_url": "https://api.github.c...
[ { "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
[]
2024-06-11T19:47:53
2024-07-02T14:31:36
2024-07-02T14:31:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9445", "html_url": "https://github.com/NVIDIA/NeMo/pull/9445", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9445.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9445.patch", "merged_at": "2024-07-02T14:31:36" }
# What does this PR do ? When loading a non-strict dist checkpoint in NeMo it hangs at https://github.com/NVIDIA/NeMo/blob/d7bb40364c17bf322004539f851cc83df4c4c2b7/nemo/utils/callbacks/dist_ckpt_io.py#L272 at PP_rank=0. When loading multimodal projection layer, there will be ranks loading nothing which leads to ...
{ "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/9445/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/9445/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9444
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9444/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9444/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9444/events
https://github.com/NVIDIA/NeMo/pull/9444
2,347,164,902
PR_kwDOC_bI7s5yJtqC
9,444
Fix failing RIR unit test with lhotse 1.24+
{ "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-06-11T19:47:41
2024-06-12T02:49:06
2024-06-12T02:49:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9444", "html_url": "https://github.com/NVIDIA/NeMo/pull/9444", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9444.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9444.patch", "merged_at": "2024-06-12T02:49:05" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a 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/9444/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/9444/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9443
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9443/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9443/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9443/events
https://github.com/NVIDIA/NeMo/pull/9443
2,347,020,675
PR_kwDOC_bI7s5yJOQ2
9,443
Add pip installer for export module
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
{ "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https://api.github.com/us...
[ { "login": "pablo-garay", "id": 7166088, "node_id": "MDQ6VXNlcjcxNjYwODg=", "avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pablo-garay", "html_url": "https://github.com/pablo-garay", "followers_url": "https...
null
[]
2024-06-11T18:17:26
2024-06-11T18:44:30
2024-06-11T18:44:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9443", "html_url": "https://github.com/NVIDIA/NeMo/pull/9443", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9443.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9443.patch", "merged_at": null }
# What does this PR do ? pip installer for the export module. This is a requirement of the NIM team.
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9443/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/9443/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9442
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9442/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9442/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9442/events
https://github.com/NVIDIA/NeMo/pull/9442
2,347,002,441
PR_kwDOC_bI7s5yJKPB
9,442
Remove configs not relevant to Fast Conformer-CTC
{ "login": "MedAymenF", "id": 33981698, "node_id": "MDQ6VXNlcjMzOTgxNjk4", "avatar_url": "https://avatars.githubusercontent.com/u/33981698?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MedAymenF", "html_url": "https://github.com/MedAymenF", "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": 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 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 c...
2024-06-11T18:06:37
2024-08-17T01:49:29
2024-08-17T01:49:28
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9442", "html_url": "https://github.com/NVIDIA/NeMo/pull/9442", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9442.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9442.patch", "merged_at": null }
# What does this PR do ? Removed "pred_hidden", "joint_hidden", and "pred_rnn_layers" because they are Fast Conformer-Transducer configs. **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/...
{ "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/9442/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/9442/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9441
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9441/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9441/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9441/events
https://github.com/NVIDIA/NeMo/pull/9441
2,346,995,968
PR_kwDOC_bI7s5yJI1o
9,441
Tiledsiglip
{ "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": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "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 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 c...
2024-06-11T18:02:45
2024-08-17T01:49:31
2024-08-17T01:49:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9441", "html_url": "https://github.com/NVIDIA/NeMo/pull/9441", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9441.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9441.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/9441/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/9441/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9440
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9440/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9440/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9440/events
https://github.com/NVIDIA/NeMo/pull/9440
2,346,947,937
PR_kwDOC_bI7s5yI-U5
9,440
Fix py3.11 dataclasses issue
{ "login": "MedAymenF", "id": 33981698, "node_id": "MDQ6VXNlcjMzOTgxNjk4", "avatar_url": "https://avatars.githubusercontent.com/u/33981698?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MedAymenF", "html_url": "https://github.com/MedAymenF", "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pze...
[ { "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....
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.", "Could you fix the formatting checks?", "> Could you fix the formattin...
2024-06-11T17:34:32
2024-08-15T13:53:53
2024-08-15T13:20:26
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/9440", "html_url": "https://github.com/NVIDIA/NeMo/pull/9440", "diff_url": "https://github.com/NVIDIA/NeMo/pull/9440.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/9440.patch", "merged_at": "2024-08-15T13:20:26" }
# What does this PR do ? Fixes #9419. **Collection**: [ASR] # Changelog - Fix dataclasses in examples/asr/transcribe_speech.py. - Fix dataclasses in examples/asr/speech_to_text_eval.py. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines]...
{ "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/9440/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/9440/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/9439
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/9439/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/9439/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/9439/events
https://github.com/NVIDIA/NeMo/issues/9439
2,346,905,991
I_kwDOC_bI7s6L4vGH
9,439
Can we run NeMo MSDD Neural Diarizer model in realtime for realtime diarization?
{ "login": "ThiruRJST", "id": 60371933, "node_id": "MDQ6VXNlcjYwMzcxOTMz", "avatar_url": "https://avatars.githubusercontent.com/u/60371933?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ThiruRJST", "html_url": "https://github.com/ThiruRJST", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
[ { "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:...
null
[ "check these two PRs: https://github.com/NVIDIA/NeMo/pull/5609, https://github.com/NVIDIA/NeMo/pull/7896\r\nAlthough I couldn't get them to work", "Thanks for your interest, no we currently don;t support online speaker diarization using MSDD. ", "@nithinraok thank you nithin for the confirmation" ]
2024-06-11T17:08:57
2024-07-31T18:17:58
2024-07-31T18:17:58
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Disclaimer** I just want some inputs in developing a below mentioned pipeline, if it's feasible. **Requirements** I'm currently working on a project where I need the diarization to work in a real-time manner. I tried using the PyAnnote Library but None of those could match the accuracy of MSDD but We weren't...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/9439/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/9439/timeline
null
completed
false