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/6427 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6427/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6427/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6427/events | https://github.com/NVIDIA/NeMo/pull/6427 | 1,667,379,715 | PR_kwDOC_bI7s5OSDyX | 6,427 | fix CPU overheads of GPT synthetic dataset | {
"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": 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-04-14T01:43:49 | 2023-04-25T17:18:42 | 2023-04-14T05:49:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6427",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6427",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6427.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6427.patch",
"merged_at": "2023-04-14T05:49:30"
} | # What does this PR do ?
Move mask and position id generation in GPT synthetic dataset to __init__. They are same for each data loading, so doing it for every data loading is redundant, it also can create big CPU overheads while seq_len is long. Hence, move them to __init__.
**Collection**: [Note which collection... | {
"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/6427/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6427/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6426 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6426/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6426/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6426/events | https://github.com/NVIDIA/NeMo/pull/6426 | 1,667,276,769 | PR_kwDOC_bI7s5ORuSK | 6,426 | Added/updated new Conformer configs | {
"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... | [
{
"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-04-13T23:30:26 | 2023-04-20T22:03:14 | 2023-04-20T22:03:14 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6426",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6426",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6426.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6426.patch",
"merged_at": "2023-04-20T22:03:13"
} | # What does this PR do ?
Added some new configurations and updated some of the older configuration files for Conformer models.
# Changelog
- Added configs for cache-aware fastconformer and hybrid ASR.
- Added more info on batch size and precision suggestions in the configs.
**PR Type**:
- [X] New Feature
... | {
"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/6426/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6426/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6425 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6425/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6425/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6425/events | https://github.com/NVIDIA/NeMo/pull/6425 | 1,666,784,777 | PR_kwDOC_bI7s5OQEgF | 6,425 | Add Frame-VAD | {
"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": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-04-13T16:57:23 | 2023-04-18T14:49:25 | 2023-04-18T14:48:48 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6425",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6425",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6425.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6425.patch",
"merged_at": null
} | # What does this PR do ?
Add Frame-VAD, including related datasets and models for multi-label audio classification. Also, ASR+VAD pipeline is updated to use Frame-VAD, and support for dropping frames instead of masking is added.
**Collection**: [ASR]
# Changelog
- Frame-VAD:
- Model: `nemo.collections... | {
"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/6425/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6425/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6424 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6424/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6424/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6424/events | https://github.com/NVIDIA/NeMo/pull/6424 | 1,666,664,049 | PR_kwDOC_bI7s5OPqc6 | 6,424 | add rampup batch size support for Megatron GPT | {
"login": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-13T15:36:17 | 2023-04-20T17:30:56 | 2023-04-20T17:30:55 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6424",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6424",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6424.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6424.patch",
"merged_at": "2023-04-20T17:30:55"
} | # What does this PR do ?
This PR adds ramp up batch size support for GPT models. It allows to increase the batch size up to global batch size linearly during training in a given number of samples.
**Collection**: NLP
# Changelog
- Add rampup_batch_size value to the training config.
- Input rampup_batch_size... | {
"login": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6424/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6424/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6423 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6423/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6423/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6423/events | https://github.com/NVIDIA/NeMo/pull/6423 | 1,665,714,474 | PR_kwDOC_bI7s5OMeo0 | 6,423 | fixing the ability to use temp sampling with concat datasets | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [
{
"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-04-13T05:02:20 | 2023-04-14T04:28:36 | 2023-04-14T04:28:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6423",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6423",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6423.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6423.patch",
"merged_at": "2023-04-14T04:28:35"
} | # What does this PR do ?
fixing the ability to use temp sampling with concat datasets
**Collection**: ASR
# Changelog
In `audio_to_text_dataset.py` check for sampling probabilities only if the sampling technique is random
# Usage
* You can potentially add a usage example below
```python
# Add a code ... | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6423/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6423/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6422 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6422/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6422/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6422/events | https://github.com/NVIDIA/NeMo/pull/6422 | 1,665,555,587 | PR_kwDOC_bI7s5OL8_p | 6,422 | Cache and reuse inputs when no reset | {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo8... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-13T02:04:15 | 2023-12-09T05:50:50 | 2023-04-19T04:50:48 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6422",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6422",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6422.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6422.patch",
"merged_at": "2023-04-19T04:50:48"
} | # What does this PR do ?
Cache inputs (attention mask, loss mask, and position ids) and reuse.
This mitigates CPU-side overhead.
# 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 demonstr... | {
"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/6422/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6422/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6421 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6421/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6421/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6421/events | https://github.com/NVIDIA/NeMo/pull/6421 | 1,665,503,392 | PR_kwDOC_bI7s5OLxeN | 6,421 | exceptions with empty test / val ds config sections | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [] | closed | false | null | [] | null | null | 2023-04-13T01:14:59 | 2023-04-13T01:34:04 | 2023-04-13T01:34:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6421",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6421",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6421.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6421.patch",
"merged_at": "2023-04-13T01:34:03"
} | # What does this PR do ?
Resolves exceptions when trying to train with empty test/ val ds config sections
**Collection**: ASR
# Changelog
In `nemo/utils/model_utils.py` check if ds_values has values in it before trying to assign names to entries within. These names would have become visible in the test / val... | {
"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/6421/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6421/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6420 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6420/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6420/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6420/events | https://github.com/NVIDIA/NeMo/pull/6420 | 1,665,488,263 | PR_kwDOC_bI7s5OLuKe | 6,420 | Bug 4067510 | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [
{
"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-04-13T00:58:55 | 2023-04-13T01:06:30 | 2023-04-13T00:59:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6420",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6420",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6420.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6420.patch",
"merged_at": null
} | # What does this PR do ?
fixes exceptions when running with empty test /val ds sections
**Collection**: ASR
# Changelog
in `/nemo/utils/model_utils.py`, check if len(ds_values) > 0 before trying to assign dataset names
# Usage
* You can potentially add a usage example below
```python
# Add a code sni... | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6420/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6420/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6419 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6419/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6419/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6419/events | https://github.com/NVIDIA/NeMo/pull/6419 | 1,665,475,015 | PR_kwDOC_bI7s5OLrNW | 6,419 | Refactor PP conversion + add support for TP only conversion | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 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-04-13T00:47:50 | 2023-04-14T01:29:28 | 2023-04-14T01:29:24 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6419",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6419",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6419.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6419.patch",
"merged_at": "2023-04-14T01:29:24"
} | # What does this PR do ?
Updates the TP PP conversion script to support TP only conversion (back ported from NeMo 1.16)
Refactor PP conversion mechanism.
**Collection**: [NLP]
# Changelog
- Refactor components to functions, split apart TP and PP conversion components
- Refactor PP conversion to model speci... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6419/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6419/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6417 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6417/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6417/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6417/events | https://github.com/NVIDIA/NeMo/pull/6417 | 1,663,837,408 | PR_kwDOC_bI7s5OGJJG | 6,417 | [TTS] FastPitch speaker encoder | {
"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": 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-04-12T05:37:39 | 2023-04-18T02:19:16 | 2023-04-18T02:19:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6417",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6417",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6417.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6417.patch",
"merged_at": "2023-04-18T02:19:15"
} | # What does this PR do ?
Adds FastPitch speaker encoder with reference audio and reference speaker embedding
**Collection**: TTS
# Changelog
- Adds multi-speaker FastPitch pre-training with 1) Speaker verification model speaker embedding (reference speaker embedding) and 2) Global Style Tokens (reference aud... | {
"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/6417/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6417/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6416 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6416/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6416/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6416/events | https://github.com/NVIDIA/NeMo/pull/6416 | 1,663,833,259 | PR_kwDOC_bI7s5OGIO5 | 6,416 | [TTS] FastPitch adapter fine-tune and conditional layer normalization | {
"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": 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-04-12T05:34:31 | 2023-04-17T16:45:52 | 2023-04-17T16:45:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6416",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6416",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6416.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6416.patch",
"merged_at": "2023-04-17T16:45:51"
} | # What does this PR do ?
Adds FastPitch pre-training with CLNs and fine-tuning with adapters.
**Collection**: TTS
# Changelog
- Adds multi-speaker FastPitch pre-training with Conditional Layer Normalization
- `nemo/collections/tts/modules/fastpitch.py`
- `nemo/collections/tts/modules/transformer.p... | {
"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/6416/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6416/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6413 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6413/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6413/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6413/events | https://github.com/NVIDIA/NeMo/pull/6413 | 1,663,146,864 | PR_kwDOC_bI7s5ODxaM | 6,413 | Fix FastConformer config: correct bucketing strategy | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-11T20:12:28 | 2023-04-12T07:53:50 | 2023-04-11T21:31:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6413",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6413",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6413.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6413.patch",
"merged_at": "2023-04-11T21:31:12"
} | # What does this PR do ?
Fix typo in bucketing strategy in FastConformer configs.
**Collection**: [ASR]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](h... | {
"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/6413/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6413/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6412 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6412/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6412/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6412/events | https://github.com/NVIDIA/NeMo/pull/6412 | 1,663,039,228 | PR_kwDOC_bI7s5ODaGT | 6,412 | [TTS] whitelist broken path fix. | {
"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-04-11T18:52:13 | 2023-04-17T23:12:50 | 2023-04-17T23:12:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6412",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6412",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6412.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6412.patch",
"merged_at": "2023-04-17T23:12:46"
} | # What does this PR do ?
fixed broken file path.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use t... | {
"login": "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/6412/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6412/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6411 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6411/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6411/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6411/events | https://github.com/NVIDIA/NeMo/pull/6411 | 1,663,012,482 | PR_kwDOC_bI7s5ODUiC | 6,411 | update container info in readme | {
"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... | [
{
"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-04-11T18:30:44 | 2023-11-03T20:37:16 | 2023-05-04T01:50:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6411",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6411",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6411.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6411.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/6411/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6411/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6410 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6410/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6410/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6410/events | https://github.com/NVIDIA/NeMo/issues/6410 | 1,662,958,019 | I_kwDOC_bI7s5jHrnD | 6,410 | Is MoE implemented correctly? | {
"login": "njb-ms",
"id": 111463040,
"node_id": "U_kgDOBqTKgA",
"avatar_url": "https://avatars.githubusercontent.com/u/111463040?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/njb-ms",
"html_url": "https://github.com/njb-ms",
"followers_url": "https://api.github.com/users/njb-ms/follower... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-04-11T17:46:36 | 2023-05-23T22:31:39 | 2023-05-10T18:59:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | MoE FFNs are supposed to be sharded between GPUs. It seems like the current MoE implementation puts all FFNs on each GPU. See e.g. `https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/modules/common/megatron/mlp.py#L321`. Am I missing something here? | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6410/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6410/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6409 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6409/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6409/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6409/events | https://github.com/NVIDIA/NeMo/pull/6409 | 1,662,774,223 | PR_kwDOC_bI7s5OChX4 | 6,409 | Fix the GPT SFT datasets loss mask bug | {
"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-04-11T15:40:31 | 2023-04-11T17:42:52 | 2023-04-11T17:42:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6409",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6409",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6409.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6409.patch",
"merged_at": "2023-04-11T17:42:50"
} | # What does this PR do ?
Currently the mask position is off by 1. The first token in the label is not included in the loss calculation. | {
"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/6409/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6409/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6408 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6408/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6408/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6408/events | https://github.com/NVIDIA/NeMo/issues/6408 | 1,662,676,418 | I_kwDOC_bI7s5jGm3C | 6,408 | file does not exist in TTS get_data.py | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yz... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | {
"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-04-11T14:53:17 | 2023-05-16T04:21:23 | 2023-05-16T04:21:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | https://github.com/NVIDIA/NeMo/blob/main/scripts/dataset_processing/tts/ljspeech/get_data.py#L59
does not exist and needs to be updated. | {
"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/6408/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6408/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6406 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6406/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6406/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6406/events | https://github.com/NVIDIA/NeMo/issues/6406 | 1,661,705,141 | I_kwDOC_bI7s5jC5u1 | 6,406 | Config `share_embeddings_and_output_weights` does not work. | {
"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-04-11T03:19:24 | 2023-05-19T01:52:58 | 2023-05-19T01:52:58 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The code [here](https://github.com/NVIDIA/NeMo/blob/ecc116c29a14534abfe393f6eee4339b24ca6e57/nemo/collections/nlp/modules/common/megatron/module.py#L262) init the super class [MegatronModule](https://github.com/NVIDIA/NeMo/blob/ecc116c29a14534abfe393f6eee4339b24ca6e57/nemo/collections/nlp/module... | {
"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/6406/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6406/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6405 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6405/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6405/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6405/events | https://github.com/NVIDIA/NeMo/pull/6405 | 1,661,199,927 | PR_kwDOC_bI7s5N9NHR | 6,405 | Update hyperparameter recommendation based on experiments | {
"login": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | null | 2023-04-10T18:56:35 | 2023-04-13T01:13:27 | 2023-04-13T01:13:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6405",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6405",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6405.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6405.patch",
"merged_at": "2023-04-13T01:13:26"
} | # What does this PR do ?
Update hyperparameter recommendation based on experiments
**Collection**: tools
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this ... | {
"login": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6405/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6405/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6404 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6404/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6404/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6404/events | https://github.com/NVIDIA/NeMo/pull/6404 | 1,661,198,691 | PR_kwDOC_bI7s5N9M2L | 6,404 | Add semi sorted sampler. | {
"login": "fedorovgv",
"id": 50668534,
"node_id": "MDQ6VXNlcjUwNjY4NTM0",
"avatar_url": "https://avatars.githubusercontent.com/u/50668534?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fedorovgv",
"html_url": "https://github.com/fedorovgv",
"followers_url": "https://api.github.com/users/... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-04-10T18:55:21 | 2023-05-05T01:48:25 | 2023-05-05T01:48:25 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6404",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6404",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6404.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6404.patch",
"merged_at": null
} | # What does this PR do ?
Helps to speed up ASR models training without quality degradation.
**Collection**: ASR, Core
# Changelog
- Adds a semi sorted batch sampler and its prepare function to a new file (in the future it might be some other samplers or new techniques like dynamic batching):
`nemo/collect... | {
"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/6404/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6404/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6403 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6403/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6403/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6403/events | https://github.com/NVIDIA/NeMo/pull/6403 | 1,661,165,779 | PR_kwDOC_bI7s5N9F6C | 6,403 | Add documentation for preemption support | {
"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... | [] | closed | false | null | [] | null | null | 2023-04-10T18:23:17 | 2023-04-10T18:28:36 | 2023-04-10T18:28:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6403",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6403",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6403.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6403.patch",
"merged_at": "2023-04-10T18:28:35"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
Adds documentation for preemption support.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a u... | {
"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/6403/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6403/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6402 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6402/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6402/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6402/events | https://github.com/NVIDIA/NeMo/issues/6402 | 1,660,942,314 | I_kwDOC_bI7s5i__fq | 6,402 | Logprob for stt_conformer_transducer_large | {
"login": "efyphil",
"id": 38631588,
"node_id": "MDQ6VXNlcjM4NjMxNTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/38631588?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/efyphil",
"html_url": "https://github.com/efyphil",
"followers_url": "https://api.github.com/users/efyphi... | [] | 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-04-10T15:20:02 | 2023-04-10T16:57:07 | 2023-04-10T16:57:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | The Quartz model uses [logprobs](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/asr/Offline_ASR.ipynb#scrollTo=ZhWmR7lbvwSm) , which are very helpful in assessing how well speech is spoken. They make it possible to construct a spectrogram, but it is inferior to the model stt_conformer_transd... | {
"login": "efyphil",
"id": 38631588,
"node_id": "MDQ6VXNlcjM4NjMxNTg4",
"avatar_url": "https://avatars.githubusercontent.com/u/38631588?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/efyphil",
"html_url": "https://github.com/efyphil",
"followers_url": "https://api.github.com/users/efyphi... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6402/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6402/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6401 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6401/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6401/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6401/events | https://github.com/NVIDIA/NeMo/issues/6401 | 1,660,783,372 | I_kwDOC_bI7s5i_YsM | 6,401 | Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) while trying to import from nemo.collections.asr.models import EncDecCTCModelBPE | {
"login": "martavkhrk",
"id": 43974784,
"node_id": "MDQ6VXNlcjQzOTc0Nzg0",
"avatar_url": "https://avatars.githubusercontent.com/u/43974784?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/martavkhrk",
"html_url": "https://github.com/martavkhrk",
"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-04-10T13:24:24 | 2023-04-10T13:44:20 | 2023-04-10T13:44:20 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **I get an "Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)" when I trying to import nemo.collections.asr**
I would like to use NeMo model, but have an error Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) at the asr importing step.
from nemo.collections.asr.models ... | {
"login": "martavkhrk",
"id": 43974784,
"node_id": "MDQ6VXNlcjQzOTc0Nzg0",
"avatar_url": "https://avatars.githubusercontent.com/u/43974784?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/martavkhrk",
"html_url": "https://github.com/martavkhrk",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6401/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6401/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6400 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6400/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6400/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6400/events | https://github.com/NVIDIA/NeMo/pull/6400 | 1,660,452,017 | PR_kwDOC_bI7s5N6sGI | 6,400 | remove gc collect bottleneck code | {
"login": "limdongjin",
"id": 30315743,
"node_id": "MDQ6VXNlcjMwMzE1NzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30315743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/limdongjin",
"html_url": "https://github.com/limdongjin",
"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": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "htt... | closed | false | null | [] | null | null | 2023-04-10T08:39:33 | 2023-05-03T01:51:18 | 2023-05-03T01:51:18 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6400",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6400",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6400.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6400.patch",
"merged_at": null
} | # What does this PR do ?
Remove bottleneck code in `perform_clustering` function
**Collection**: [ASR]
# Changelog
- remove `gc.collect()` code since it makes too slow.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Befo... | {
"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/6400/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6400/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6399 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6399/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6399/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6399/events | https://github.com/NVIDIA/NeMo/pull/6399 | 1,660,084,532 | PR_kwDOC_bI7s5N5eEe | 6,399 | Fix prompt template unescaping | {
"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... | [
{
"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-04-10T01:18:07 | 2023-04-10T17:04:53 | 2023-04-10T17:04:52 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6399",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6399",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6399.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6399.patch",
"merged_at": "2023-04-10T17:04:52"
} | # What does this PR do ?
Unescape the prompt template to allow providing escape sequences in the prompt template from the CLI.
**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 c... | {
"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/6399/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6399/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6398 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6398/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6398/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6398/events | https://github.com/NVIDIA/NeMo/issues/6398 | 1,659,979,993 | I_kwDOC_bI7s5i8UjZ | 6,398 | Inconsistent documentation? | {
"login": "nilsjohanbjorck",
"id": 19216884,
"node_id": "MDQ6VXNlcjE5MjE2ODg0",
"avatar_url": "https://avatars.githubusercontent.com/u/19216884?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nilsjohanbjorck",
"html_url": "https://github.com/nilsjohanbjorck",
"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"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-04-09T19:34:57 | 2023-05-19T01:53:01 | 2023-05-19T01:53:01 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | The documentation at [https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/nemo_megatron/parallelisms.html] states that
`NeMo Megatron supports 4 types of parallelisms (can be mixed together arbitraritly)`
The documentation at [https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable... | {
"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/6398/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6398/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6396 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6396/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6396/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6396/events | https://github.com/NVIDIA/NeMo/issues/6396 | 1,659,551,403 | I_kwDOC_bI7s5i6r6r | 6,396 | GPT Training process hangs during sanity checking dataloader with TP=2, PP=2 and bias=false | {
"login": "hiyijian",
"id": 4326958,
"node_id": "MDQ6VXNlcjQzMjY5NTg=",
"avatar_url": "https://avatars.githubusercontent.com/u/4326958?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hiyijian",
"html_url": "https://github.com/hiyijian",
"followers_url": "https://api.github.com/users/hiyij... | [
{
"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-04-08T15:10:08 | 2024-05-17T18:45:18 | 2023-09-19T01:44:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
With TP=2 ,PP=2 and model.bias=false, GPT Training process hangs during dataloader sanity checking
**Steps/Code to reproduce bug**
Clone r1.15.0 realese branch and then run the offical GPT pretrain example with my trivial modification
```shell
git clone https://github.com/NVIDIA/NeMo.git
... | {
"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/6396/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6396/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6395 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6395/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6395/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6395/events | https://github.com/NVIDIA/NeMo/pull/6395 | 1,659,201,018 | PR_kwDOC_bI7s5N26hI | 6,395 | Sharded manifests for tarred datasets | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [
{
"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-04-07T21:01:54 | 2023-04-18T17:03:24 | 2023-04-18T17:03:23 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6395",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6395",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6395.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6395.patch",
"merged_at": "2023-04-18T17:03:23"
} | # What does this PR do ?
Helps accelerate manifest loading via optional manifest sharding. This should speed up the loading of large manifests and reduce memory footprint - each worker loads just the shards that it needs.
**Collection**: ASR
# Changelog
- Add specific line by line info of high level changes ... | {
"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/6395/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6395/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6394 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6394/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6394/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6394/events | https://github.com/NVIDIA/NeMo/pull/6394 | 1,659,198,654 | PR_kwDOC_bI7s5N26AK | 6,394 | add back ptuning pp2 test | {
"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": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-07T20:59:34 | 2023-06-08T20:49:01 | 2023-06-08T20:49:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6394",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6394",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6394.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6394.patch",
"merged_at": "2023-06-08T20:49:00"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6394/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6394/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6393 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6393/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6393/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6393/events | https://github.com/NVIDIA/NeMo/pull/6393 | 1,658,947,823 | PR_kwDOC_bI7s5N2GO5 | 6,393 | Move Parallelism usage from Apex -> Megatron Core | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | [
{
"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-04-07T15:50:45 | 2023-04-13T16:43:00 | 2023-04-13T16:42:58 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6393",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6393",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6393.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6393.patch",
"merged_at": "2023-04-13T16:42:58"
} | # What does this PR do ?
This PR moves model parallelism in NeMo to use Megatron-core instead of Apex.
* All models use dataloader_iter in train and eval step (except eval for T5 p-tuning)
* All pre-training models that use a constant sequence length sample based on microbatches
* All downstream tasks - p-tunin... | {
"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/6393/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6393/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6392 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6392/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6392/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6392/events | https://github.com/NVIDIA/NeMo/pull/6392 | 1,658,353,054 | PR_kwDOC_bI7s5N0NB6 | 6,392 | remove gc bottleneck code | {
"login": "limdongjin",
"id": 30315743,
"node_id": "MDQ6VXNlcjMwMzE1NzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30315743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/limdongjin",
"html_url": "https://github.com/limdongjin",
"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-04-07T04:39:16 | 2023-04-10T08:40:28 | 2023-04-10T08:31:24 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6392",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6392",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6392.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6392.patch",
"merged_at": null
} | # What does this PR do ?
Remove bottleneck code in `perform_clustering` function
**Collection**: [ASR]
# Changelog
- remove `gc.collect()` code since it makes too slow.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Befo... | {
"login": "limdongjin",
"id": 30315743,
"node_id": "MDQ6VXNlcjMwMzE1NzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30315743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/limdongjin",
"html_url": "https://github.com/limdongjin",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6392/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6392/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6391 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6391/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6391/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6391/events | https://github.com/NVIDIA/NeMo/pull/6391 | 1,658,331,797 | PR_kwDOC_bI7s5N0I6N | 6,391 | Framework for PEFT via mixins | {
"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": 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-04-07T04:03:21 | 2023-05-05T23:26:05 | 2023-05-05T23:26:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6391",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6391",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6391.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6391.patch",
"merged_at": "2023-05-05T23:26:04"
} | # What does this PR do ?
PTuning and Adapters/IA3 have been implemented in diverging styles. Adapters and IA3 uses the elegant adapter_mixins framework. This PR implements P-Tuning via the same adapter_mixins framework.
The high level goal is to unify all PEFT methods to use adapter_mixins. This is allow us to th... | {
"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/6391/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6391/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6390 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6390/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6390/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6390/events | https://github.com/NVIDIA/NeMo/issues/6390 | 1,658,303,758 | I_kwDOC_bI7s5i17UO | 6,390 | When training HiFiGAN, after some epochs, `d_loss`, `g_loss`, etc. become `NaN` | {
"login": "godspirit00",
"id": 16176151,
"node_id": "MDQ6VXNlcjE2MTc2MTUx",
"avatar_url": "https://avatars.githubusercontent.com/u/16176151?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/godspirit00",
"html_url": "https://github.com/godspirit00",
"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-04-07T03:13:29 | 2023-05-15T01:54:11 | 2023-05-15T01:54:11 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I'm training a 44100 HifiGAN model on my own dataset.
After some epochs, `d_loss`, `g_loss`, etc. become `NaN`,

 Looked-up speaker embedding 2) Speaker verification model speaker embedding 3) Global Style Tokens 4) Conditional Layer Normalization
- `nemo/col... | {
"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/6389/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6389/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6388 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6388/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6388/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6388/events | https://github.com/NVIDIA/NeMo/pull/6388 | 1,658,145,304 | PR_kwDOC_bI7s5Nzkrw | 6,388 | Add support for Megatron GPT Untied Embd TP PP Change | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 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-04-06T22:59:43 | 2023-04-11T00:53:17 | 2023-04-11T00:29:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6388",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6388",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6388.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6388.patch",
"merged_at": "2023-04-11T00:29:06"
} | # What does this PR do ?
Adds support for untied embeddings for Megatron GPT for TP PP change
**Collection**: [NLP]
# Changelog
- Generalize indexing for tied vs untied gpt embeddings
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](ht... | {
"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/6388/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6388/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6387 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6387/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6387/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6387/events | https://github.com/NVIDIA/NeMo/pull/6387 | 1,658,126,521 | PR_kwDOC_bI7s5Nzg27 | 6,387 | R1.17.0 | {
"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": 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-04-06T22:30:09 | 2023-04-28T01:52:47 | 2023-04-28T01:52:47 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6387",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6387",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6387.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6387.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/6387/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6387/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6386 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6386/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6386/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6386/events | https://github.com/NVIDIA/NeMo/pull/6386 | 1,658,126,198 | PR_kwDOC_bI7s5Nzgyz | 6,386 | user selected max_seq_len should be less than model's max_seq_len | {
"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-04-06T22:29:37 | 2023-05-05T21:43:43 | 2023-05-05T21:43:42 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6386",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6386",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6386.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6386.patch",
"merged_at": "2023-05-05T21:43:42"
} | # What does this PR do ?
user selected max_seq_len should be less than model's max_seq_len
**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... | {
"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/6386/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6386/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6385 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6385/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6385/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6385/events | https://github.com/NVIDIA/NeMo/pull/6385 | 1,658,004,863 | PR_kwDOC_bI7s5NzHGx | 6,385 | Ensure fine-tuning/prompt learning work for T5 | {
"login": "SeanNaren",
"id": 6707363,
"node_id": "MDQ6VXNlcjY3MDczNjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeanNaren",
"html_url": "https://github.com/SeanNaren",
"followers_url": "https://api.github.com/users/Se... | [
{
"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-04-06T20:28:34 | 2023-04-07T22:24:37 | 2023-04-07T22:24:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6385",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6385",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6385.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6385.patch",
"merged_at": "2023-04-07T22:24:36"
} | # What does this PR do ?
Adds support for T5 Finetuning/Prompt tuning.
# 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
```
# Before your PR is "Ready f... | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6385/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6385/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6383 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6383/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6383/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6383/events | https://github.com/NVIDIA/NeMo/issues/6383 | 1,657,668,598 | I_kwDOC_bI7s5izgP2 | 6,383 | Installation fails for python 3.10 | {
"login": "LilithHafner",
"id": 60898866,
"node_id": "MDQ6VXNlcjYwODk4ODY2",
"avatar_url": "https://avatars.githubusercontent.com/u/60898866?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LilithHafner",
"html_url": "https://github.com/LilithHafner",
"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"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-04-06T15:48:20 | 2023-06-15T01:58:03 | 2023-06-15T01:58:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Executing `python3.10 -m pip install mecab-python3` produces the error
```
Collecting mecab-python3
Using cached mecab-python3-1.0.6.tar.gz (77 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: mecab-python3
DEPRECATION: mecab-python3 is being installed using the legacy 'setup.py 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/6383/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6383/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6382 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6382/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6382/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6382/events | https://github.com/NVIDIA/NeMo/pull/6382 | 1,657,593,082 | PR_kwDOC_bI7s5Nxx58 | 6,382 | fixed torch warning on using a list of numpy arrays | {
"login": "MKNachesa",
"id": 21260224,
"node_id": "MDQ6VXNlcjIxMjYwMjI0",
"avatar_url": "https://avatars.githubusercontent.com/u/21260224?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MKNachesa",
"html_url": "https://github.com/MKNachesa",
"followers_url": "https://api.github.com/users/... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-06T15:01:23 | 2023-04-07T21:01:44 | 2023-04-07T21:01:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6382",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6382",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6382.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6382.patch",
"merged_at": "2023-04-07T21:01:44"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: ASR
# Changelog
- Fixed torch warning about creating a tensor from a list of numpy arrays and sped up execution by putting ```audio``` in a list when calling ```np.array()``` instead of when calling ```torch.... | {
"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/6382/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6382/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6381 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6381/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6381/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6381/events | https://github.com/NVIDIA/NeMo/issues/6381 | 1,656,816,106 | I_kwDOC_bI7s5iwQHq | 6,381 | Onnx export of cache aware conformer fails | {
"login": "jvcrnc",
"id": 91939832,
"node_id": "U_kgDOBXrj-A",
"avatar_url": "https://avatars.githubusercontent.com/u/91939832?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jvcrnc",
"html_url": "https://github.com/jvcrnc",
"followers_url": "https://api.github.com/users/jvcrnc/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 | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.... | null | null | 2023-04-06T07:21:27 | 2023-05-15T01:54:14 | 2023-05-15T01:54:14 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Latest fixes of onnx export of cache aware conformer still fail.
PR [ #6311](https://github.com/NVIDIA/NeMo/pull/6311) (This is not yet in nemo 1.17.0, only https://github.com/NVIDIA/NeMo/pull/5837 is with more problems)
The model get's exported, but inferencing results in an exception.
This can be seen when th... | {
"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/6381/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6381/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6380 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6380/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6380/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6380/events | https://github.com/NVIDIA/NeMo/pull/6380 | 1,656,576,016 | PR_kwDOC_bI7s5Nuf3Z | 6,380 | Add opengraph support for NeMo docs | {
"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-04-06T02:44:46 | 2023-04-06T03:07:29 | 2023-04-06T03:07:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6380",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6380",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6380.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6380.patch",
"merged_at": "2023-04-06T03:07:26"
} | # What does this PR do ?
Adds opengraph support for NeMo documentation page
**Collection**: [Docs]
# Changelog
- Add opengraph support for NeMo docs
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/m... | {
"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/6380/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6380/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6379 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6379/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6379/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6379/events | https://github.com/NVIDIA/NeMo/pull/6379 | 1,656,432,569 | PR_kwDOC_bI7s5NuBT8 | 6,379 | updated lr for FC configs | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [
{
"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-04-05T23:27:11 | 2023-04-06T01:01:24 | 2023-04-06T01:01:23 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6379",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6379",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6379.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6379.patch",
"merged_at": "2023-04-06T01:01:23"
} | # What does this PR do ?
Refines the suggested training parameters for the Fast Conformer models.
**Collection**: ASR
# Changelog
- In fast-conformer_ctc_bpe.yaml, change min_lr to 1e-4 (from 1e-6)
- in fast-conformer_transducer_bpe.yaml, change lr to 5e-3 and min_lr to 5e-4 (from 1e-6)
# Usage
* Train ... | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6379/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6379/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6378 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6378/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6378/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6378/events | https://github.com/NVIDIA/NeMo/pull/6378 | 1,656,078,218 | PR_kwDOC_bI7s5Ns1ns | 6,378 | Update gpt_training.rst | {
"login": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/follower... | [
{
"id": 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-04-05T18:13:21 | 2023-04-06T14:07:08 | 2023-04-06T14:07:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6378",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6378",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6378.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6378.patch",
"merged_at": "2023-04-06T14:07:07"
} | # 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": "SeanNaren",
"id": 6707363,
"node_id": "MDQ6VXNlcjY3MDczNjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeanNaren",
"html_url": "https://github.com/SeanNaren",
"followers_url": "https://api.github.com/users/Se... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6378/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6378/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6377 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6377/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6377/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6377/events | https://github.com/NVIDIA/NeMo/pull/6377 | 1,656,000,113 | PR_kwDOC_bI7s5NskvS | 6,377 | Add installation and ASR inference instructions for Mac | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-05T17:09:34 | 2023-04-05T17:44:15 | 2023-04-05T17:44:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6377",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6377",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6377.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6377.patch",
"merged_at": "2023-04-05T17:44:15"
} | # What does this PR do ?
Adds installation and inference instructions for Apple Mac.
**Collection**: [ASR (docs)]
# Changelog
- installation instructions
- ASR inference instructions
# Usage
Developing NeMo on Mac devices.
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you... | {
"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/6377/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6377/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6376 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6376/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6376/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6376/events | https://github.com/NVIDIA/NeMo/pull/6376 | 1,655,966,168 | PR_kwDOC_bI7s5NsdfX | 6,376 | Adapter tuning accepts expanded language model dir | {
"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-04-05T16:42:15 | 2023-04-05T20:37:50 | 2023-04-05T20:37:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6376",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6376",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6376.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6376.patch",
"merged_at": "2023-04-05T20:37:49"
} | # What does this PR do ?
set model extracted dir such that the save restore connector can load expanded base models. This is required to load large base models so that we can avoid the untaring step during training.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line b... | {
"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/6376/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6376/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6375 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6375/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6375/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6375/events | https://github.com/NVIDIA/NeMo/pull/6375 | 1,655,920,170 | PR_kwDOC_bI7s5NsTw3 | 6,375 | Make possible to control tqdm progress bar in ASR models | {
"login": "SN4KEBYTE",
"id": 36272321,
"node_id": "MDQ6VXNlcjM2MjcyMzIx",
"avatar_url": "https://avatars.githubusercontent.com/u/36272321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SN4KEBYTE",
"html_url": "https://github.com/SN4KEBYTE",
"followers_url": "https://api.github.com/users/... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-04-05T16:09:17 | 2023-04-07T12:24:35 | 2023-04-06T17:30:27 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6375",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6375",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6375.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6375.patch",
"merged_at": "2023-04-06T17:30:27"
} | # What does this PR do ?
Now it's possible to control display of progress bar when calling `transcribe` method of ASR models.
**Collection**: ASR
# Changelog
- `transcribe` method of ASR models now have `verbose` param, which allows to control display of tqdm progress bar
# Usage
```python
import nemo.c... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6375/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6375/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6374 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6374/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6374/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6374/events | https://github.com/NVIDIA/NeMo/pull/6374 | 1,655,705,939 | PR_kwDOC_bI7s5NrmqW | 6,374 | Update wfst_text_normalization.rst | {
"login": "jimregan",
"id": 227350,
"node_id": "MDQ6VXNlcjIyNzM1MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/227350?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jimregan",
"html_url": "https://github.com/jimregan",
"followers_url": "https://api.github.com/users/jimrega... | [
{
"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-04-05T14:12:54 | 2023-04-19T11:45:13 | 2023-04-18T22:58:58 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6374",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6374",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6374.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6374.patch",
"merged_at": "2023-04-18T22:58:58"
} | Add Hungarian (incoming in NeMo-text-processing)
# 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... | {
"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/6374/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6374/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6373 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6373/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6373/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6373/events | https://github.com/NVIDIA/NeMo/pull/6373 | 1,655,657,498 | PR_kwDOC_bI7s5NrcA9 | 6,373 | Bugfix for BF16 grad reductions with distopt (#6340) | {
"login": "mikolajblaz",
"id": 9979479,
"node_id": "MDQ6VXNlcjk5Nzk0Nzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mikolajblaz",
"html_url": "https://github.com/mikolajblaz",
"followers_url": "https://api.github.com/us... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-04-05T13:48:44 | 2023-04-05T15:47:55 | 2023-04-05T15:47:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6373",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6373",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6373.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6373.patch",
"merged_at": "2023-04-05T15:47:54"
} | Cheery-pick from `main` to `r1.17.0_pt_23.04`
* Debug distopt support for BF16 grad reductions
* Dump and load FP32 main params
* Style tweaks
---------
# 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]... | {
"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/6373/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6373/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6372 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6372/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6372/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6372/events | https://github.com/NVIDIA/NeMo/pull/6372 | 1,655,610,653 | PR_kwDOC_bI7s5NrSCS | 6,372 | add conformer configs for hat model | {
"login": "andrusenkoau",
"id": 52885736,
"node_id": "MDQ6VXNlcjUyODg1NzM2",
"avatar_url": "https://avatars.githubusercontent.com/u/52885736?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andrusenkoau",
"html_url": "https://github.com/andrusenkoau",
"followers_url": "https://api.github.c... | [
{
"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-04-05T13:20:36 | 2023-04-14T19:47:08 | 2023-04-14T19:47:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6372",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6372",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6372.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6372.patch",
"merged_at": "2023-04-14T19:47:08"
} | # What does this PR do ?
Add conformer char and bpe configs for hat model (https://arxiv.org/abs/2003.07705)
**Collection**: [ASR]
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
-... | {
"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/6372/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6372/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6371 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6371/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6371/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6371/events | https://github.com/NVIDIA/NeMo/pull/6371 | 1,655,536,902 | PR_kwDOC_bI7s5NrCJh | 6,371 | [Experimental] Update black to 23.x | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-04-05T12:32:40 | 2023-04-05T17:38:17 | 2023-04-05T17:35:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6371",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6371",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6371.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6371.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": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6371/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6371/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6370 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6370/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6370/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6370/events | https://github.com/NVIDIA/NeMo/pull/6370 | 1,655,315,857 | PR_kwDOC_bI7s5NqR2_ | 6,370 | Update script for ngram rnnt and hat beam search decoding | {
"login": "andrusenkoau",
"id": 52885736,
"node_id": "MDQ6VXNlcjUyODg1NzM2",
"avatar_url": "https://avatars.githubusercontent.com/u/52885736?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/andrusenkoau",
"html_url": "https://github.com/andrusenkoau",
"followers_url": "https://api.github.c... | [
{
"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-04-05T10:04:38 | 2023-04-21T21:44:04 | 2023-04-21T21:44:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6370",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6370",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6370.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6370.patch",
"merged_at": "2023-04-21T21:44:04"
} | # What does this PR do ?
Update previous script for ngram RNNT/HAT beam search decoding by analogy with CTC ngram decoding.
**Collection**: [ASR]
# Changelog
- Add option to return `return_encoder_embiddings` for `rnnt_mode.transcribe()` method (analogy of logits for CTC)
- Update `eval_beamsearch_ngram_tra... | {
"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/6370/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6370/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6369 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6369/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6369/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6369/events | https://github.com/NVIDIA/NeMo/issues/6369 | 1,655,061,856 | I_kwDOC_bI7s5ipj1g | 6,369 | ASR_with_Subword_Tokenization.ipynb's guide on process_asr_text_tokenizer script is broken | {
"login": "lolbus",
"id": 1837762,
"node_id": "MDQ6VXNlcjE4Mzc3NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1837762?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lolbus",
"html_url": "https://github.com/lolbus",
"followers_url": "https://api.github.com/users/lolbus/foll... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-04-05T07:08:21 | 2023-05-13T01:50:03 | 2023-05-13T01:50:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When following guide to Build a Customize Tokenizer, process_asr_text_tokenizer.py does not create intended tokenizer folder with required content. Unable to pre-trained on any models that use BPE vocab since no one can pass anything to the new_tokenizer_dir argument now.
**Steps/Code to rep... | {
"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/6369/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6369/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6368 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6368/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6368/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6368/events | https://github.com/NVIDIA/NeMo/pull/6368 | 1,654,655,362 | PR_kwDOC_bI7s5NoFWT | 6,368 | [NeMo Megatron] Cleanup configs to infer the models TP PP config automatically | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 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-04-04T22:21:19 | 2023-04-06T23:46:01 | 2023-04-06T23:45:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6368",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6368",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6368.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6368.patch",
"merged_at": "2023-04-06T23:45:57"
} | # What does this PR do ?
**Collection**: [NLP]
# Changelog
- Update configs to set tp pp and pp rank all to -1
- Check and update -1 to the model config results
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/N... | {
"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/6368/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6368/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6367 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6367/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6367/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6367/events | https://github.com/NVIDIA/NeMo/pull/6367 | 1,654,449,874 | PR_kwDOC_bI7s5NnYro | 6,367 | Word boosting for Flashlight decoder | {
"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-04-04T19:24:11 | 2023-04-05T01:06:12 | 2023-04-05T01:06:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6367",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6367",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6367.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6367.patch",
"merged_at": "2023-04-05T01:06:12"
} | # What does this PR do ?
Adds word boosting to the Flashlight decoder in Nemo to mirror this capability in Riva
For more info see here: https://docs.nvidia.com/deeplearning/riva/user-guide/docs/tutorials/asr-python-advanced-wordboosting.html
And here: https://docs.nvidia.com/deeplearning/riva/user-guide/docs/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/6367/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6367/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6366 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6366/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6366/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6366/events | https://github.com/NVIDIA/NeMo/pull/6366 | 1,654,393,544 | PR_kwDOC_bI7s5NnMW2 | 6,366 | taskname and early stopping for adapters | {
"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-04-04T18:44:16 | 2023-04-04T21:52:58 | 2023-04-04T21:52:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6366",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6366",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6366.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6366.patch",
"merged_at": "2023-04-04T21:52:57"
} | # 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": "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/6366/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6366/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6365 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6365/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6365/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6365/events | https://github.com/NVIDIA/NeMo/pull/6365 | 1,654,317,431 | PR_kwDOC_bI7s5Nm7nz | 6,365 | Cherrypick mlperf prs | {
"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": ""
}
] | closed | false | null | [] | null | null | 2023-04-04T17:53:30 | 2023-04-04T18:31:47 | 2023-04-04T18:31:47 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6365",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6365",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6365.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6365.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/6365/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6365/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6364 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6364/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6364/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6364/events | https://github.com/NVIDIA/NeMo/pull/6364 | 1,654,312,686 | PR_kwDOC_bI7s5Nm6mx | 6,364 | Update readme | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-04-04T17:49:30 | 2023-04-04T18:00:09 | 2023-04-04T18:00:08 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6364",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6364",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6364.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6364.patch",
"merged_at": "2023-04-04T18:00:08"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6364/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6364/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6363 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6363/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6363/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6363/events | https://github.com/NVIDIA/NeMo/pull/6363 | 1,654,285,793 | PR_kwDOC_bI7s5Nm0x6 | 6,363 | Update readme | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | [] | closed | false | null | [] | null | null | 2023-04-04T17:28:49 | 2023-04-04T17:49:05 | 2023-04-04T17:49:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6363",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6363",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6363.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6363.patch",
"merged_at": "2023-04-04T17:49:04"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6363/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6363/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6362 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6362/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6362/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6362/events | https://github.com/NVIDIA/NeMo/pull/6362 | 1,654,276,731 | PR_kwDOC_bI7s5Nmy1v | 6,362 | Tensor-parallel communication overlap with userbuffer backend | {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo8... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-04-04T17:21:14 | 2023-12-09T05:49:43 | 2023-04-18T22:49:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6362",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6362",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6362.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6362.patch",
"merged_at": "2023-04-18T22:49:44"
} | # What does this PR do ?
Add (1) interfaces to TE and initialized (2) process group setting to support tensor-parallel communication overlap with userbuffer backend.
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
Set `ub_tp_comm_overlap` to `True`
# Before your PR ... | {
"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/6362/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6362/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6359 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6359/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6359/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6359/events | https://github.com/NVIDIA/NeMo/pull/6359 | 1,653,277,720 | PR_kwDOC_bI7s5NjbmM | 6,359 | [pre-commit.ci] pre-commit suggestions | {
"login": "pre-commit-ci[bot]",
"id": 66853113,
"node_id": "MDM6Qm90NjY4NTMxMTM=",
"avatar_url": "https://avatars.githubusercontent.com/in/68672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pre-commit-ci%5Bbot%5D",
"html_url": "https://github.com/apps/pre-commit-ci",
"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-04-04T06:37:48 | 2023-04-04T14:54:53 | 2023-04-04T14:54:48 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6359",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6359",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6359.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6359.patch",
"merged_at": null
} | <!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/psf/black: 19.10b0 → 23.3.0](https://github.com/psf/black/compare/19.10b0...23.3.0)
<!--pre-commit.ci end--> | {
"login": "SeanNaren",
"id": 6707363,
"node_id": "MDQ6VXNlcjY3MDczNjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeanNaren",
"html_url": "https://github.com/SeanNaren",
"followers_url": "https://api.github.com/users/Se... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6359/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6359/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6358 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6358/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6358/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6358/events | https://github.com/NVIDIA/NeMo/pull/6358 | 1,653,088,006 | PR_kwDOC_bI7s5NizJH | 6,358 | using mmap dataset for ptuning | {
"login": "arendu",
"id": 108822655,
"node_id": "U_kgDOBnyAfw",
"avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arendu",
"html_url": "https://github.com/arendu",
"followers_url": "https://api.github.com/users/arendu/follower... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-04-04T03:03:00 | 2023-05-11T01:51:50 | 2023-05-11T01:51:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6358",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6358",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6358.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6358.patch",
"merged_at": null
} | # What does this PR do ?
replaces standard pytorch dataset with a mem mapped json dataset.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add... | {
"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/6358/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6358/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6357 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6357/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6357/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6357/events | https://github.com/NVIDIA/NeMo/pull/6357 | 1,653,046,201 | PR_kwDOC_bI7s5Niqca | 6,357 | Correct image logo in NeMo Website | {
"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-04-04T02:10:29 | 2023-04-04T02:11:08 | 2023-04-04T02:11:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6357",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6357",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6357.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6357.patch",
"merged_at": "2023-04-04T02:11:07"
} | # What does this PR do ?
Use better image for the website default card.
**Collection**: [Docs]
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessa... | {
"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/6357/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6357/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6356 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6356/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6356/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6356/events | https://github.com/NVIDIA/NeMo/pull/6356 | 1,653,037,266 | PR_kwDOC_bI7s5NiogN | 6,356 | Correct tag for image url in NeMo Website | {
"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-04-04T02:00:17 | 2023-04-04T02:00:25 | 2023-04-04T02:00:24 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6356",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6356",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6356.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6356.patch",
"merged_at": "2023-04-04T02:00:24"
} | # What does this PR do ?
Fix image tag for open graph
**Collection**: [Docs]
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did... | {
"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/6356/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6356/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6355 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6355/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6355/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6355/events | https://github.com/NVIDIA/NeMo/pull/6355 | 1,653,028,123 | PR_kwDOC_bI7s5Nimmj | 6,355 | Update support for twitter cards in NeMo Website | {
"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-04-04T01:47:27 | 2023-04-04T01:48:14 | 2023-04-04T01:48:13 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6355",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6355",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6355.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6355.patch",
"merged_at": "2023-04-04T01:48:13"
} | # What does this PR do ?
Adds support for twitter cards in addition to open graph
**Collection**: [Docs]
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new... | {
"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/6355/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6355/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6354 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6354/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6354/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6354/events | https://github.com/NVIDIA/NeMo/pull/6354 | 1,652,998,533 | PR_kwDOC_bI7s5NigmT | 6,354 | Add OpenGraph metadata for better links to NeMo Website | {
"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-04-04T01:06:18 | 2023-04-04T01:16:59 | 2023-04-04T01:16:58 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6354",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6354",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6354.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6354.patch",
"merged_at": "2023-04-04T01:16:57"
} | # What does this PR do ?
Adds [OpenGraph](https://ogp.me/) support to NeMo website for richer URL linking.
**Collection**: [Docs]
# Usage
```markdown
---
title: Template 2022
author: [First Name, Second Name]
author_gh_user: [Github User 1, Github User 2]
read_time: Time to read
publish_date: Date o... | {
"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/6354/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6354/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6353 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6353/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6353/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6353/events | https://github.com/NVIDIA/NeMo/pull/6353 | 1,652,676,642 | PR_kwDOC_bI7s5NhbA7 | 6,353 | extract inference weights | {
"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... | [] | closed | false | null | [] | null | null | 2023-04-03T19:52:29 | 2023-04-05T06:02:51 | 2023-04-05T06:02:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6353",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6353",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6353.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6353.patch",
"merged_at": "2023-04-05T06:02:50"
} | # What does this PR do ?
Adds a script to extract p_tuned inference weights.
More details: The ptuning training saves all params including the prompt encoder weights. These are typically not required after training is completed. The script allows you to save the required representations for inference in a separate... | {
"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/6353/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6353/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6352 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6352/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6352/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6352/events | https://github.com/NVIDIA/NeMo/pull/6352 | 1,652,400,292 | PR_kwDOC_bI7s5NgfOE | 6,352 | docs on the use of heterogeneous test / val manifests | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/fo... | [
{
"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-04-03T16:32:28 | 2023-04-03T16:40:42 | 2023-04-03T16:40:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6352",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6352",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6352.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6352.patch",
"merged_at": "2023-04-03T16:40:41"
} | # What does this PR do ?
Adds docs for the use of multiple test / validation manifests as enabled in #6306
**Collection**: ASR
# Changelog
- Added docs to `docs/source/asr/configs.rst`
# Usage
Docs only
```python
# Add a code snippet demonstrating how to use this
n/a
```
# Before your PR is "Re... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6352/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6352/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6351 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6351/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6351/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6351/events | https://github.com/NVIDIA/NeMo/pull/6351 | 1,652,395,139 | PR_kwDOC_bI7s5NgeHX | 6,351 | Added num decoder blocks in megatron export | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-04-03T16:28:20 | 2023-04-04T16:05:39 | 2023-04-04T16:05:38 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6351",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6351",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6351.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6351.patch",
"merged_at": "2023-04-04T16:05:38"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6351/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6351/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6349 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6349/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6349/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6349/events | https://github.com/NVIDIA/NeMo/pull/6349 | 1,651,210,142 | PR_kwDOC_bI7s5Nce4Q | 6,349 | [ASR] Add optimization util for linear sum assignment algorithm | {
"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-04-03T02:07:07 | 2023-12-06T21:26:44 | 2023-04-14T22:05:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6349",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6349",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6349.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6349.patch",
"merged_at": "2023-04-14T22:05:06"
} | # What does this PR do ?
1. Add a optimization util file for linear sum assignment (LSA) solver algorithm for online-diarization/multi-speaker-ASR
LSA problem solver is needed for the following tasks in NeMo:
(1) Permutation Invariant Loss (PIL) for diarization model training
(2) Label permutatio... | {
"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/6349/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6349/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6348 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6348/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6348/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6348/events | https://github.com/NVIDIA/NeMo/issues/6348 | 1,651,172,013 | I_kwDOC_bI7s5iauKt | 6,348 | stt_ru_conformer_ctc_large Text hypothesis does not match word timestamps. | {
"login": "sh1man",
"id": 49469606,
"node_id": "MDQ6VXNlcjQ5NDY5NjA2",
"avatar_url": "https://avatars.githubusercontent.com/u/49469606?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sh1man",
"html_url": "https://github.com/sh1man",
"followers_url": "https://api.github.com/users/sh1man/fo... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-04-03T01:13:24 | 2023-05-11T01:51:52 | 2023-05-11T01:51:52 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
It is with this model "stt_ru_conformer_ctc_large" that I have problems. Can't get timestamps, I'm executing the code:
from nemo.collections.asr.parts.utils.decoder_timestamps_utils import ASRDecoderTimeStamps
asr_decoder_ts = ASRDecoderTimeStamps(cfg.diarizer)
asr_model = asr_decoder_ts.se... | {
"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/6348/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6348/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6347 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6347/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6347/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6347/events | https://github.com/NVIDIA/NeMo/pull/6347 | 1,651,104,168 | PR_kwDOC_bI7s5NcJQl | 6,347 | specaug speedup | {
"login": "1-800-BAD-CODE",
"id": 50530592,
"node_id": "MDQ6VXNlcjUwNTMwNTky",
"avatar_url": "https://avatars.githubusercontent.com/u/50530592?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/1-800-BAD-CODE",
"html_url": "https://github.com/1-800-BAD-CODE",
"followers_url": "https://api.gi... | [
{
"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-04-02T21:42:07 | 2023-04-06T03:04:33 | 2023-04-06T00:19:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6347",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6347",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6347.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6347.patch",
"merged_at": "2023-04-06T00:19:05"
} | # What does this PR do ?
Faster implementation of non-numba specaug
**Collection**: ASR
# Changelog
Rather than repeatedly modify the features tensor in-place, build a mask and fill the features tensor once. By my measurements, about 20x faster on GPU.
It could be faster still, but it gets hard to compa... | {
"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/6347/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6347/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6346 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6346/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6346/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6346/events | https://github.com/NVIDIA/NeMo/pull/6346 | 1,650,299,806 | PR_kwDOC_bI7s5NZpr0 | 6,346 | [Core] return_config=True now extracts just config, not full tarfile | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-04-01T05:01:53 | 2023-04-02T04:58:41 | 2023-04-02T04:58:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6346",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6346",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6346.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6346.patch",
"merged_at": "2023-04-02T04:58:37"
} | # What does this PR do ?
Make return_config=True now only extract out the yaml files from the tarfile, preventing opening and file extractions of all files (should significantly speedup return_config=True for Billion parameter models).
**Collection**: [Core, ASR, NLP, TTS]
# Changelog
- Add flag to extract j... | {
"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/6346/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6346/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6345 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6345/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6345/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6345/events | https://github.com/NVIDIA/NeMo/issues/6345 | 1,650,266,756 | I_kwDOC_bI7s5iXRKE | 6,345 | How to train conformer asr model | {
"login": "viralrupapara36",
"id": 104073221,
"node_id": "U_kgDOBjQIBQ",
"avatar_url": "https://avatars.githubusercontent.com/u/104073221?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/viralrupapara36",
"html_url": "https://github.com/viralrupapara36",
"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 | {
"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-04-01T03:09:09 | 2023-05-09T01:52:30 | 2023-05-09T01:52:30 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I want to train conformer ast model for different indian regional launguage but I'm not able to find proper training tutorial can anyone please guide me thought ? | {
"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/6345/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6345/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6344 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6344/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6344/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6344/events | https://github.com/NVIDIA/NeMo/pull/6344 | 1,649,895,377 | PR_kwDOC_bI7s5NYVQM | 6,344 | Fix radtts sort r17 | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"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-03-31T19:22:33 | 2023-04-03T19:06:09 | 2023-04-03T19:06:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6344",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6344",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6344.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6344.patch",
"merged_at": "2023-04-03T19:06:09"
} | # What does this PR do ?
This is a duplicate PR of https://github.com/NVIDIA/NeMo/pull/6320 merged in main branch, but the release branch needs this fix as well.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usa... | {
"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/6344/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6344/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6343 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6343/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6343/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6343/events | https://github.com/NVIDIA/NeMo/pull/6343 | 1,649,819,385 | PR_kwDOC_bI7s5NYFfN | 6,343 | Cherry-pick recent distopt commits | {
"login": "timmoon10",
"id": 4406448,
"node_id": "MDQ6VXNlcjQ0MDY0NDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timmoon10",
"html_url": "https://github.com/timmoon10",
"followers_url": "https://api.github.com/users/ti... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
... | closed | false | null | [] | null | null | 2023-03-31T18:20:08 | 2023-04-03T17:40:34 | 2023-04-03T16:18:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6343",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6343",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6343.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6343.patch",
"merged_at": "2023-04-03T16:18:40"
} | # What does this PR do ?
This PR cherry-picks several recent distopt commits from the `main` branch into `r1.17.0`.
**Collection**: NLP
# Changelog
- GPT support for BF16 grad reductions (#5920)
- Add custom functions to launch distopt communication in interleaved pipeline parallelism (#6183)
- Bugfix for... | {
"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/6343/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6343/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6342 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6342/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6342/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6342/events | https://github.com/NVIDIA/NeMo/pull/6342 | 1,649,779,494 | PR_kwDOC_bI7s5NX9VV | 6,342 | remove pinned numba version in Dockerfile | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
... | closed | false | null | [] | null | null | 2023-03-31T17:45:57 | 2023-04-03T16:19:44 | 2023-04-03T16:19:43 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6342",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6342",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6342.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6342.patch",
"merged_at": "2023-04-03T16:19:43"
} | # What does this PR do ?
remove pinned numba version in Dockerfile
**Collection**: ASR
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before ... | {
"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/6342/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6342/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6341 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6341/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6341/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6341/events | https://github.com/NVIDIA/NeMo/pull/6341 | 1,649,777,606 | PR_kwDOC_bI7s5NX87P | 6,341 | remove pinned numba version in Dockerfile | {
"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... | [
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-03-31T17:44:42 | 2023-03-31T17:45:34 | 2023-03-31T17:45:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6341",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6341",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6341.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6341.patch",
"merged_at": "2023-03-31T17:45:32"
} | # What does this PR do ?
remove pinned numba version in Dockerfile
**Collection**: ASR
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before ... | {
"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/6341/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6341/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6340 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6340/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6340/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6340/events | https://github.com/NVIDIA/NeMo/pull/6340 | 1,649,683,047 | PR_kwDOC_bI7s5NXpWr | 6,340 | Bugfix for BF16 grad reductions with distopt | {
"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": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
... | closed | false | null | [] | null | null | 2023-03-31T16:36:33 | 2023-03-31T18:04:20 | 2023-03-31T18:04:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6340",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6340",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6340.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6340.patch",
"merged_at": "2023-03-31T18:04:20"
} | # What does this PR do ?
https://github.com/NVIDIA/NeMo/pull/5920 adds support for BF16 grad reductions with distopt, with embedding grad reductions done in FP32. @mikolajblaz found some bugs and it turns out the FP32 reductions were not being done at all. This PR fixes those issues. When I run GPT-3 175B, I confirm... | {
"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/6340/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6340/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6339 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6339/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6339/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6339/events | https://github.com/NVIDIA/NeMo/issues/6339 | 1,649,448,499 | I_kwDOC_bI7s5iUJYz | 6,339 | TTS for Korean tokenizer/phonemizer | {
"login": "dhuberi1",
"id": 25107656,
"node_id": "MDQ6VXNlcjI1MTA3NjU2",
"avatar_url": "https://avatars.githubusercontent.com/u/25107656?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dhuberi1",
"html_url": "https://github.com/dhuberi1",
"followers_url": "https://api.github.com/users/dhu... | [
{
"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-03-31T14:23:00 | 2023-05-09T01:52:32 | 2023-05-09T01:52:32 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am looking to train mixer-tts model on korean dataset. I see in my config.yaml i need to complete the normalization, tokenization and phonemization. Is there a tutorial for how to train model and preprocess data for language not listed in your tts_tokenizers and then input those changes/new functions in the config.ya... | {
"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/6339/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6339/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6338 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6338/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6338/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6338/events | https://github.com/NVIDIA/NeMo/pull/6338 | 1,649,394,856 | PR_kwDOC_bI7s5NWq4S | 6,338 | simplified notebook for p-tuning | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-03-31T13:51:33 | 2023-03-31T16:15:44 | 2023-03-31T16:15:43 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6338",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6338",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6338.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6338.patch",
"merged_at": "2023-03-31T16:15:43"
} | # What does this PR do ?
Simplified the notebook for p-tuning. Sticks to a simple single task training and inference.
**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 examp... | {
"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/6338/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6338/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6337 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6337/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6337/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6337/events | https://github.com/NVIDIA/NeMo/pull/6337 | 1,648,665,644 | PR_kwDOC_bI7s5NUPHJ | 6,337 | Fix RNNT Joint narrow() | {
"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-03-31T04:54:17 | 2023-03-31T04:54:53 | 2023-03-31T04:54:52 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6337",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6337",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6337.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6337.patch",
"merged_at": "2023-03-31T04:54:52"
} | # What does this PR do ?
Fixes a but in the signature of narrow().
Fixes #6328
**Collection**: [ASR]
# Changelog
- Casts the length input of all narrow() to int() explicitly
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://gi... | {
"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/6337/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6337/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6336 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6336/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6336/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6336/events | https://github.com/NVIDIA/NeMo/pull/6336 | 1,648,665,115 | PR_kwDOC_bI7s5NUO_- | 6,336 | Fix RNNT Joint narrow() | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-03-31T04:53:24 | 2023-03-31T04:53:55 | 2023-03-31T04:53:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6336",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6336",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6336.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6336.patch",
"merged_at": "2023-03-31T04:53:51"
} | # What does this PR do ?
Fixes a but in the signature of narrow().
Fixes #6328
**Collection**: [ASR]
# Changelog
- Casts the length input of all narrow() to int() explicitly
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://gi... | {
"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/6336/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6336/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6335 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6335/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6335/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6335/events | https://github.com/NVIDIA/NeMo/pull/6335 | 1,648,445,874 | PR_kwDOC_bI7s5NThe8 | 6,335 | Minor updates to MegatronGPTPromptLearningModel | {
"login": "holgerroth",
"id": 6304754,
"node_id": "MDQ6VXNlcjYzMDQ3NTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6304754?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/holgerroth",
"html_url": "https://github.com/holgerroth",
"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-03-30T23:17:29 | 2023-05-05T01:48:29 | 2023-05-05T01:48:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6335",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6335",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6335.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6335.patch",
"merged_at": null
} | # What does this PR do ?
Fixes typos in docstring. Removed unused imports
**Collection**: NLP
# Changelog
- fix docstring typos; remove unused imports
# Usage
n/a
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.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/6335/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6335/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6334 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6334/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6334/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6334/events | https://github.com/NVIDIA/NeMo/pull/6334 | 1,648,432,377 | PR_kwDOC_bI7s5NTekl | 6,334 | Pin the version to hopefully fix rtd build | {
"login": "SeanNaren",
"id": 6707363,
"node_id": "MDQ6VXNlcjY3MDczNjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeanNaren",
"html_url": "https://github.com/SeanNaren",
"followers_url": "https://api.github.com/users/Se... | [] | closed | false | null | [] | null | null | 2023-03-30T22:59:04 | 2023-03-31T03:52:41 | 2023-03-31T03:52:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6334",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6334",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6334.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6334.patch",
"merged_at": "2023-03-31T03:52:40"
} | # What does this PR do ?
Fix RTD using this: https://github.com/geopandas/dask-geopandas/pull/247
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
... | {
"login": "SeanNaren",
"id": 6707363,
"node_id": "MDQ6VXNlcjY3MDczNjM=",
"avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SeanNaren",
"html_url": "https://github.com/SeanNaren",
"followers_url": "https://api.github.com/users/Se... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6334/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6334/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6333 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6333/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6333/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6333/events | https://github.com/NVIDIA/NeMo/pull/6333 | 1,648,214,520 | PR_kwDOC_bI7s5NSwyi | 6,333 | user selected max_seq_len should be less than model's max_seq_len | {
"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-03-30T19:47:12 | 2023-04-06T22:29:13 | 2023-04-06T22:29:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6333",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6333",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6333.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6333.patch",
"merged_at": "2023-04-06T22:29:12"
} | # What does this PR do ?
user selected max_seq_len should be less than model's max_seq_len
**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... | {
"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/6333/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6333/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6332 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6332/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6332/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6332/events | https://github.com/NVIDIA/NeMo/pull/6332 | 1,647,928,228 | PR_kwDOC_bI7s5NRzuH | 6,332 | Megatron hidden transformations | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-03-30T16:17:54 | 2023-08-11T17:59:47 | 2023-08-11T17:59:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6332",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6332",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6332.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6332.patch",
"merged_at": "2023-08-11T17:59:46"
} | # What does this PR do ?
This PR adds support in applying transformation to the hiddens in Megatron Encoder-Decoder model, and augmenting a corresponding loss. This enables support in latent variable models, like VAE and MIM.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add speci... | {
"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/6332/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6332/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6331 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6331/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6331/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6331/events | https://github.com/NVIDIA/NeMo/pull/6331 | 1,647,868,954 | PR_kwDOC_bI7s5NRnA9 | 6,331 | Added num decoder blocks in megatron export | {
"login": "Davood-M",
"id": 3964285,
"node_id": "MDQ6VXNlcjM5NjQyODU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Davood-M",
"html_url": "https://github.com/Davood-M",
"followers_url": "https://api.github.com/users/Davoo... | [
{
"id": 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-03-30T15:38:17 | 2023-04-03T16:27:57 | 2023-04-03T16:27:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6331",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6331",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6331.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6331.patch",
"merged_at": "2023-04-03T16:27:56"
} | # 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": "Davood-M",
"id": 3964285,
"node_id": "MDQ6VXNlcjM5NjQyODU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Davood-M",
"html_url": "https://github.com/Davood-M",
"followers_url": "https://api.github.com/users/Davoo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6331/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6331/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6330 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6330/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6330/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6330/events | https://github.com/NVIDIA/NeMo/issues/6330 | 1,647,547,251 | I_kwDOC_bI7s5iM5Nz | 6,330 | Error when finetuning HifiGan for multi-speaker FastPitch | {
"login": "kuruhuru",
"id": 24458142,
"node_id": "MDQ6VXNlcjI0NDU4MTQy",
"avatar_url": "https://avatars.githubusercontent.com/u/24458142?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kuruhuru",
"html_url": "https://github.com/kuruhuru",
"followers_url": "https://api.github.com/users/kur... | [
{
"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": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://api.github.com/users... | [
{
"login": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://... | null | null | 2023-03-30T12:44:25 | 2023-04-03T17:35:05 | 2023-04-03T17:35:05 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
An error occured when trying to finetune tts_en_hifitts_hifigan_ft_fastpitch.nemo
Using a target size (torch.Size([16, 80, 64])) that is different to the input size (torch.Size([16, 80, 129])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same s... | {
"login": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6330/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6330/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6329 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6329/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6329/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6329/events | https://github.com/NVIDIA/NeMo/issues/6329 | 1,647,392,209 | I_kwDOC_bI7s5iMTXR | 6,329 | Support of other asr models | {
"login": "viralrupapara36",
"id": 104073221,
"node_id": "U_kgDOBjQIBQ",
"avatar_url": "https://avatars.githubusercontent.com/u/104073221?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/viralrupapara36",
"html_url": "https://github.com/viralrupapara36",
"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-03-30T11:03:03 | 2023-05-21T01:56:51 | 2023-05-21T01:56:51 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have customised wav2vec model for my asr task and I want to use it in this diarization pipeline but I can't do it, because it is not supported.
Please, update the library so that we can use any pytorch 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"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6329/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6329/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6328 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6328/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6328/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6328/events | https://github.com/NVIDIA/NeMo/issues/6328 | 1,647,295,919 | I_kwDOC_bI7s5iL72v | 6,328 | TypeError in RNNTJoint | {
"login": "kokamido",
"id": 7046074,
"node_id": "MDQ6VXNlcjcwNDYwNzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/7046074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kokamido",
"html_url": "https://github.com/kokamido",
"followers_url": "https://api.github.com/users/kokam... | [
{
"id": 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-03-30T09:59:15 | 2023-04-03T09:17:22 | 2023-03-31T04:54:18 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Hi. In my scenario `RNNTJoint.forward` produces TypeError and error message is
```
narrow() received an invalid combination of arguments - got (length=Tensor, start=int, dim=int, ), but expected one of:
* (int dim, Tensor start, int length)
didn't match because some of the arguments ha... | {
"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/6328/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6328/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6327 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6327/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6327/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6327/events | https://github.com/NVIDIA/NeMo/pull/6327 | 1,646,692,608 | PR_kwDOC_bI7s5NNptr | 6,327 | Add ability to enable/disable act ckpt and seq parallelism in GPT | {
"login": "markelsanz14",
"id": 10426497,
"node_id": "MDQ6VXNlcjEwNDI2NDk3",
"avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/markelsanz14",
"html_url": "https://github.com/markelsanz14",
"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-03-29T23:54:18 | 2023-04-13T22:55:07 | 2023-04-13T22:55:06 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6327",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6327",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6327.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6327.patch",
"merged_at": "2023-04-13T22:55:06"
} | # What does this PR do ?
Adds functions to enable and disable activation checkpointing and sequence parallelism. This way, we can enable them during training and disable them during inference/generation.
**Collection**: nemo/collections/nlp/language_modeling
# Changelog
- Add specific line by line info of high... | {
"login": "markelsanz14",
"id": 10426497,
"node_id": "MDQ6VXNlcjEwNDI2NDk3",
"avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/markelsanz14",
"html_url": "https://github.com/markelsanz14",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6327/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6327/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6326 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6326/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6326/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6326/events | https://github.com/NVIDIA/NeMo/pull/6326 | 1,646,343,385 | PR_kwDOC_bI7s5NMe3s | 6,326 | simplified notebook for p-tuning | {
"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-03-29T18:52:09 | 2023-03-31T13:51:08 | 2023-03-31T13:51:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6326",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6326",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6326.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6326.patch",
"merged_at": "2023-03-31T13:51:07"
} | # What does this PR do ?
Simplified the notebook for p-tuning. Sticks to a simple single task training and inference.
**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 examp... | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6326/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6326/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6325 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6325/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6325/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6325/events | https://github.com/NVIDIA/NeMo/pull/6325 | 1,646,033,646 | PR_kwDOC_bI7s5NLb1Y | 6,325 | Restore Thutmose Tagger tutorial, move it to nlp | {
"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-03-29T15:16:58 | 2023-03-30T08:36:29 | 2023-03-29T20:28:47 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6325",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6325",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6325.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6325.patch",
"merged_at": "2023-03-29T20:28:47"
} | Restore Thutmose Tagger tutorial, move it to nlp (earlier it was in text_processing)
# 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 P... | {
"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/6325/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6325/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6324 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6324/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6324/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6324/events | https://github.com/NVIDIA/NeMo/pull/6324 | 1,645,990,305 | PR_kwDOC_bI7s5NLSSP | 6,324 | Move checkpoint consolidation to cpu | {
"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-03-29T14:55:07 | 2023-04-22T01:51:52 | 2023-04-22T01:51:52 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6324",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6324",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6324.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6324.patch",
"merged_at": null
} | # What does this PR do ?
This aims to move the megatron checkpoint to nemo conversion to cpu rather than using pytorch distributed following additions introduced [here](https://github.com/NVIDIA/NeMo/pull/6218). This is useful for large models where the user may have checkpoints to consolidate but don't want to use... | {
"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/6324/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6324/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6323 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6323/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6323/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6323/events | https://github.com/NVIDIA/NeMo/pull/6323 | 1,645,924,575 | PR_kwDOC_bI7s5NLD5E | 6,323 | Correctly determine ZERO_LEVEL_SPEC_DB_VAL which affects normalization for first signal buffer | {
"login": "vidklopcic",
"id": 8578790,
"node_id": "MDQ6VXNlcjg1Nzg3OTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8578790?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vidklopcic",
"html_url": "https://github.com/vidklopcic",
"followers_url": "https://api.github.com/users... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-03-29T14:22:12 | 2023-03-31T14:40:22 | 2023-03-31T14:40:22 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6323",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6323",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6323.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6323.patch",
"merged_at": null
} | # What does this PR do ?
If asr_model has preprocessor of type `AudioToMelSpectrogramPreprocessor`, `AudioToSpectrogram`, `AudioToMFCCPreprocessor`, etc., the `StreamingFeatureBufferer` incorrectly determines whether it uses log scale.
Instead of checking for 'log' attribute directly on preprocessor instance, it sh... | {
"login": "vidklopcic",
"id": 8578790,
"node_id": "MDQ6VXNlcjg1Nzg3OTA=",
"avatar_url": "https://avatars.githubusercontent.com/u/8578790?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vidklopcic",
"html_url": "https://github.com/vidklopcic",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6323/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6323/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6321 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6321/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6321/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6321/events | https://github.com/NVIDIA/NeMo/issues/6321 | 1,645,304,239 | I_kwDOC_bI7s5iEVmv | 6,321 | Numba error while fine-tuning an ASR model | {
"login": "carlosfranzreb",
"id": 30505353,
"node_id": "MDQ6VXNlcjMwNTA1MzUz",
"avatar_url": "https://avatars.githubusercontent.com/u/30505353?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/carlosfranzreb",
"html_url": "https://github.com/carlosfranzreb",
"followers_url": "https://api.gi... | [
{
"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-03-29T08:42:56 | 2023-05-12T01:50:29 | 2023-05-12T01:50:29 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When fine-tuning an ASR model, at some point throughout the first epoch of training, a Numba error occurs:
```
numba.cuda.cudadrv.driver.CudaAPIError: [1] Call to cuLaunchKernel results in CUDA_ERROR_INVALID_VALUE
```
**Steps/Code to reproduce bug**
Here is the code I run:
```pytho... | {
"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/6321/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6321/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6320 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6320/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6320/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6320/events | https://github.com/NVIDIA/NeMo/pull/6320 | 1,645,075,492 | PR_kwDOC_bI7s5NILod | 6,320 | Fixing bug in unsort_tensor | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"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-03-29T05:45:39 | 2023-03-31T19:02:35 | 2023-03-31T19:02:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6320",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6320",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6320.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6320.patch",
"merged_at": "2023-03-31T19:02:35"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6320/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6320/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6319 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6319/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6319/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6319/events | https://github.com/NVIDIA/NeMo/pull/6319 | 1,644,787,492 | PR_kwDOC_bI7s5NHOqM | 6,319 | added RPE + fixed RMSNorm | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-03-28T23:23:51 | 2023-04-04T16:04:10 | 2023-04-04T16:04:09 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6319",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6319",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6319.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6319.patch",
"merged_at": "2023-04-04T16:04:09"
} | # What does this PR do ?
- Added RPE for MegatronNMT models
- Fixed an issue with RMSNorm
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add... | {
"login": "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/6319/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6319/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6318 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6318/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6318/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6318/events | https://github.com/NVIDIA/NeMo/pull/6318 | 1,644,734,364 | PR_kwDOC_bI7s5NHDgg | 6,318 | Make AIS CLI installation optional | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
... | closed | false | null | [] | null | null | 2023-03-28T22:21:46 | 2023-03-28T23:07:01 | 2023-03-28T23:07:00 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6318",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6318",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6318.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6318.patch",
"merged_at": "2023-03-28T23:07:00"
} | # What does this PR do ?
This PR makes installation of AIS CLI optional.
**Collection**: Dockerfile
# Changelog
- Update `Dockerfile` to install AIS CLI only if `REQUIRE_AIS_CLI == true`
- Added an installer script for AIS CLI
# Usage
AIS CLI can be installed by setting `REQUIRE_AIS_CLI=true`, for examp... | {
"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/6318/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6318/timeline | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.