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/7196 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7196/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7196/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7196/events | https://github.com/NVIDIA/NeMo/pull/7196 | 1,843,924,402 | PR_kwDOC_bI7s5Xkooe | 7,196 | Fix T5 using FA | {
"login": "hsiehjackson",
"id": 37269846,
"node_id": "MDQ6VXNlcjM3MjY5ODQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/37269846?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hsiehjackson",
"html_url": "https://github.com/hsiehjackson",
"followers_url": "https://api.github.c... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-08-09T20:02:08 | 2023-08-10T19:12:55 | 2023-08-10T19:12:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7196",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7196",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7196.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7196.patch",
"merged_at": "2023-08-10T19:12:54"
} | # What does this PR do ?
* Fix T5 mask when using FA
* Add additional configs
**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 snip... | {
"login": "hsiehjackson",
"id": 37269846,
"node_id": "MDQ6VXNlcjM3MjY5ODQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/37269846?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hsiehjackson",
"html_url": "https://github.com/hsiehjackson",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7196/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7196/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7195 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7195/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7195/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7195/events | https://github.com/NVIDIA/NeMo/pull/7195 | 1,843,732,058 | PR_kwDOC_bI7s5Xj_XJ | 7,195 | minor fix for conformer subsampling docstring. | {
"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... | [
{
"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 | null | 2023-08-09T17:40:56 | 2023-08-09T19:48:31 | 2023-08-09T19:48:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7195",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7195",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7195.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7195.patch",
"merged_at": "2023-08-09T19:48: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": "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/7195/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7195/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7193 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7193/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7193/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7193/events | https://github.com/NVIDIA/NeMo/pull/7193 | 1,843,665,141 | PR_kwDOC_bI7s5Xjw5G | 7,193 | deprecation warning | {
"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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-08-09T16:55:21 | 2023-08-14T18:09:43 | 2023-08-14T18:09:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7193",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7193",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7193.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7193.patch",
"merged_at": "2023-08-14T18:09:42"
} | # What does this PR do ?
adds a warning for multiple peft scripts.
**Collection**: [NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Befor... | {
"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/7193/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7193/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7192 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7192/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7192/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7192/events | https://github.com/NVIDIA/NeMo/issues/7192 | 1,843,431,044 | I_kwDOC_bI7s5t4IaE | 7,192 | List index out of range when transcribing with RNNT conformer large | {
"login": "robertveenhoven",
"id": 10922796,
"node_id": "MDQ6VXNlcjEwOTIyNzk2",
"avatar_url": "https://avatars.githubusercontent.com/u/10922796?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/robertveenhoven",
"html_url": "https://github.com/robertveenhoven",
"followers_url": "https://api... | [
{
"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 | null | 2023-08-09T14:46:24 | 2023-09-20T18:27:11 | 2023-09-19T15:53:16 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
A clear and concise description of what the bug is.
Hello, we are running a Dutch trained version of the conformer RNNT large model.
However, in a small amount of cases we receive the following list index out of range error.
` | {
"login": "odelalleau",
"id": 507137,
"node_id": "MDQ6VXNlcjUwNzEzNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/odelalleau",
"html_url": "https://github.com/odelalleau",
"followers_url": "https://api.github.com/users/o... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-08-08T20:54:23 | 2023-08-28T18:29:06 | 2023-08-28T18:29:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | The code of `end_of_generation_condition()` https://github.com/NVIDIA/NeMo/blob/13791d27ec8b322da11e8324ff07124aa4e6c55f/nemo/collections/nlp/modules/common/text_generation_strategy.py#L138 seems weird to me => opening an issue to clarify whether it is working as intended (cc @gshennvm @yidong72)
I have two concerns... | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7187/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7187/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7186 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7186/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7186/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7186/events | https://github.com/NVIDIA/NeMo/pull/7186 | 1,841,689,274 | PR_kwDOC_bI7s5XdCRj | 7,186 | Speaker emb -> speaker encoder | {
"login": "styagi130",
"id": 26252097,
"node_id": "MDQ6VXNlcjI2MjUyMDk3",
"avatar_url": "https://avatars.githubusercontent.com/u/26252097?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/styagi130",
"html_url": "https://github.com/styagi130",
"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 | null | 2023-08-08T17:03:18 | 2023-08-30T01:44:00 | 2023-08-30T01:44:00 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7186",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7186",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7186.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7186.patch",
"merged_at": null
} | # What does this PR do ?
Rename spk_emb api to speaker_encoder
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating ... | {
"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/7186/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7186/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7185 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7185/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7185/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7185/events | https://github.com/NVIDIA/NeMo/pull/7185 | 1,841,613,956 | PR_kwDOC_bI7s5Xcxua | 7,185 | Fix token_ids list truncation to specified max_len | {
"login": "ssh-meister",
"id": 117230141,
"node_id": "U_kgDOBvzKPQ",
"avatar_url": "https://avatars.githubusercontent.com/u/117230141?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ssh-meister",
"html_url": "https://github.com/ssh-meister",
"followers_url": "https://api.github.com/users/... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-08-08T16:13:58 | 2023-08-24T09:55:00 | 2023-08-24T09:55:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7185",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7185",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7185.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7185.patch",
"merged_at": null
} | # What does this PR do?
Fixed samples processing:
- removed multiple conversions from text_to_ids and ids_to_tokens which causes the difference in the token amounts between these operations
- changed the prompt template processing: tokens inside the prompt template (eg "<extra_token_1") are converted to token_ids ... | {
"login": "hsiehjackson",
"id": 37269846,
"node_id": "MDQ6VXNlcjM3MjY5ODQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/37269846?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hsiehjackson",
"html_url": "https://github.com/hsiehjackson",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7185/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7185/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7184 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7184/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7184/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7184/events | https://github.com/NVIDIA/NeMo/pull/7184 | 1,841,452,804 | PR_kwDOC_bI7s5XcOvR | 7,184 | allreduce layernorm params when enable sequence_parallel | {
"login": "Agoniii",
"id": 18502794,
"node_id": "MDQ6VXNlcjE4NTAyNzk0",
"avatar_url": "https://avatars.githubusercontent.com/u/18502794?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Agoniii",
"html_url": "https://github.com/Agoniii",
"followers_url": "https://api.github.com/users/Agonii... | [
{
"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 | null | 2023-08-08T14:39:06 | 2023-08-30T01:44:03 | 2023-08-30T01:44:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7184",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7184",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7184.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7184.patch",
"merged_at": null
} | # What does this PR do ?
Refer to the [comments](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py#L677), Layernorm parameters need to be all-reduced across model parallel nodes when sequence parallelism is used.
NeMo find layernorm parameters through '`seq... | {
"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/7184/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7184/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7183 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7183/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7183/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7183/events | https://github.com/NVIDIA/NeMo/pull/7183 | 1,841,428,167 | PR_kwDOC_bI7s5XcJZW | 7,183 | use the MixedFusedLayerNorm which will set sequence_parallel_enabled | {
"login": "Agoniii",
"id": 18502794,
"node_id": "MDQ6VXNlcjE4NTAyNzk0",
"avatar_url": "https://avatars.githubusercontent.com/u/18502794?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Agoniii",
"html_url": "https://github.com/Agoniii",
"followers_url": "https://api.github.com/users/Agonii... | [
{
"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 | null | 2023-08-08T14:25:24 | 2023-08-30T01:44:06 | 2023-08-30T01:44:06 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7183",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7183",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7183.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7183.patch",
"merged_at": null
} | # What does this PR do ?
NeMo uses `apex.normalization.fused_layer_norm.MixedFusedLayerNorm` when the `persistent_layernorm` is false.
But the `apex.normalization.fused_layer_norm.MixedFusedLayerNorm` doesn't set sequence_parallel.
And the `apex.transformer.layers.layer_norm.MixedFusedLayerNorm` will set seq... | {
"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/7183/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7183/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7182 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7182/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7182/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7182/events | https://github.com/NVIDIA/NeMo/pull/7182 | 1,841,409,748 | PR_kwDOC_bI7s5XcFWE | 7,182 | Fix t5 trainer test m | {
"login": "jubick1337",
"id": 16004982,
"node_id": "MDQ6VXNlcjE2MDA0OTgy",
"avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jubick1337",
"html_url": "https://github.com/jubick1337",
"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": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-08-08T14:15:32 | 2023-08-10T15:41:44 | 2023-08-10T15:41:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7182",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7182",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7182.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7182.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": "jubick1337",
"id": 16004982,
"node_id": "MDQ6VXNlcjE2MDA0OTgy",
"avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jubick1337",
"html_url": "https://github.com/jubick1337",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7182/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7182/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7181 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7181/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7181/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7181/events | https://github.com/NVIDIA/NeMo/issues/7181 | 1,840,710,035 | I_kwDOC_bI7s5ttwGT | 7,181 | MSDD model share memory. | {
"login": "SagyHarpazGong",
"id": 99274232,
"node_id": "U_kgDOBerN-A",
"avatar_url": "https://avatars.githubusercontent.com/u/99274232?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SagyHarpazGong",
"html_url": "https://github.com/SagyHarpazGong",
"followers_url": "https://api.github.com... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-08-08T07:15:21 | 2023-09-15T01:44:34 | 2023-09-15T01:44:34 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi.
I tried to run my MSDD model (using TITANET-large as speaker embedding model) in serving mode, meaning loading the model once and inference it in several processes, and in order to do so I need to use torch share_memory method.
when I use share_memory method I get the following error when I start the process:
At... | {
"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/7181/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7181/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7180 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7180/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7180/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7180/events | https://github.com/NVIDIA/NeMo/pull/7180 | 1,840,649,175 | PR_kwDOC_bI7s5XZgVl | 7,180 | add missing import | {
"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... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-08-08T06:28:55 | 2024-07-30T17:50:53 | 2023-08-30T01:44:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7180",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7180",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7180.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7180.patch",
"merged_at": null
} | # What does this PR do ?
Not sure why missing lib import did not raise any errors.
* added missing import for `Trainer` and `NemoConfig`;
* unify `'Trainer'` into `Trainer` as a variable type hint.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info ... | {
"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/7180/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7180/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7179 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7179/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7179/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7179/events | https://github.com/NVIDIA/NeMo/issues/7179 | 1,840,635,440 | I_kwDOC_bI7s5ttd4w | 7,179 | [Error] On running this tutorial notebook on Colab | {
"login": "mahimairaja",
"id": 81288263,
"node_id": "MDQ6VXNlcjgxMjg4MjYz",
"avatar_url": "https://avatars.githubusercontent.com/u/81288263?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mahimairaja",
"html_url": "https://github.com/mahimairaja",
"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 | null | [] | null | null | 2023-08-08T06:16:42 | 2023-09-15T01:44:36 | 2023-09-15T01:44:36 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | ## ASR Tutorial - Online_Offline_Speech_Commands_Demo.ipynb
I tried to execute the notebook in google colab (`https://github.com/NVIDIA/NeMo/blob/stable/tutorials/asr/Online_Offline_Speech_Commands_Demo.ipynb`)
While running the code block:
```python
wave_file = demo_wave
CHANNELS = 1
audio, sample_r... | {
"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/7179/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7179/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7178 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7178/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7178/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7178/events | https://github.com/NVIDIA/NeMo/issues/7178 | 1,840,595,651 | I_kwDOC_bI7s5ttULD | 7,178 | fine-tuning hifi-gan with libritts | {
"login": "liulfy",
"id": 27479464,
"node_id": "MDQ6VXNlcjI3NDc5NDY0",
"avatar_url": "https://avatars.githubusercontent.com/u/27479464?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/liulfy",
"html_url": "https://github.com/liulfy",
"followers_url": "https://api.github.com/users/liulfy/fo... | [
{
"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 | {
"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... | [
{
"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... | null | null | 2023-08-08T05:35:06 | 2023-10-15T01:45:51 | 2023-10-15T01:45:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I try finetune hifi-gan, which was pre-trained as 'tts_en_hifigan', with libritts, but it failed. I guess I need to modify the libritts data, I have resampled it to 22050kHz, and it did not work. Could you please give me some help, thanks! | {
"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/7178/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7178/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7177 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7177/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7177/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7177/events | https://github.com/NVIDIA/NeMo/pull/7177 | 1,840,436,886 | PR_kwDOC_bI7s5XYzEk | 7,177 | Fix logging for Megatron | {
"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": 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 | null | 2023-08-08T01:58:33 | 2023-08-30T01:44:11 | 2023-08-30T01:44:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7177",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7177",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7177.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7177.patch",
"merged_at": null
} | # What does this PR do ?
The PR fixes the progress bar stdout in megatron models to remove the `s/it` or `it/s` and instead display the actual cuda synchronized train step timing.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes 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/7177/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7177/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7176 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7176/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7176/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7176/events | https://github.com/NVIDIA/NeMo/pull/7176 | 1,840,264,610 | PR_kwDOC_bI7s5XYN1O | 7,176 | Fixes for lightning 2.0 upgrade | {
"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": 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 | null | 2023-08-07T22:00:26 | 2023-08-12T04:51:04 | 2023-08-12T04:51:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7176",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7176",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7176.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7176.patch",
"merged_at": "2023-08-12T04:51:03"
} | # What does this PR do ?
Fix the following issues with the previous lightning 2.0 upgrade PR:
1) Decrease `val_check_interval` to 1 while resuming from a ckpt in some CI tests where max_steps is same as that of training and lightning 2.0 errors: [fit_loop.py#L259](https://github.com/Lightning-AI/lightning/blob/2.... | {
"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/7176/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7176/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7175 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7175/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7175/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7175/events | https://github.com/NVIDIA/NeMo/pull/7175 | 1,838,451,195 | PR_kwDOC_bI7s5XSF_p | 7,175 | Update README.rst | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/fo... | [] | closed | false | null | [] | null | null | 2023-08-06T22:57:08 | 2023-08-08T20:52:02 | 2023-08-08T20:52:01 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7175",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7175",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7175.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7175.patch",
"merged_at": "2023-08-08T20:52:01"
} | # What does this PR do ?
update readme regarding container version and python version
**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 co... | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/fo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7175/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7175/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7174 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7174/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7174/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7174/events | https://github.com/NVIDIA/NeMo/pull/7174 | 1,838,273,748 | PR_kwDOC_bI7s5XRgT4 | 7,174 | Allow applications to control the encoder mask type | {
"login": "nzmora-nvidia",
"id": 96238833,
"node_id": "U_kgDOBbx88Q",
"avatar_url": "https://avatars.githubusercontent.com/u/96238833?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nzmora-nvidia",
"html_url": "https://github.com/nzmora-nvidia",
"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 | null | 2023-08-06T16:48:21 | 2023-10-03T01:44:40 | 2023-10-03T01:44:40 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7174",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7174",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7174.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7174.patch",
"merged_at": null
} | # What does this PR do ?
When TensorRT optimizes Nemo GPT models it uses a different mask shape in the Context phase (triangular mask, i.e. causal) and in the Generation phase (1D mask, i.e. padding).
To support this TensorRT needs to control GPT's encoder mask type (which defaults to causal) via the model configur... | {
"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/7174/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7174/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7173 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7173/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7173/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7173/events | https://github.com/NVIDIA/NeMo/issues/7173 | 1,838,218,698 | I_kwDOC_bI7s5tkP3K | 7,173 | 1D conv block in citrinet | {
"login": "bchinnari",
"id": 26137195,
"node_id": "MDQ6VXNlcjI2MTM3MTk1",
"avatar_url": "https://avatars.githubusercontent.com/u/26137195?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bchinnari",
"html_url": "https://github.com/bchinnari",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | null | 2023-08-06T13:54:46 | 2023-08-07T07:53:27 | 2023-08-07T07:53:26 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am looking at the citrinet paper (https://arxiv.org/pdf/2104.01721.pdf) and I am trying to understand the architecture. Simultaneously I downloaded citrinet model (stt_en_citrinet_1024_gamma_0_24) and printed the model. Part of it looks like follows
---------------------
(1): JasperBlock(
(mconv): M... | {
"login": "bchinnari",
"id": 26137195,
"node_id": "MDQ6VXNlcjI2MTM3MTk1",
"avatar_url": "https://avatars.githubusercontent.com/u/26137195?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bchinnari",
"html_url": "https://github.com/bchinnari",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7173/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7173/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7172 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7172/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7172/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7172/events | https://github.com/NVIDIA/NeMo/issues/7172 | 1,838,112,398 | I_kwDOC_bI7s5tj16O | 7,172 | Upgrading `hydra-core` past 1.3 | {
"login": "alllexx88",
"id": 6587516,
"node_id": "MDQ6VXNlcjY1ODc1MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6587516?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alllexx88",
"html_url": "https://github.com/alllexx88",
"followers_url": "https://api.github.com/users/al... | [] | 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 | null | 2023-08-06T08:40:07 | 2023-08-19T12:37:52 | 2023-08-19T12:37:52 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Is your feature request related to a problem? Please describe.**
Current `hydra-core` version (`hydra-core>=1.2.0,<1.3` from `requirements/requirements_lightning.txt`) doesn't work with Python 3.11: see #7166
**Describe the solution you'd like**
Now, after [Upgrade to pytorch lightning 2.0](https://github.co... | {
"login": "alllexx88",
"id": 6587516,
"node_id": "MDQ6VXNlcjY1ODc1MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6587516?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alllexx88",
"html_url": "https://github.com/alllexx88",
"followers_url": "https://api.github.com/users/al... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7172/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7172/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7171 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7171/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7171/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7171/events | https://github.com/NVIDIA/NeMo/pull/7171 | 1,838,000,642 | PR_kwDOC_bI7s5XQttE | 7,171 | context parallelism | {
"login": "xrennvidia",
"id": 103958965,
"node_id": "U_kgDOBjJJtQ",
"avatar_url": "https://avatars.githubusercontent.com/u/103958965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xrennvidia",
"html_url": "https://github.com/xrennvidia",
"followers_url": "https://api.github.com/users/xre... | [
{
"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 | null | 2023-08-06T01:24:12 | 2023-10-17T18:13:43 | 2023-10-17T18:13:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7171",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7171",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7171.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7171.patch",
"merged_at": null
} | # What does this PR do ?
GPT training with long-context input (e.g., sequence length of 16, 32K, 64K) can easily overflow GPU memory with huge activations. Context parallelism splits long-context input along the dimension of sequence length, parallelizes partitioned sequence segments among multiple GPUs. In this way... | {
"login": "xrennvidia",
"id": 103958965,
"node_id": "U_kgDOBjJJtQ",
"avatar_url": "https://avatars.githubusercontent.com/u/103958965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xrennvidia",
"html_url": "https://github.com/xrennvidia",
"followers_url": "https://api.github.com/users/xre... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7171/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7171/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7168 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7168/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7168/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7168/events | https://github.com/NVIDIA/NeMo/pull/7168 | 1,837,462,907 | PR_kwDOC_bI7s5XPFDl | 7,168 | initial scripts | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-08-05T00:12:56 | 2023-08-18T00:20:42 | 2023-08-14T23:33:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7168",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7168",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7168.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7168.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": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7168/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7168/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7167 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7167/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7167/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7167/events | https://github.com/NVIDIA/NeMo/pull/7167 | 1,837,330,909 | PR_kwDOC_bI7s5XOoag | 7,167 | Merge release r1.20.0 to main | {
"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... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://a... | closed | false | null | [] | null | null | 2023-08-04T20:57:50 | 2023-08-05T05:28:11 | 2023-08-05T05:28:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7167",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7167",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7167.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7167.patch",
"merged_at": "2023-08-05T05:28:10"
} | # What does this PR do ?
Make sure all bugfixes and doc updates were properly cherry picked to main.
**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
```pyt... | {
"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/7167/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7167/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7166 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7166/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7166/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7166/events | https://github.com/NVIDIA/NeMo/issues/7166 | 1,836,660,080 | I_kwDOC_bI7s5teTVw | 7,166 | Ubuntu 22.04 Python 3.11 [asr]: multiple errors `dataclasses ValueError: mutable default * for field * is not allowed: use default_factory` | {
"login": "alllexx88",
"id": 6587516,
"node_id": "MDQ6VXNlcjY1ODc1MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6587516?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alllexx88",
"html_url": "https://github.com/alllexx88",
"followers_url": "https://api.github.com/users/al... | [
{
"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": "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 | null | 2023-08-04T12:28:02 | 2024-05-16T23:49:50 | 2023-10-05T17:18:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
After installing latest stable `1.19.1` from pipI, or the latest current commit with `[asr]` extras, I'm getting this error from `hydra-core==1.2.0` when trying to import `nemo.collections.asr`:
```
Traceback (most recent call last):
File "/home/alex/T7/src/speaker_verification/nemo_speaker... | {
"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/7166/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7166/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7165 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7165/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7165/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7165/events | https://github.com/NVIDIA/NeMo/issues/7165 | 1,836,459,005 | I_kwDOC_bI7s5tdiP9 | 7,165 | Cannot fine-tune a Hifigan model | {
"login": "Samebodyonce",
"id": 38726684,
"node_id": "MDQ6VXNlcjM4NzI2Njg0",
"avatar_url": "https://avatars.githubusercontent.com/u/38726684?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samebodyonce",
"html_url": "https://github.com/Samebodyonce",
"followers_url": "https://api.github.c... | [
{
"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 | null | 2023-08-04T10:10:32 | 2023-08-07T10:57:44 | 2023-08-07T10:57:44 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | My code looks like:
python /workspaces/TTS/nemo/examples/tts/hifigan_finetune.py --config-path /workspaces/TTS/nemo/examples/tts/conf/hifigan --config-name hifigan.yaml model.max_steps=200000 model.optim.lr=0.00001 ~model.optim.sched train_dataset=/workspaces/TTS/data/train_manifest_mel_test.json validation_datasets... | {
"login": "Samebodyonce",
"id": 38726684,
"node_id": "MDQ6VXNlcjM4NzI2Njg0",
"avatar_url": "https://avatars.githubusercontent.com/u/38726684?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Samebodyonce",
"html_url": "https://github.com/Samebodyonce",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7165/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7165/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7162 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7162/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7162/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7162/events | https://github.com/NVIDIA/NeMo/issues/7162 | 1,835,969,566 | I_kwDOC_bI7s5tbqwe | 7,162 | swiglu activation doesn't support sequence_parallel | {
"login": "flymark2010",
"id": 8042816,
"node_id": "MDQ6VXNlcjgwNDI4MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/8042816?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/flymark2010",
"html_url": "https://github.com/flymark2010",
"followers_url": "https://api.github.com/us... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-08-04T02:30:54 | 2023-09-11T01:44:26 | 2023-09-11T01:44:25 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When changing activation to `swiglu` and enable `sequence_parallel`, the training crashes.
**Steps/Code to reproduce bug**
1. Checkout out repo tag: `git checkout v1.19.1`
2. Config modifications:
```diff
--- a/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml
+++ b/ex... | {
"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/7162/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/7162/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7161 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7161/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7161/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7161/events | https://github.com/NVIDIA/NeMo/issues/7161 | 1,835,761,813 | I_kwDOC_bI7s5ta4CV | 7,161 | Installation fails on Raspberry Pi 4 8GB with aarch64 Bullseye | {
"login": "lizaibeim",
"id": 38242437,
"node_id": "MDQ6VXNlcjM4MjQyNDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/38242437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lizaibeim",
"html_url": "https://github.com/lizaibeim",
"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 | null | [] | null | null | 2023-08-03T21:31:45 | 2023-09-17T01:44:58 | 2023-09-17T01:44:58 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi I am trying to install NeMo on aarch64 RasberryPi 4 64bit Bulleye. I wonder if anyone have a feasible way to install NeMo and make it run on Raspberry Pi 4?
I try the method **Pip from source**, and I run the `./reinstall.sh`, I found it fails while installing the pynini. Then I follow methods on https://pypi.org... | {
"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/7161/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7161/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7160 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7160/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7160/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7160/events | https://github.com/NVIDIA/NeMo/pull/7160 | 1,835,756,596 | PR_kwDOC_bI7s5XJWoP | 7,160 | NFA subtitle file config - specify colors and vertical alignment | {
"login": "erastorgueva-nv",
"id": 80532067,
"node_id": "MDQ6VXNlcjgwNTMyMDY3",
"avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erastorgueva-nv",
"html_url": "https://github.com/erastorgueva-nv",
"followers_url": "https://api... | [] | closed | false | null | [] | null | null | 2023-08-03T21:26:47 | 2023-08-03T21:41:11 | 2023-08-03T21:41:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7160",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7160",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7160.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7160.patch",
"merged_at": "2023-08-03T21:41:10"
} | # What does this PR do ?
Modify the `ASSFileConfig` so we can specify the colors of the text and its vertical alignment.
**Collection**: `tools/nemo_forced_aligner`
# Changelog
For specifying vertical alignment, removed `ass_file_config.marginv` parameter, which was being used as a rough way to modify the ve... | {
"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/7160/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7160/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7159 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7159/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7159/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7159/events | https://github.com/NVIDIA/NeMo/pull/7159 | 1,835,671,566 | PR_kwDOC_bI7s5XJFAl | 7,159 | Refactor LLM pretraining examples | {
"login": "maanug-nv",
"id": 109391026,
"node_id": "U_kgDOBoUssg",
"avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/maanug-nv",
"html_url": "https://github.com/maanug-nv",
"followers_url": "https://api.github.com/users/maanug... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-08-03T20:12:19 | 2023-08-16T18:08:38 | 2023-08-16T18:08:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7159",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7159",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7159.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7159.patch",
"merged_at": "2023-08-16T18:08:38"
} | # What does this PR do ?
Simplify LLM pretraining example scripts by moving common logic into a new `TrainerBuilder` and `exp_manager`.
**Collection**: [Note which collection this PR will affect]
# Changelog
- add a `TrainerBuilder` type that hides some common logic for setting up a `Trainer`
- ~~move logic... | {
"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/7159/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7159/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7158 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7158/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7158/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7158/events | https://github.com/NVIDIA/NeMo/issues/7158 | 1,835,279,279 | I_kwDOC_bI7s5tZCOv | 7,158 | Incorrect padding for get_seq_len of features.py | {
"login": "EndOfTheGlory",
"id": 52138220,
"node_id": "MDQ6VXNlcjUyMTM4MjIw",
"avatar_url": "https://avatars.githubusercontent.com/u/52138220?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/EndOfTheGlory",
"html_url": "https://github.com/EndOfTheGlory",
"followers_url": "https://api.githu... | [
{
"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 | null | 2023-08-03T15:24:30 | 2023-09-10T01:44:54 | 2023-09-10T01:44:54 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | https://github.com/NVIDIA/NeMo/blob/4d78737f612964ff9cce2120bb28ec94f874ab07/nemo/collections/asr/parts/preprocessing/features.py#L392C1-L392C32
I don't know what was intended here, but to me it's clear there is redundency or error, because `self.n_fft // 2 * 2` is the same as just `self.n_fft`. Perhaps it was inten... | {
"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/7158/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7158/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7157 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7157/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7157/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7157/events | https://github.com/NVIDIA/NeMo/pull/7157 | 1,834,953,330 | PR_kwDOC_bI7s5XGsDZ | 7,157 | Changed vocoder dataset | {
"login": "styagi130",
"id": 26252097,
"node_id": "MDQ6VXNlcjI2MjUyMDk3",
"avatar_url": "https://avatars.githubusercontent.com/u/26252097?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/styagi130",
"html_url": "https://github.com/styagi130",
"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 | null | 2023-08-03T12:20:03 | 2023-08-25T01:44:07 | 2023-08-25T01:44:07 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7157",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7157",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7157.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7157.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/7157/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7157/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7156 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7156/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7156/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7156/events | https://github.com/NVIDIA/NeMo/pull/7156 | 1,833,991,097 | PR_kwDOC_bI7s5XDaXb | 7,156 | [TTS] Support audio offsets in TTS data loaders | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | {
"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... | [
{
"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... | null | null | 2023-08-02T22:41:34 | 2023-10-26T17:56:58 | 2023-10-26T17:56:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7156",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7156",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7156.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7156.patch",
"merged_at": "2023-10-26T17:56:57"
} | # What does this PR do ?
This PR contains all of the changes needed to support training TTS models with large, multi-utterance files.
Related features are all experimental, and the change is not backwards compatible as I had to change feature files from _.pt_ to _.npy_ so I could memory map them to avoid reading ... | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7156/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7156/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7155 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7155/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7155/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7155/events | https://github.com/NVIDIA/NeMo/pull/7155 | 1,833,978,158 | PR_kwDOC_bI7s5XDXki | 7,155 | NFA bugfix: remove any empty segments | {
"login": "erastorgueva-nv",
"id": 80532067,
"node_id": "MDQ6VXNlcjgwNTMyMDY3",
"avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erastorgueva-nv",
"html_url": "https://github.com/erastorgueva-nv",
"followers_url": "https://api... | [] | closed | false | null | [] | null | null | 2023-08-02T22:23:36 | 2023-08-02T22:26:23 | 2023-08-02T22:26:22 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7155",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7155",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7155.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7155.patch",
"merged_at": "2023-08-02T22:26:22"
} | # What does this PR do ?
Bugfix to prevent errors being thrown if the substring specified as an `additional_segment_grouping_separator` is placed at the beginning or end of reference text, or if 2+ of these substrings are placed next to each other in the reference text.
**Collection**: tools/nemo_forced_aligner
... | {
"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/7155/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7155/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7154 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7154/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7154/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7154/events | https://github.com/NVIDIA/NeMo/pull/7154 | 1,833,643,077 | PR_kwDOC_bI7s5XCOJd | 7,154 | [TTS] Remove nested TTS configs | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-08-02T17:48:32 | 2023-08-05T16:20:15 | 2023-08-05T02:53:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7154",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7154",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7154.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7154.patch",
"merged_at": "2023-08-05T02:53:08"
} | # What does this PR do ?
In a separate PR (https://github.com/NVIDIA/NeMo/pull/6852) it was brought up that TTS is using nested hydra config, which is against NeMo 1 config file per model policy.
This PR removes nested config from our experimental FastPitch and HiFiGan in favor of a flat structure with duplicated... | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7154/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7154/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7153 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7153/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7153/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7153/events | https://github.com/NVIDIA/NeMo/pull/7153 | 1,833,359,665 | PR_kwDOC_bI7s5XBPvZ | 7,153 | Fix incorrect embedding grads with distopt BF16 grad reductions | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-08-02T14:59:51 | 2023-08-04T20:45:56 | 2023-08-04T20:45:55 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7153",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7153",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7153.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7153.patch",
"merged_at": "2023-08-04T20:45:55"
} | # What does this PR do ?
In the case where we are training GPT with distopt, BF16 grads, and pipeline parallelism, we are not properly synchronizing the embedding grads between the first and last pipeline stage. The embeddings were being accumulated into BF16 buffers and the pipeline-parallel reduction was on FP32 b... | {
"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/7153/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7153/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7152 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7152/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7152/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7152/events | https://github.com/NVIDIA/NeMo/pull/7152 | 1,832,719,336 | PR_kwDOC_bI7s5W_EWt | 7,152 | freeze base mode on init during peft | {
"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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-08-02T08:41:34 | 2023-08-02T17:08:29 | 2023-08-02T17:08:28 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7152",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7152",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7152.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7152.patch",
"merged_at": "2023-08-02T17:08:28"
} | # What does this PR do ?
adds a self.freeze() during peft model init to prevent memory spike during startup.
**Collection**: [NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demo... | {
"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/7152/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7152/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7151 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7151/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7151/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7151/events | https://github.com/NVIDIA/NeMo/pull/7151 | 1,832,206,162 | PR_kwDOC_bI7s5W9WTf | 7,151 | Update evaluator.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... | [] | closed | false | null | [] | null | null | 2023-08-02T00:18:42 | 2023-08-02T01:38:01 | 2023-08-02T01:38:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7151",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7151",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7151.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7151.patch",
"merged_at": "2023-08-02T01:38:00"
} | reflecting changes in https://github.com/NVIDIA/NeMo/pull/7150
| {
"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/7151/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7151/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7150 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7150/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7150/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7150/events | https://github.com/NVIDIA/NeMo/pull/7150 | 1,832,195,501 | PR_kwDOC_bI7s5W9T_6 | 7,150 | fix evaluator.py for various exceptions by ast | {
"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... | [] | closed | false | null | [] | null | null | 2023-08-02T00:03:49 | 2023-08-02T00:14:44 | 2023-08-02T00:14:43 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7150",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7150",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7150.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7150.patch",
"merged_at": "2023-08-02T00:14:43"
} | the python `ast` package throws both `SyntaxError` and `ValueError` during evaluating an invalid dict object, so exception handling needs to catch all possible kinds of exceptions. | {
"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/7150/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7150/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7149 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7149/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7149/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7149/events | https://github.com/NVIDIA/NeMo/issues/7149 | 1,831,883,165 | I_kwDOC_bI7s5tMFGd | 7,149 | Default learning rate is too large | {
"login": "khanh14ph",
"id": 72318494,
"node_id": "MDQ6VXNlcjcyMzE4NDk0",
"avatar_url": "https://avatars.githubusercontent.com/u/72318494?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/khanh14ph",
"html_url": "https://github.com/khanh14ph",
"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 | null | 2023-08-01T19:20:57 | 2023-08-01T19:34:50 | 2023-08-01T19:34:42 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | In _conformer_transducer_bpe.yaml_ and _conformer_transducer_char.yaml_, the default learning rate is too large (5.0), which may lead to bad training for beginners if they do not see it. I hope you can change it to a more suitable value. | {
"login": "khanh14ph",
"id": 72318494,
"node_id": "MDQ6VXNlcjcyMzE4NDk0",
"avatar_url": "https://avatars.githubusercontent.com/u/72318494?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/khanh14ph",
"html_url": "https://github.com/khanh14ph",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7149/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7149/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7148 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7148/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7148/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7148/events | https://github.com/NVIDIA/NeMo/pull/7148 | 1,831,877,914 | PR_kwDOC_bI7s5W8Pet | 7,148 | FSDP + (TP) | {
"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 | null | 2023-08-01T19:16:45 | 2023-10-20T22:22:01 | 2023-08-29T01:44:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7148",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7148",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7148.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7148.patch",
"merged_at": null
} | # What does this PR do ?
Support FSDP + (Tensor parallelism) for Transformer models.
What's missing in the PR
1. Sharded checkpoint store and load (not critical at the moment)
2. Decouple the module granularity of full-activation recomputation and FSDP sharding to remove AG in recomputation
3. CPU initializati... | {
"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/7148/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7148/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7147 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7147/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7147/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7147/events | https://github.com/NVIDIA/NeMo/pull/7147 | 1,831,843,114 | PR_kwDOC_bI7s5W8IFu | 7,147 | multiple fields can form a context | {
"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": 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": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-08-01T18:52:32 | 2023-09-01T20:31:09 | 2023-09-01T20:31:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7147",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7147",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7147.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7147.patch",
"merged_at": "2023-09-01T20:31:08"
} | # What does this PR do ?
* Add support for multiple contexts and truncation_field
* Add support for truncation in the middle of prompt_template
* Arguments
* Remove context_key
* Remove separate_prompt_and_response_with_newline
* Add truncate_method
* Change the truncation logic to the following
1. Sp... | {
"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/7147/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7147/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7146 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7146/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7146/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7146/events | https://github.com/NVIDIA/NeMo/issues/7146 | 1,831,110,458 | I_kwDOC_bI7s5tJIc6 | 7,146 | Problems with MTEncDecModel model not releasing GPU memory | {
"login": "evros-chris",
"id": 37453466,
"node_id": "MDQ6VXNlcjM3NDUzNDY2",
"avatar_url": "https://avatars.githubusercontent.com/u/37453466?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/evros-chris",
"html_url": "https://github.com/evros-chris",
"followers_url": "https://api.github.com/... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-08-01T11:58:53 | 2023-09-09T01:43:35 | 2023-09-09T01:43:34 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I am creating an MTEncDecModel model and the gpu memory allocated never gets freed.
Specifically, I want to create an MTEncDecModel model for english to german, perform some translations, delete then model, then create an MTEncDecModel model for english to french, perform some translations, ... | {
"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/7146/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7146/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7145 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7145/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7145/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7145/events | https://github.com/NVIDIA/NeMo/issues/7145 | 1,830,919,584 | I_kwDOC_bI7s5tIZ2g | 7,145 | ASR Validation step predicts "???" when adding noise augmentation | {
"login": "gabitza-tech",
"id": 53811655,
"node_id": "MDQ6VXNlcjUzODExNjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabitza-tech",
"html_url": "https://github.com/gabitza-tech",
"followers_url": "https://api.github.c... | [
{
"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 | null | 2023-08-01T10:08:03 | 2023-10-17T01:17:33 | 2023-08-29T14:00:22 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I am using nemo docker v23.04 , but I also observe the following behavior in a conda environment too.
I am training several conformer models ( same behavior using fastconformer transducer or conformer transducer) with several perturbations ( speed and noise from musan) and at the end of the... | {
"login": "gabitza-tech",
"id": 53811655,
"node_id": "MDQ6VXNlcjUzODExNjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabitza-tech",
"html_url": "https://github.com/gabitza-tech",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7145/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7145/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7143 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7143/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7143/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7143/events | https://github.com/NVIDIA/NeMo/pull/7143 | 1,830,724,452 | PR_kwDOC_bI7s5W4YCX | 7,143 | Fix default context size | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-08-01T08:22:00 | 2023-08-01T15:18:58 | 2023-08-01T15:18:57 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7143",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7143",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7143.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7143.patch",
"merged_at": "2023-08-01T15:18:57"
} | # What does this PR do ?
There is a bug when performing RNNT/CTC decoding with hybrid models.
By default `att_context_size` should be [-1,-1] which is what set as default, but if None is passed through cfg, it replaces the current value, which shouldn't be the case.
**Collection**: ASR
# Changelog
- cha... | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7143/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7143/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7142 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7142/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7142/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7142/events | https://github.com/NVIDIA/NeMo/issues/7142 | 1,830,637,905 | I_kwDOC_bI7s5tHVFR | 7,142 | Follow the README guide. The installation of the apex failed | {
"login": "shjwudp",
"id": 11439912,
"node_id": "MDQ6VXNlcjExNDM5OTEy",
"avatar_url": "https://avatars.githubusercontent.com/u/11439912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shjwudp",
"html_url": "https://github.com/shjwudp",
"followers_url": "https://api.github.com/users/shjwud... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-08-01T07:28:20 | 2023-09-01T01:51:09 | 2023-09-01T01:51:09 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi, team, I found that the apex version specified in README is a problematic version, and fast_layer_norm cannot be built normally, related issue https://github.com/NVIDIA/apex/issues/1636 | {
"login": "shjwudp",
"id": 11439912,
"node_id": "MDQ6VXNlcjExNDM5OTEy",
"avatar_url": "https://avatars.githubusercontent.com/u/11439912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shjwudp",
"html_url": "https://github.com/shjwudp",
"followers_url": "https://api.github.com/users/shjwud... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7142/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7142/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7141 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7141/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7141/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7141/events | https://github.com/NVIDIA/NeMo/pull/7141 | 1,830,522,454 | PR_kwDOC_bI7s5W3ssd | 7,141 | Fix default context size | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-08-01T06:00:01 | 2023-08-01T08:21:31 | 2023-08-01T08:21:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7141",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7141",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7141.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7141.patch",
"merged_at": "2023-08-01T08:21:30"
} | # What does this PR do ?
There is a bug when performing RNNT/CTC decoding with hybrid models.
By default `att_context_size` should be [-1,-1] which is what set as default, but if None is passed through cfg, it replaces the current value, which shouldn't be the case.
**Collection**: ASR
# Changelog
- cha... | {
"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/7141/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7141/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7140 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7140/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7140/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7140/events | https://github.com/NVIDIA/NeMo/pull/7140 | 1,830,083,334 | PR_kwDOC_bI7s5W2PBx | 7,140 | [DRAFT] DistributedOptimizer integration for distr ckpt | {
"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"
}
] | closed | false | null | [] | null | null | 2023-07-31T21:41:59 | 2023-08-14T21:37:48 | 2023-08-14T21:37:48 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7140",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7140",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7140.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7140.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": "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/7140/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7140/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7139 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7139/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7139/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7139/events | https://github.com/NVIDIA/NeMo/issues/7139 | 1,829,887,732 | I_kwDOC_bI7s5tEd70 | 7,139 | How can I run NeMo for BERT-LARGE finetuning on SQuAD dataset for multinode multigpu configuration using Megatron-LM checkpoint? | {
"login": "Druva24",
"id": 41902883,
"node_id": "MDQ6VXNlcjQxOTAyODgz",
"avatar_url": "https://avatars.githubusercontent.com/u/41902883?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Druva24",
"html_url": "https://github.com/Druva24",
"followers_url": "https://api.github.com/users/Druva2... | [
{
"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 | null | 2023-07-31T19:36:53 | 2023-09-07T01:44:08 | 2023-09-07T01:44:08 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have searched for documentation on how can I use NeMo for downstream tasks, I found this :
https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/v1.0.0/nlp/megatron_finetuning.html
However, I haven't found any steps to get started with that do I need to make any code changes so that I can run the code on mul... | {
"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/7139/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7139/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7138 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7138/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7138/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7138/events | https://github.com/NVIDIA/NeMo/pull/7138 | 1,829,618,434 | PR_kwDOC_bI7s5W0pqF | 7,138 | Rename `megatron_amp_o2` to `megatron_amp_O2` in source code to be consistent | {
"login": "yaoyu-33",
"id": 54727607,
"node_id": "MDQ6VXNlcjU0NzI3NjA3",
"avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaoyu-33",
"html_url": "https://github.com/yaoyu-33",
"followers_url": "https://api.github.com/users/yao... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-31T16:27:39 | 2023-09-06T01:44:16 | 2023-09-06T01:44:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7138",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7138",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7138.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7138.patch",
"merged_at": null
} | # What does this PR do ?
Rename `megatron_amp_o2` to `megatron_amp_O2` in source code to be consistent
**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
```p... | {
"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/7138/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7138/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7137 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7137/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7137/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7137/events | https://github.com/NVIDIA/NeMo/pull/7137 | 1,829,572,045 | PR_kwDOC_bI7s5W0fT3 | 7,137 | Fixed main and merging this to r1.20 | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-31T16:04:00 | 2023-08-04T20:46:14 | 2023-08-04T20:46:14 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7137",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7137",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7137.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7137.patch",
"merged_at": null
} | # What does this PR do ?
Fix vad_utils.py for r1.12.0
Redoing https://github.com/NVIDIA/NeMo/pull/7113 for r1.20.0
**Collection**: ASR
# Changelog
The lines that are treating "None" in vad_utils.py
# Usage
Run Speaker_Diarization_Inference.ipynb
# Before your PR is "Ready for review"
**Pre check... | {
"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/7137/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7137/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7136 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7136/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7136/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7136/events | https://github.com/NVIDIA/NeMo/pull/7136 | 1,829,559,735 | PR_kwDOC_bI7s5W0cfb | 7,136 | Update notebook branch | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-31T15:59:36 | 2023-08-04T20:46:40 | 2023-08-04T20:46:35 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7136",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7136",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7136.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7136.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": "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/7136/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7136/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7135 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7135/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7135/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7135/events | https://github.com/NVIDIA/NeMo/pull/7135 | 1,829,479,428 | PR_kwDOC_bI7s5W0KMu | 7,135 | Update notebook branch | {
"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... | [
{
"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 | null | 2023-07-31T15:30:36 | 2023-07-31T15:59:08 | 2023-07-31T15:59:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7135",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7135",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7135.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7135.patch",
"merged_at": "2023-07-31T15:59:06"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/7135/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7135/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7134 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7134/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7134/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7134/events | https://github.com/NVIDIA/NeMo/issues/7134 | 1,828,847,935 | I_kwDOC_bI7s5tAgE_ | 7,134 | SpellMapper / Missing generate_configs.sh | {
"login": "thomaschhh",
"id": 64537745,
"node_id": "MDQ6VXNlcjY0NTM3NzQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/64537745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thomaschhh",
"html_url": "https://github.com/thomaschhh",
"followers_url": "https://api.github.com/use... | [
{
"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 | null | 2023-07-31T10:05:43 | 2023-08-25T06:25:39 | 2023-08-25T06:25:38 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am currently looking into your code base and am wondering where to find the above-mentioned script that you are referring to [here](https://github.com/NVIDIA/NeMo/blob/2fa7abfb7311f1a4115dfa47afb80339697ec88d/examples/nlp/spellchecking_asr_customization/run_training.sh#L34C29-L34C29). I have already searched in your ... | {
"login": "thomaschhh",
"id": 64537745,
"node_id": "MDQ6VXNlcjY0NTM3NzQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/64537745?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/thomaschhh",
"html_url": "https://github.com/thomaschhh",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7134/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7134/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7133 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7133/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7133/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7133/events | https://github.com/NVIDIA/NeMo/issues/7133 | 1,828,497,055 | I_kwDOC_bI7s5s_Kaf | 7,133 | Regarding Synthetic tabular data generation | {
"login": "Vathsa28",
"id": 44828631,
"node_id": "MDQ6VXNlcjQ0ODI4NjMx",
"avatar_url": "https://avatars.githubusercontent.com/u/44828631?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vathsa28",
"html_url": "https://github.com/Vathsa28",
"followers_url": "https://api.github.com/users/Vat... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-07-31T06:29:41 | 2023-09-07T01:44:10 | 2023-09-07T01:44:10 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I was hoping the NVIDIA team would release a script to evaluate the generated synthetic data appropriately, Fine grained , course grained and medium grained evaluations shown in the video was done very nicely. Please release the script for that.
Best Regards | {
"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/7133/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7133/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7132 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7132/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7132/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7132/events | https://github.com/NVIDIA/NeMo/pull/7132 | 1,828,005,334 | PR_kwDOC_bI7s5WvI8n | 7,132 | Grouped query attention support | {
"login": "LydiaXiaohongLi",
"id": 35672632,
"node_id": "MDQ6VXNlcjM1NjcyNjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/35672632?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LydiaXiaohongLi",
"html_url": "https://github.com/LydiaXiaohongLi",
"followers_url": "https://api... | [
{
"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 | null | 2023-07-30T17:11:13 | 2023-08-22T01:43:50 | 2023-08-22T01:43:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7132",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7132",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7132.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7132.patch",
"merged_at": null
} | # What does this PR do ?
Support grouped query attention for language modelling, with torch attention and flash attention 2.
**Collection**: NLP
# Changelog
Support grouped query attention for language modelling, with torch attention and flash attention 2.
- Added parameter parse to enable GQA for gpt like ... | {
"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/7132/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7132/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7131 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7131/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7131/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7131/events | https://github.com/NVIDIA/NeMo/issues/7131 | 1,827,967,478 | I_kwDOC_bI7s5s9JH2 | 7,131 | Convert ckpt file to nemo | {
"login": "SagyHarpazGong",
"id": 99274232,
"node_id": "U_kgDOBerN-A",
"avatar_url": "https://avatars.githubusercontent.com/u/99274232?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SagyHarpazGong",
"html_url": "https://github.com/SagyHarpazGong",
"followers_url": "https://api.github.com... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-07-30T15:05:51 | 2023-09-09T01:43:37 | 2023-09-09T01:43:37 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi.
I trained msdd model but I stopped the training (not waited until the max_epoch value), is there any script to convert the ckpt file into nemo file, the ckpt file contain all the optimizer params and gradients.
please advise. | {
"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/7131/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7131/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7130 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7130/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7130/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7130/events | https://github.com/NVIDIA/NeMo/pull/7130 | 1,827,240,746 | PR_kwDOC_bI7s5WstDj | 7,130 | Add updated fc ctc and rnnt xxl models | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-07-29T00:37:46 | 2023-07-29T03:24:07 | 2023-07-29T03:24:07 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7130",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7130",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7130.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7130.patch",
"merged_at": "2023-07-29T03:24:06"
} | # What does this PR do ?
Add updated FC-XXL RNNT and CTC models
**Collection**: ASR
# Changelog
- Add pre trained models to code
- Add to docs
# Usage
```python
# FC Transducer BPE models
from nemo.collections.asr.models import EncDecRNNTBPEModel
fc_xxl_rnnt = EncDecRNNTBPEModel.from_pretrained('s... | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7130/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7130/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7129 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7129/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7129/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7129/events | https://github.com/NVIDIA/NeMo/issues/7129 | 1,827,131,611 | I_kwDOC_bI7s5s59Db | 7,129 | ONNX model takes too long to run | {
"login": "divyansh2681",
"id": 46630567,
"node_id": "MDQ6VXNlcjQ2NjMwNTY3",
"avatar_url": "https://avatars.githubusercontent.com/u/46630567?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/divyansh2681",
"html_url": "https://github.com/divyansh2681",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | null | null | 2023-07-28T22:02:32 | 2023-10-31T16:10:53 | 2023-09-01T02:24:51 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have exported a NeMo ASR model to ONNX. When I run the ONNX model for inference, it takes much much more time as compared to the original .nemo model. I am running both of them on the same machine in the same conda environment. | {
"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/7129/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7129/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7128 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7128/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7128/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7128/events | https://github.com/NVIDIA/NeMo/pull/7128 | 1,827,098,092 | PR_kwDOC_bI7s5WsOJD | 7,128 | Add updated fc ctc and rnnt xxl models | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-07-28T21:16:39 | 2023-07-29T00:37:20 | 2023-07-29T00:37:19 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7128",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7128",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7128.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7128.patch",
"merged_at": "2023-07-29T00:37:19"
} | # What does this PR do ?
Add updated FC-XXL RNNT and CTC models
**Collection**: ASR
# Changelog
- Add pre trained models to code
- Add to docs
# Usage
```python
# FC Transducer BPE models
from nemo.collections.asr.models import EncDecRNNTBPEModel
fc_xxl_rnnt = EncDecRNNTBPEModel.from_pretrained('s... | {
"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/7128/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7128/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7127 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7127/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7127/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7127/events | https://github.com/NVIDIA/NeMo/pull/7127 | 1,827,090,301 | PR_kwDOC_bI7s5WsMdx | 7,127 | Fixed main and merging this to r1.20 | {
"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... | [
{
"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 | null | 2023-07-28T21:06:51 | 2023-07-31T16:03:29 | 2023-07-31T16:03:28 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7127",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7127",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7127.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7127.patch",
"merged_at": "2023-07-31T16:03:28"
} | # What does this PR do ?
Fix vad_utils.py for r1.12.0
Redoing https://github.com/NVIDIA/NeMo/pull/7113 for r1.20.0
**Collection**: ASR
# Changelog
The lines that are treating "None" in vad_utils.py
# Usage
Run Speaker_Diarization_Inference.ipynb
# Before your PR is "Ready for review"
**Pre check... | {
"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/7127/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7127/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7126 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7126/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7126/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7126/events | https://github.com/NVIDIA/NeMo/pull/7126 | 1,827,002,497 | PR_kwDOC_bI7s5Wr5Ob | 7,126 | Fix import guard checks | {
"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 | null | 2023-07-28T19:41:23 | 2023-07-28T22:01:42 | 2023-07-28T22:01:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7126",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7126",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7126.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7126.patch",
"merged_at": "2023-07-28T22:01:38"
} | # What does this PR do ?
Fix import guards properly
**Collection**: [ASR, NLP]
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7126/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7126/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7125 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7125/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7125/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7125/events | https://github.com/NVIDIA/NeMo/pull/7125 | 1,827,000,599 | PR_kwDOC_bI7s5Wr4z1 | 7,125 | Revert "Fix import guard checks" | {
"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 | null | 2023-07-28T19:39:20 | 2023-07-28T19:39:33 | 2023-07-28T19:39:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7125",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7125",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7125.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7125.patch",
"merged_at": "2023-07-28T19:39:32"
} | Reverts NVIDIA/NeMo#7124 | {
"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/7125/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7125/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7124 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7124/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7124/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7124/events | https://github.com/NVIDIA/NeMo/pull/7124 | 1,826,995,448 | PR_kwDOC_bI7s5Wr3sy | 7,124 | Fix import guard checks | {
"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 | null | 2023-07-28T19:34:30 | 2023-07-28T19:36:20 | 2023-07-28T19:34:53 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7124",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7124",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7124.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7124.patch",
"merged_at": "2023-07-28T19:34:53"
} | # What does this PR do ?
Fix import guards for flash attention and DALI
**Collection**: [ASR, NLP]
# Changelog
- Add AttributeError support for import where classpath resolution fails.
- Add import guards to pynvml
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and follow... | {
"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/7124/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7124/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7123 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7123/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7123/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7123/events | https://github.com/NVIDIA/NeMo/pull/7123 | 1,826,799,436 | PR_kwDOC_bI7s5WrL5_ | 7,123 | Refactoring to make MegatronGPTModel dataset building more flexible | {
"login": "odelalleau",
"id": 507137,
"node_id": "MDQ6VXNlcjUwNzEzNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/odelalleau",
"html_url": "https://github.com/odelalleau",
"followers_url": "https://api.github.com/users/o... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-28T17:23:45 | 2023-08-26T01:43:12 | 2023-08-26T01:43:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7123",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7123",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7123.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7123.patch",
"merged_at": null
} | # What does this PR do ?
Refactoring to make MegatronGPTModel dataset building more flexible.
In particular this allows subclasses to use a different `build_datasets_strategy` without having to copy / paste the full `build_train_valid_test_datasets()` method.
**Collection**: `nlp`
# Changelog
- Add a new ... | {
"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/7123/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7123/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7122 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7122/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7122/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7122/events | https://github.com/NVIDIA/NeMo/issues/7122 | 1,826,758,614 | I_kwDOC_bI7s5s4h_W | 7,122 | Installation instructions should better indicate mandatory steps to make tests pass (or reinstall.sh needs an update) | {
"login": "odelalleau",
"id": 507137,
"node_id": "MDQ6VXNlcjUwNzEzNw==",
"avatar_url": "https://avatars.githubusercontent.com/u/507137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/odelalleau",
"html_url": "https://github.com/odelalleau",
"followers_url": "https://api.github.com/users/o... | [] | 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 | null | 2023-07-28T16:56:00 | 2023-07-28T19:34:54 | 2023-07-28T19:34:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Is your feature request related to a problem? Please describe.**
I wanted to setup a dev conda environment for NeMo, so I followed steps at https://github.com/NVIDIA/NeMo/tree/main#from-source
Afterwards `pytest --cpu` was failing (before it could even run any test) with two errors:
* `module 'nvidia' has no 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/7122/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7122/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7121 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7121/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7121/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7121/events | https://github.com/NVIDIA/NeMo/pull/7121 | 1,826,613,552 | PR_kwDOC_bI7s5Wqje4 | 7,121 | RoPE length extrapolation with interpolation (#7005) | {
"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": 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 | null | 2023-07-28T15:15:22 | 2023-08-22T01:43:52 | 2023-08-22T01:43:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7121",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7121",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7121.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7121.patch",
"merged_at": null
} | * Push changes
* Fixes
* add continue training script
* [WIP] nonlinear interp
* Fix
* override encoder_seq_len
* Remove nonlinear
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* sft with pi (#7006)
* sft ... | {
"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/7121/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7121/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7120 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7120/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7120/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7120/events | https://github.com/NVIDIA/NeMo/issues/7120 | 1,826,357,947 | I_kwDOC_bI7s5s3AK7 | 7,120 | In MegatronGPTModels, Creation of AutoCastTransformerLayer with TransformerEngine ignores chosen activation | {
"login": "shaltielshmid",
"id": 20192446,
"node_id": "MDQ6VXNlcjIwMTkyNDQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/20192446?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shaltielshmid",
"html_url": "https://github.com/shaltielshmid",
"followers_url": "https://api.githu... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-28T12:41:37 | 2023-09-04T01:44:25 | 2023-09-04T01:44:25 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I was training a MegatronGPTModel using `megatron_gpt_pretraining.py` and a machine with H100 chips. When I set `transformer_engine=true` I later noticed that my requested `activation=fast-swiglu` was ignored.
I traced the issue back to the [transformer.py](./nemo/collections/nlp/modules/com... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7120/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7120/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7119 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7119/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7119/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7119/events | https://github.com/NVIDIA/NeMo/pull/7119 | 1,825,859,048 | PR_kwDOC_bI7s5Wn--b | 7,119 | Pass `rotary_pos_emb` and `relative_position_bias` to TE | {
"login": "yaox12",
"id": 3831900,
"node_id": "MDQ6VXNlcjM4MzE5MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3831900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaox12",
"html_url": "https://github.com/yaox12",
"followers_url": "https://api.github.com/users/yaox12/foll... | [
{
"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 | null | 2023-07-28T07:21:11 | 2023-11-14T02:32:35 | 2023-10-05T01:45:20 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7119",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7119",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7119.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7119.patch",
"merged_at": null
} | # What does this PR do ?
Correctly pass `rotary_pos_emb` and `relative_position_bias` to TE.
**Collection**: [Note which collection this PR will affect]
[NLP]
# Changelog
- nemo/collections/nlp/modules/common/megatron/transformer.py
# Usage
* You can potentially add a usage example below
```python
... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7119/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7119/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7118 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7118/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7118/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7118/events | https://github.com/NVIDIA/NeMo/pull/7118 | 1,825,614,842 | PR_kwDOC_bI7s5WnMUj | 7,118 | Fixed small bug with NoisePerturbationWithNormalization | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | [
{
"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 | null | 2023-07-28T03:01:04 | 2023-07-28T17:08:08 | 2023-07-28T17:08:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7118",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7118",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7118.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7118.patch",
"merged_at": "2023-07-28T17:08:07"
} | # What does this PR do ?
Fixes a small indexing bug inside the NoisePerturbationWithNormalization class in perturb.py
**Collection**: ASR
# Changelog
- nemo/collections/asr/parts/preprocessing/perturb.py: added safety check to ensure you don't index into scalar value
# Before your PR is "Ready for review"... | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7118/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7118/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7117 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7117/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7117/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7117/events | https://github.com/NVIDIA/NeMo/pull/7117 | 1,825,249,223 | PR_kwDOC_bI7s5Wl8FJ | 7,117 | Fix links in Segmentation tutorial | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers"... | [] | closed | false | null | [] | null | null | 2023-07-27T21:23:41 | 2023-07-27T21:32:04 | 2023-07-27T21:32:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7117",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7117",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7117.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7117.patch",
"merged_at": "2023-07-27T21:32:03"
} | # 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/7117/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7117/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7116 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7116/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7116/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7116/events | https://github.com/NVIDIA/NeMo/pull/7116 | 1,824,963,983 | PR_kwDOC_bI7s5Wk8LX | 7,116 | Distributed checkpointing with mcore GPT | {
"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... | [
{
"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 | null | 2023-07-27T18:39:03 | 2023-08-28T21:52:55 | 2023-08-28T21:52:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7116",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7116",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7116.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7116.patch",
"merged_at": "2023-08-28T21:52:54"
} | This PR needs mcore dist ckpt for GPT PR to be pushed before merging.
# What does this PR do ?
Adds distributed checkpointing when using mcore gpt.
Distributed checkpointing enables training runs to restart automatically with different model parallel configs.
The checkpoint is saved to disk according to the ... | {
"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/7116/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7116/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7115 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7115/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7115/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7115/events | https://github.com/NVIDIA/NeMo/pull/7115 | 1,823,714,193 | PR_kwDOC_bI7s5WgtxW | 7,115 | Set a default value when getting `rampup_batch_size` | {
"login": "yaox12",
"id": 3831900,
"node_id": "MDQ6VXNlcjM4MzE5MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3831900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaox12",
"html_url": "https://github.com/yaox12",
"followers_url": "https://api.github.com/users/yaox12/foll... | [
{
"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 | null | 2023-07-27T06:36:22 | 2023-08-29T01:50:33 | 2023-08-28T19:53:31 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7115",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7115",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7115.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7115.patch",
"merged_at": "2023-08-28T19:53:31"
} | # What does this PR do ?
Set a default value when getting `rampup_batch_size`. Otherwise, configs without setting the value would result in errors.
**Collection**: [Note which collection this PR will affect]
[NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
*... | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.gith... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7115/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7115/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7114 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7114/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7114/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7114/events | https://github.com/NVIDIA/NeMo/issues/7114 | 1,823,560,959 | I_kwDOC_bI7s5ssVT_ | 7,114 | online diarizer | {
"login": "jeremy110",
"id": 52516810,
"node_id": "MDQ6VXNlcjUyNTE2ODEw",
"avatar_url": "https://avatars.githubusercontent.com/u/52516810?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jeremy110",
"html_url": "https://github.com/jeremy110",
"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 | null | [] | null | null | 2023-07-27T03:51:14 | 2023-09-03T01:44:45 | 2023-09-03T01:44:45 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi!
I was trying an online diarizer with reference to this PR(https://github.com/NVIDIA/NeMo/pull/5609). I am using the Nemo Frame VAD and modified it to directly output vad_timestamps (e.g., tensor([[0.0000, 1.5200, 1.5300]])). Then, I call diarize_step function every two seconds, as I'm not quite sure what one "st... | {
"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/7114/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/7114/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7113 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7113/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7113/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7113/events | https://github.com/NVIDIA/NeMo/pull/7113 | 1,823,468,254 | PR_kwDOC_bI7s5Wf5aY | 7,113 | Fix plot function in vad_utils.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": 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 | null | 2023-07-27T01:47:45 | 2023-07-27T12:22:39 | 2023-07-27T12:22:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7113",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7113",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7113.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7113.patch",
"merged_at": "2023-07-27T12:22:38"
} | Fix plot function in vad_utils.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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7113/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7113/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7112 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7112/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7112/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7112/events | https://github.com/NVIDIA/NeMo/pull/7112 | 1,823,221,886 | PR_kwDOC_bI7s5WfEjI | 7,112 | Include the scripts for preprocessing OAST and unit tests for chat sft datasets | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-26T21:36:45 | 2023-08-07T16:34:15 | 2023-08-07T16:29:22 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7112",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7112",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7112.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7112.patch",
"merged_at": "2023-08-07T16:29:22"
} | In this PR.
1. include scripts for preprocess OAST datasets.
2. annotate the datasets using reward model.
3. clean up the data for training.
4. include the unit tests to make sure the Chat SFT datasets produced expected masks.
5. add support in the UI to run attribute condition generations.
6. add HF dataset a... | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7112/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7112/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7111 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7111/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7111/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7111/events | https://github.com/NVIDIA/NeMo/issues/7111 | 1,822,986,621 | I_kwDOC_bI7s5sqJF9 | 7,111 | `nemo.collections.asr.models.EncDecSpeakerLabelModel.verify_speakers()` excessive embeddings normalization | {
"login": "alllexx88",
"id": 6587516,
"node_id": "MDQ6VXNlcjY1ODc1MTY=",
"avatar_url": "https://avatars.githubusercontent.com/u/6587516?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/alllexx88",
"html_url": "https://github.com/alllexx88",
"followers_url": "https://api.github.com/users/al... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-26T19:00:42 | 2023-09-03T01:44:47 | 2023-09-03T01:44:47 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
`nemo.collections.asr.models.EncDecSpeakerLabelModel.verify_speakers` has excessive embeddings normalization. First computed ambeddings are normalized here:
```
# Length Normalize
X = embs1 / torch.linalg.norm(embs1)
Y = embs2 / torch.linalg.norm(embs2)
```
(https:/... | {
"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/7111/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7111/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7110 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7110/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7110/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7110/events | https://github.com/NVIDIA/NeMo/pull/7110 | 1,822,960,551 | PR_kwDOC_bI7s5WeLHe | 7,110 | NeMo ASR Demo | {
"login": "lleaver",
"id": 137942999,
"node_id": "U_kgDOCDjX1w",
"avatar_url": "https://avatars.githubusercontent.com/u/137942999?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lleaver",
"html_url": "https://github.com/lleaver",
"followers_url": "https://api.github.com/users/lleaver/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": ""
}
] | closed | false | null | [] | null | null | 2023-07-26T18:39:45 | 2023-07-26T19:55:17 | 2023-07-26T19:55:17 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7110",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7110",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7110.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7110.patch",
"merged_at": "2023-07-26T19:55:17"
} | # What does this PR do ?
Hopefully fix the microphone access error for the transcription demo on the ASR docs main page.
**Collection**: docs
# 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 s... | {
"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/7110/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7110/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7109 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7109/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7109/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7109/events | https://github.com/NVIDIA/NeMo/issues/7109 | 1,822,311,801 | I_kwDOC_bI7s5snkV5 | 7,109 | Nemo toolkit installation failed in google colab | {
"login": "dawnuuuu",
"id": 58391499,
"node_id": "MDQ6VXNlcjU4MzkxNDk5",
"avatar_url": "https://avatars.githubusercontent.com/u/58391499?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dawnuuuu",
"html_url": "https://github.com/dawnuuuu",
"followers_url": "https://api.github.com/users/daw... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-26T12:28:17 | 2023-09-09T01:43:39 | 2023-09-09T01:43:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I kept on trying to install nemo toolkit but I keep on getting this error:
```jupyter-notebook
Collecting wget
Downloading wget-3.2.zip (10 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: wget
Building wheel for wget (setup.py) ... done
Created wheel for wget: filename=... | {
"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/7109/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7109/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7108 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7108/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7108/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7108/events | https://github.com/NVIDIA/NeMo/issues/7108 | 1,821,614,836 | I_kwDOC_bI7s5sk6L0 | 7,108 | Script is failing at "punctuator = PunctuationCapitalizationModel.from_pretrained("punctuation_en_bert")" | {
"login": "dsutradhar2",
"id": 74150742,
"node_id": "MDQ6VXNlcjc0MTUwNzQy",
"avatar_url": "https://avatars.githubusercontent.com/u/74150742?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dsutradhar2",
"html_url": "https://github.com/dsutradhar2",
"followers_url": "https://api.github.com/... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-26T05:34:10 | 2023-09-03T01:44:50 | 2023-09-03T01:44:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **I am getting the following error at "punctuator = PunctuationCapitalizationModel.from_pretrained("punctuation_en_bert")"
I am using Ubuntu 22.04.2 LTS**
File "/home/deb/.local/lib/python3.10/site-packages/nemo/core/classes/common.py", line 852, in from_pretrained
instance = class_.restore_from(
File "/ho... | {
"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/7108/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7108/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7107 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7107/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7107/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7107/events | https://github.com/NVIDIA/NeMo/pull/7107 | 1,821,505,652 | PR_kwDOC_bI7s5WZS0x | 7,107 | add bloom support | {
"login": "yaox12",
"id": 3831900,
"node_id": "MDQ6VXNlcjM4MzE5MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3831900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaox12",
"html_url": "https://github.com/yaox12",
"followers_url": "https://api.github.com/users/yaox12/foll... | [
{
"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 | null | 2023-07-26T03:20:31 | 2023-09-01T01:45:28 | 2023-09-01T01:45:28 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7107",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7107",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7107.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7107.patch",
"merged_at": null
} | # What does this PR do ?
Add BLOOM model support to NeMo.
**Collection**: [Note which collection this PR will affect]
[NLP]
# Changelog
- Add BLOOM model architecture.
- Add input embedding layernorm to the language model.
- Add model configurations.
- A conversion script to convert HuggingFace ch... | {
"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/7107/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7107/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7106 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7106/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7106/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7106/events | https://github.com/NVIDIA/NeMo/pull/7106 | 1,820,506,061 | PR_kwDOC_bI7s5WV7eJ | 7,106 | fix syntax error introduced in PR-7079 | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-25T14:44:39 | 2023-08-17T01:43:02 | 2023-08-17T01:43:02 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7106",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7106",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7106.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7106.patch",
"merged_at": null
} | # What does this PR do ?
Fix quotes causing syntax error in notebook json
**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 d... | {
"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/7106/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7106/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7105 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7105/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7105/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7105/events | https://github.com/NVIDIA/NeMo/pull/7105 | 1,820,334,983 | PR_kwDOC_bI7s5WVWNO | 7,105 | bug fix - alibi causal: for ith query, bias is m · [−(i − 1), ..., −2, −1, 0] for the first i keys | {
"login": "LydiaXiaohongLi",
"id": 35672632,
"node_id": "MDQ6VXNlcjM1NjcyNjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/35672632?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LydiaXiaohongLi",
"html_url": "https://github.com/LydiaXiaohongLi",
"followers_url": "https://api... | [] | closed | false | null | [] | null | null | 2023-07-25T13:22:26 | 2023-07-28T04:52:51 | 2023-07-28T04:52:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7105",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7105",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7105.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7105.patch",
"merged_at": null
} | # What does this PR do ?
Fix alibi position embedding for causal attention.
**Collection**: NLP
# Changelog
Existing: returns (1, num_heads, 1, key_length)
Fixed: returns (1, num_heads, query_length, key_length), where for ith query, the bias is m · [−(i − 1), ..., −2, −1, 0] for the first i keys, as per... | {
"login": "LydiaXiaohongLi",
"id": 35672632,
"node_id": "MDQ6VXNlcjM1NjcyNjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/35672632?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LydiaXiaohongLi",
"html_url": "https://github.com/LydiaXiaohongLi",
"followers_url": "https://api... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7105/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7105/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7104 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7104/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7104/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7104/events | https://github.com/NVIDIA/NeMo/issues/7104 | 1,819,829,068 | I_kwDOC_bI7s5seGNM | 7,104 | When importing nemo.collections.asr: ImportError: cannot import name 'get_num_classes' from 'torchmetrics.utilities.data' | {
"login": "xekl",
"id": 15870518,
"node_id": "MDQ6VXNlcjE1ODcwNTE4",
"avatar_url": "https://avatars.githubusercontent.com/u/15870518?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xekl",
"html_url": "https://github.com/xekl",
"followers_url": "https://api.github.com/users/xekl/followers"... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-25T08:38:32 | 2023-09-10T01:44:56 | 2023-09-10T01:44:56 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I cannot start my app due to an import error when using NeMo ASR. The relevant stack trace:
```
(...)
File "/asr/asr_solution.py", line 34, in <module>
import nemo.collections.asr as nemo_asr # NeMo's ASR library
File "/usr/local/lib/python3.10/site-packages/nemo/collections/asr/__init__.py", line 15,... | {
"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/7104/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7104/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7103 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7103/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7103/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7103/events | https://github.com/NVIDIA/NeMo/pull/7103 | 1,819,317,652 | PR_kwDOC_bI7s5WR432 | 7,103 | skip all reduce fix | {
"login": "wdykas",
"id": 73254672,
"node_id": "MDQ6VXNlcjczMjU0Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/73254672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wdykas",
"html_url": "https://github.com/wdykas",
"followers_url": "https://api.github.com/users/wdykas/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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-25T00:06:50 | 2023-08-17T01:43:04 | 2023-08-17T01:43:04 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7103",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7103",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7103.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7103.patch",
"merged_at": null
} | # What does this PR do ?
In certain scenarios(ex: single stage embeddings) there are no gradients for a rank with sequence parallel. This PR will skip the all reduce on those ranks.
**Collection**: [NLP]
# Changelog
- skip seqparallel all reduce on no grads
# Usage
* You can potentially add a usage exam... | {
"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/7103/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7103/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7102 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7102/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7102/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7102/events | https://github.com/NVIDIA/NeMo/pull/7102 | 1,819,182,640 | PR_kwDOC_bI7s5WRbH6 | 7,102 | fix syntax error introduced in PR-7079 | {
"login": "bene-ges",
"id": 61418381,
"node_id": "MDQ6VXNlcjYxNDE4Mzgx",
"avatar_url": "https://avatars.githubusercontent.com/u/61418381?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bene-ges",
"html_url": "https://github.com/bene-ges",
"followers_url": "https://api.github.com/users/ben... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-24T21:35:42 | 2023-07-25T14:44:07 | 2023-07-25T14:44:07 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7102",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7102",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7102.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7102.patch",
"merged_at": "2023-07-25T14:44:07"
} | # What does this PR do ?
Fix quotes causing syntax error in notebook json
**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 d... | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7102/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7102/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7101 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7101/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7101/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7101/events | https://github.com/NVIDIA/NeMo/issues/7101 | 1,819,124,873 | I_kwDOC_bI7s5sbaSJ | 7,101 | MSDD inference is too slow | {
"login": "SagyHarpazGong",
"id": 99274232,
"node_id": "U_kgDOBerN-A",
"avatar_url": "https://avatars.githubusercontent.com/u/99274232?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SagyHarpazGong",
"html_url": "https://github.com/SagyHarpazGong",
"followers_url": "https://api.github.com... | [
{
"id": 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": "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 | null | 2023-07-24T20:50:28 | 2024-11-19T13:57:49 | 2024-08-01T01:55:21 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I run the MSDD model on Nvidia A10 (24GB), but the inference is too slow, I looked on the code and there is a lot of traffic between the CPU and GPU and vice versa.
most of the time GPU utilization is on 0%
First the data is split into short segments according to the number of scales (I have 5 scales).
After eac... | {
"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/7101/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7101/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7099 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7099/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7099/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7099/events | https://github.com/NVIDIA/NeMo/pull/7099 | 1,818,905,415 | PR_kwDOC_bI7s5WQfHo | 7,099 | Fix absolute path in path join call | {
"login": "kingjan1999",
"id": 3208269,
"node_id": "MDQ6VXNlcjMyMDgyNjk=",
"avatar_url": "https://avatars.githubusercontent.com/u/3208269?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kingjan1999",
"html_url": "https://github.com/kingjan1999",
"followers_url": "https://api.github.com/us... | [
{
"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 | null | 2023-07-24T18:17:11 | 2023-07-24T18:28:27 | 2023-07-24T18:27:50 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7099",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7099",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7099.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7099.patch",
"merged_at": "2023-07-24T18:27:50"
} | # What does this PR do ?
This fixes a regression introduced in 39aff5ca3d52247e136a86429d567255c02a5d44 when joining paths was changed from string concatenation to `os.path.join`. At the moment the call disregards the first part (`frame_pred_dir`) and always returns a path starting with `/overlap_smoothing_output`.
... | {
"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/7099/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7099/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7098 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7098/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7098/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7098/events | https://github.com/NVIDIA/NeMo/issues/7098 | 1,818,639,371 | I_kwDOC_bI7s5sZjwL | 7,098 | No code for SLU metrics computation | {
"login": "maevdokimov",
"id": 43167887,
"node_id": "MDQ6VXNlcjQzMTY3ODg3",
"avatar_url": "https://avatars.githubusercontent.com/u/43167887?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/maevdokimov",
"html_url": "https://github.com/maevdokimov",
"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": "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... | [
{
"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:... | null | null | 2023-07-24T15:19:32 | 2023-09-03T01:44:55 | 2023-09-03T01:44:55 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi!
I was trying to find a place where SLU metrics are computed. AFAIU this is going to be [here](https://github.com/NVIDIA/NeMo/blob/main/examples/slu/speech_intent_slot/eval_utils/evaluator.py#L92). But I can't find where ```ErrorMetric ``` class is defined. Are you planning to make this code publicly available?
| {
"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/7098/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7098/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7097 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7097/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7097/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7097/events | https://github.com/NVIDIA/NeMo/issues/7097 | 1,817,142,891 | I_kwDOC_bI7s5sT2Zr | 7,097 | [feature request] RNN-T loss to support arbitrary padding | {
"login": "vadimkantorov",
"id": 1041752,
"node_id": "MDQ6VXNlcjEwNDE3NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1041752?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vadimkantorov",
"html_url": "https://github.com/vadimkantorov",
"followers_url": "https://api.github.... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-07-23T14:08:41 | 2023-11-02T01:44:34 | 2023-11-02T01:44:34 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I think currently, the RNN-t loss supports any padding for every example in batch except the longest example. What is the nature of such limitation? (as it seems that the underlying code is already able to handle padding, so not clear why the longest example is different)
Original discussion: https://github.com/NVID... | {
"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/7097/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7097/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7096 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7096/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7096/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7096/events | https://github.com/NVIDIA/NeMo/pull/7096 | 1,816,470,361 | PR_kwDOC_bI7s5WIitW | 7,096 | Add GQA config to megatron gpt model | {
"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/... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | {
"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 | null | 2023-07-21T23:17:15 | 2023-07-21T23:32:43 | 2023-07-21T23:32:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7096",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7096",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7096.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7096.patch",
"merged_at": "2023-07-21T23:32:42"
} | # What does this PR do ?
Add GQA config in GPT config file.
__Note__ that this PR merge into `mcore_gpt_path` not `main`.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* Set `num_query_groups` in `Megatr... | {
"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/7096/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7096/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7095 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7095/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7095/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7095/events | https://github.com/NVIDIA/NeMo/pull/7095 | 1,816,462,677 | PR_kwDOC_bI7s5WIhF8 | 7,095 | Disable distopt contiguous param buffer by default | {
"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": 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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-07-21T23:01:08 | 2023-07-25T19:12:21 | 2023-07-25T19:12:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7095",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7095",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7095.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7095.patch",
"merged_at": "2023-07-25T19:12:17"
} | # What does this PR do ?
This fixes a bug reported by @wdykas, where https://github.com/NVIDIA/NeMo/pull/5684 significantly increased the size of GPT checkpoints.
I think this is because this PR configures the model parameters so they are all views into a single large buffer. However, PyTorch tensors save their u... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7095/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7095/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7094 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7094/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7094/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7094/events | https://github.com/NVIDIA/NeMo/pull/7094 | 1,816,453,851 | PR_kwDOC_bI7s5WIfNM | 7,094 | Adding docs and models for multiple lookahead cache-aware ASR | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-21T22:43:32 | 2023-07-22T07:12:02 | 2023-07-22T07:12:01 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7094",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7094",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7094.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7094.patch",
"merged_at": "2023-07-22T07:12:01"
} | # What does this PR do ?
This PR adds the following items related to multi-lookahead cache-aware streaming models:
+ documentation
+ support of multi-lookahead for transcribe_speech.py, transcribe_speech_parallel.py, and speech_to_text_eval.py,
+ one pre-trained model which is uploaded on NGC and supports 0s, 80... | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7094/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7094/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7093 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7093/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7093/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7093/events | https://github.com/NVIDIA/NeMo/pull/7093 | 1,816,420,942 | PR_kwDOC_bI7s5WIYF9 | 7,093 | Use GPTModel from mcore | {
"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... | [
{
"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 | null | 2023-07-21T21:51:57 | 2023-08-14T21:37:45 | 2023-08-14T21:37:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7093",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7093",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7093.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7093.patch",
"merged_at": "2023-08-14T21:37:44"
} | # What does this PR do ?
This PR adds a path to use GPTModel from Megatron Core.
Requirements:
Make sure that megatron core is installed from a recent commit:
```
git clone https://github.com/NVIDIA/Megatron-LM.git && \
cd Megatron-LM && \
git checkout 3316e811cc5335ee24c2d203416d86... | {
"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/7093/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7093/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7092 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7092/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7092/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7092/events | https://github.com/NVIDIA/NeMo/pull/7092 | 1,816,328,863 | PR_kwDOC_bI7s5WIEGs | 7,092 | Added script to extract ASR CTC and RNNT models from ASR hybrid models | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | [
{
"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 | null | 2023-07-21T20:08:06 | 2023-07-22T03:53:29 | 2023-07-22T03:53:28 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7092",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7092",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7092.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7092.patch",
"merged_at": "2023-07-22T03:53:28"
} | # What does this PR do ?
Adds a script which extracts pure CTC or pure RNNT models from ASR hybrid models in .nemo format
**Collection**: ASR
# Changelog
- Added new script in examples/asr/asr_hybrid_transducer_ctc/helpers/convert_nemo_asr_hybrid_to_ctc.py
# Usage
* You can potentially add a usage exampl... | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7092/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7092/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7091 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7091/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7091/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7091/events | https://github.com/NVIDIA/NeMo/pull/7091 | 1,816,264,599 | PR_kwDOC_bI7s5WH2Li | 7,091 | Fix tensor_parallel function calls to megatron-lm | {
"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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-21T19:01:20 | 2023-07-21T19:17:37 | 2023-07-21T19:17:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7091",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7091",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7091.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7091.patch",
"merged_at": null
} | # What does this PR do ?
Megatron-LM has changed its function APIs in tensor_parallel, where a lot of params (e.g., `use_cpu_initialization`) are moved into a config object (e.g., `megatron.core.model_parallel_config.ModelParallelConfig`), for example [here](https://github.com/NVIDIA/Megatron-LM/blob/main/megatron/c... | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7091/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7091/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7088 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7088/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7088/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7088/events | https://github.com/NVIDIA/NeMo/pull/7088 | 1,815,000,132 | PR_kwDOC_bI7s5WDmOT | 7,088 | update TTS readme | {
"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... | [] | closed | false | null | [] | null | null | 2023-07-21T00:51:26 | 2023-07-24T06:59:02 | 2023-07-24T06:59:01 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7088",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7088",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7088.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7088.patch",
"merged_at": "2023-07-24T06:59:01"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a 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/7088/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7088/timeline | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.