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/6859 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6859/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6859/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6859/events | https://github.com/NVIDIA/NeMo/pull/6859 | 1,753,764,786 | PR_kwDOC_bI7s5S08xw | 6,859 | sft peft merge | {
"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-06-12T23:54:36 | 2023-07-15T02:06:15 | 2023-07-15T02:06:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6859",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6859",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6859.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6859.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/6859/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6859/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6858 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6858/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6858/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6858/events | https://github.com/NVIDIA/NeMo/pull/6858 | 1,753,756,987 | PR_kwDOC_bI7s5S07JN | 6,858 | add Cython build requirement to pyproject.toml | {
"login": "svandiekendialpad",
"id": 47984540,
"node_id": "MDQ6VXNlcjQ3OTg0NTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/47984540?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/svandiekendialpad",
"html_url": "https://github.com/svandiekendialpad",
"followers_url": "https... | [
{
"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-06-12T23:40:04 | 2023-07-05T02:05:47 | 2023-07-05T02:05:47 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6858",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6858",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6858.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6858.patch",
"merged_at": null
} | # What does this PR do ?
Add Cython as a build requirement to pyproject.toml.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snipp... | {
"login": "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/6858/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6858/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6857 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6857/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6857/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6857/events | https://github.com/NVIDIA/NeMo/pull/6857 | 1,753,746,916 | PR_kwDOC_bI7s5S04_j | 6,857 | [WIP] Speech translation code pushed to upstream | {
"login": "AlexGrinch",
"id": 8689095,
"node_id": "MDQ6VXNlcjg2ODkwOTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AlexGrinch",
"html_url": "https://github.com/AlexGrinch",
"followers_url": "https://api.github.com/users... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-06-12T23:25:09 | 2023-07-05T02:05:50 | 2023-07-05T02:05:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6857",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6857",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6857.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6857.patch",
"merged_at": null
} | # What does this PR do ?
Speech Translation model based on Conformer encoder and Transformer encoder added to upstream.
**Collection**: ASR, TTS, NLP
# Changelog
- Added ConformerEnc+TransformerDec model to ASR
- Support for mixed speech-to-text and text-to-text (with TTS) training
- Replicate results / re... | {
"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/6857/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6857/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6856 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6856/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6856/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6856/events | https://github.com/NVIDIA/NeMo/pull/6856 | 1,753,714,298 | PR_kwDOC_bI7s5S0x6R | 6,856 | Merging T5 PEFT methods into a simple tuning/eval script | {
"login": "Davood-M",
"id": 3964285,
"node_id": "MDQ6VXNlcjM5NjQyODU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Davood-M",
"html_url": "https://github.com/Davood-M",
"followers_url": "https://api.github.com/users/Davoo... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-06-12T22:52:59 | 2023-08-15T01:43:45 | 2023-08-15T01:43:45 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6856",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6856",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6856.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6856.patch",
"merged_at": null
} | # What does this PR do ?
This PR merges the following T5 PEFT methods:
- adapters
- lora
- p-tune
- ia3
The changes in T5-related classes make it easier to merge the PEFT methods. All of the methods have been tested on Squad-100 subset (not optimal, but will try to run with optimal params also): https://wandb... | {
"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/6856/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6856/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6855 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6855/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6855/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6855/events | https://github.com/NVIDIA/NeMo/pull/6855 | 1,753,402,172 | PR_kwDOC_bI7s5SztGd | 6,855 | [bugfix] avoid the random shuffle of phoneme and tone tokens. | {
"login": "XuesongYang",
"id": 1646669,
"node_id": "MDQ6VXNlcjE2NDY2Njk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/XuesongYang",
"html_url": "https://github.com/XuesongYang",
"followers_url": "https://api.github.com/us... | [
{
"id": 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-06-12T19:11:13 | 2023-06-17T23:39:54 | 2023-06-17T23:39:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6855",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6855",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6855.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6855.patch",
"merged_at": "2023-06-17T23:39:50"
} | # What does this PR do ?
The order of outputs of `dict.values()` is usually shuffled so that the tokenizer and the model will be confused to match a correct sound for a specific integer index. You can tell the diff in between as below,
**CTC Training Loss Curves**
The upper and bottom curves are referring to the... | {
"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/6855/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6855/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6854 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6854/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6854/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6854/events | https://github.com/NVIDIA/NeMo/issues/6854 | 1,753,254,338 | I_kwDOC_bI7s5ogInC | 6,854 | NeMo installation fails due to outdated abandoned dependency on youtokentome | {
"login": "svandiekendialpad",
"id": 47984540,
"node_id": "MDQ6VXNlcjQ3OTg0NTQw",
"avatar_url": "https://avatars.githubusercontent.com/u/47984540?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/svandiekendialpad",
"html_url": "https://github.com/svandiekendialpad",
"followers_url": "https... | [
{
"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-06-12T17:51:51 | 2024-10-15T12:59:00 | 2023-07-21T01:54:36 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
NeMo installation fails with Python >=3.9 because `youtokentome` does not properly specify it's build dependency on `cython`. See this issue [in their repo.](https://github.com/VKCOM/YouTokenToMe/issues/94). There is also [a PR](https://github.com/VKCOM/YouTokenToMe/pull/108) on that repo to fix... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6854/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6854/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6853 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6853/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6853/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6853/events | https://github.com/NVIDIA/NeMo/pull/6853 | 1,753,069,154 | PR_kwDOC_bI7s5Syjfw | 6,853 | LID: several random samples for long file | {
"login": "karpnv",
"id": 1645775,
"node_id": "MDQ6VXNlcjE2NDU3NzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karpnv",
"html_url": "https://github.com/karpnv",
"followers_url": "https://api.github.com/users/karpnv/foll... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-06-12T15:58:59 | 2024-03-10T08:04:59 | 2023-11-06T07:51:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6853",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6853",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6853.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6853.patch",
"merged_at": "2023-11-06T07:51:50"
} | # What does this PR do ?
Use several random samples for long files
**Collection**: ASR
# Changelog
Added parameters:
- segment_duration (float): random sample duration in seconds
- num_segments (int): number of segments of file to use for majority vote
# Usage
```python
lang_model = nemo_asr.models.... | {
"login": "karpnv",
"id": 1645775,
"node_id": "MDQ6VXNlcjE2NDU3NzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karpnv",
"html_url": "https://github.com/karpnv",
"followers_url": "https://api.github.com/users/karpnv/foll... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6853/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6853/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6852 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6852/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6852/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6852/events | https://github.com/NVIDIA/NeMo/pull/6852 | 1,753,054,197 | PR_kwDOC_bI7s5SygNQ | 6,852 | [TTS] Create EnCodec training recipe | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-06-12T15:50:05 | 2023-07-31T22:32:50 | 2023-07-31T22:32:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6852",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6852",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6852.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6852.patch",
"merged_at": "2023-07-31T22:32:49"
} | # What does this PR do ?
This is an experimental draft for the EnCodec training recipe based on https://github.com/NVIDIA/NeMo/compare/encodec?expand=1
The PR is quite large, but has been minimized to what is necessary to run the training end to end and get a good result. It is still missing some features from th... | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6852/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6852/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6851 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6851/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6851/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6851/events | https://github.com/NVIDIA/NeMo/pull/6851 | 1,751,767,339 | PR_kwDOC_bI7s5SuH8c | 6,851 | [Bugfix] Fix a bug in filtering checkpoints | {
"login": "yaox12",
"id": 3831900,
"node_id": "MDQ6VXNlcjM4MzE5MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3831900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaox12",
"html_url": "https://github.com/yaox12",
"followers_url": "https://api.github.com/users/yaox12/foll... | [] | closed | false | null | [] | null | null | 2023-06-12T02:17:41 | 2023-08-09T01:17:09 | 2023-08-08T16:13:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6851",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6851",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6851.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6851.patch",
"merged_at": "2023-08-08T16:13:29"
} | # What does this PR do ?
When we cannot find `self.monitor` in `checkpoint`, `checkpoint.find(self.monitor)` should be -1 so `index` should be `len(self.monitor)` according to L98.
With the current code, checkpoints such as `mp_rank_00_model_weights.ckpt` would go to the True condition and cause an error in Line ... | {
"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/6851/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6851/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6850 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6850/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6850/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6850/events | https://github.com/NVIDIA/NeMo/pull/6850 | 1,751,537,921 | PR_kwDOC_bI7s5StYQx | 6,850 | Add API docs for NeMo Megatron | {
"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-06-11T18:03:08 | 2023-06-13T17:25:08 | 2023-06-13T17:25:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6850",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6850",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6850.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6850.patch",
"merged_at": "2023-06-13T17:25:07"
} | # What does this PR do ?
Adds API documentation.
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready ... | {
"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/6850/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6850/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6849 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6849/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6849/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6849/events | https://github.com/NVIDIA/NeMo/issues/6849 | 1,751,051,565 | I_kwDOC_bI7s5oXu0t | 6,849 | [NMT] Riva deployment issues of model built with nemo:23.03 | {
"login": "itzsimpl",
"id": 4784070,
"node_id": "MDQ6VXNlcjQ3ODQwNzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4784070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/itzsimpl",
"html_url": "https://github.com/itzsimpl",
"followers_url": "https://api.github.com/users/itzsi... | [
{
"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-06-10T17:31:37 | 2023-07-18T02:10:50 | 2023-07-18T02:10:50 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I understand the this is not the primary issue tracker for Riva (I've posted an issue in the forum https://forums.developer.nvidia.com/t/riva-2-11-0-nemo-23-03-unable-to-deploy-nmt/256169).
Since I can not pinpoint from where the issue arises, I am posting here as well.
Trying to deploy a nemo NMT AAYN model buil... | {
"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/6849/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6849/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6848 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6848/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6848/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6848/events | https://github.com/NVIDIA/NeMo/issues/6848 | 1,750,224,656 | I_kwDOC_bI7s5oUk8Q | 6,848 | Diarization returning only 2 speakers with 3 in the audio | {
"login": "ihfreitas",
"id": 94904861,
"node_id": "U_kgDOBagiHQ",
"avatar_url": "https://avatars.githubusercontent.com/u/94904861?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ihfreitas",
"html_url": "https://github.com/ihfreitas",
"followers_url": "https://api.github.com/users/ihfreita... | [
{
"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-06-09T16:59:51 | 2023-08-26T01:43:32 | 2023-08-26T01:43:32 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello everyone,
I'm working with speaker diarization to identify 2 or more speakers in the same audio. When I try that returns the same results, something like 2 speaker in a audio when have 3.
For that I using Neural Diarizer with titanet_large or my own model to speaker_embedding and 'diar_msdd_telephonic' to mss... | {
"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/6848/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6848/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6847 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6847/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6847/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6847/events | https://github.com/NVIDIA/NeMo/issues/6847 | 1,750,135,640 | I_kwDOC_bI7s5oUPNY | 6,847 | Support for LLaMa-type models? | {
"login": "nicobasile",
"id": 53441157,
"node_id": "MDQ6VXNlcjUzNDQxMTU3",
"avatar_url": "https://avatars.githubusercontent.com/u/53441157?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nicobasile",
"html_url": "https://github.com/nicobasile",
"followers_url": "https://api.github.com/use... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "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-06-09T15:51:55 | 2023-07-17T02:10:07 | 2023-07-17T02:10:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Is your feature request related to a problem? Please describe.**
With the recent PR adding support for the MPT-7b model, I was wondering if someone has figured out how to work with LLaMa-type models, such as Vicuna
**Describe the solution you'd like**
A solution similar to this PR for LLaMa-type models
htt... | {
"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/6847/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 2
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6847/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6846 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6846/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6846/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6846/events | https://github.com/NVIDIA/NeMo/issues/6846 | 1,749,854,494 | I_kwDOC_bI7s5oTKke | 6,846 | temp_outputs/pred_rttms/mono_file.rttm File not found. Randomly happens, have to restart container. | {
"login": "zachNA2",
"id": 40673690,
"node_id": "MDQ6VXNlcjQwNjczNjkw",
"avatar_url": "https://avatars.githubusercontent.com/u/40673690?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zachNA2",
"html_url": "https://github.com/zachNA2",
"followers_url": "https://api.github.com/users/zachNA... | [
{
"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-06-09T13:03:36 | 2023-07-17T02:10:09 | 2023-07-17T02:10:09 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The bug is at a random interval we will suddenly get file not found or is not directory temp_outputs/pred_rttms/mono_file.rttm
Will work just fine hundreds of times and will randomly throw this.
**Steps/Code to reproduce bug**
Deploy as normal, using whisper + diarization (https://github.... | {
"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/6846/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6846/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6845 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6845/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6845/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6845/events | https://github.com/NVIDIA/NeMo/issues/6845 | 1,749,284,940 | I_kwDOC_bI7s5oQ_hM | 6,845 | ITN(thutmose) onnx model | {
"login": "hms1205",
"id": 67571328,
"node_id": "MDQ6VXNlcjY3NTcxMzI4",
"avatar_url": "https://avatars.githubusercontent.com/u/67571328?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hms1205",
"html_url": "https://github.com/hms1205",
"followers_url": "https://api.github.com/users/hms120... | [
{
"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-06-09T07:22:33 | 2023-07-17T02:10:11 | 2023-07-17T02:10:11 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Can I export training.nemo(thutmose model) to onnx model?
I want to use thutmose itn model in c++ environment | {
"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/6845/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6845/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6844 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6844/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6844/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6844/events | https://github.com/NVIDIA/NeMo/pull/6844 | 1,749,104,308 | PR_kwDOC_bI7s5SlMxe | 6,844 | fix for negative indices in gpt dataset | {
"login": "anmolgupt",
"id": 14880251,
"node_id": "MDQ6VXNlcjE0ODgwMjUx",
"avatar_url": "https://avatars.githubusercontent.com/u/14880251?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anmolgupt",
"html_url": "https://github.com/anmolgupt",
"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-06-09T04:24:34 | 2023-07-13T02:07:50 | 2023-07-13T02:07:50 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6844",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6844",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6844.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6844.patch",
"merged_at": null
} | # What does this PR do ?
This is required when the number of samples is very small compared to the batch size. The magnitude of the negative index can be greater than the sample index array.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level... | {
"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/6844/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6844/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6843 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6843/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6843/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6843/events | https://github.com/NVIDIA/NeMo/pull/6843 | 1,748,775,211 | PR_kwDOC_bI7s5SkLx8 | 6,843 | final fix of notebook | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-06-08T23:05:48 | 2023-06-13T16:53:49 | 2023-06-13T16:53:48 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6843",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6843",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6843.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6843.patch",
"merged_at": "2023-06-13T16:53:48"
} | use torchrun as verified by the QA | {
"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/6843/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6843/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6842 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6842/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6842/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6842/events | https://github.com/NVIDIA/NeMo/pull/6842 | 1,748,771,612 | PR_kwDOC_bI7s5SkK_4 | 6,842 | final fix of notebook | {
"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-06-08T23:01:25 | 2023-06-08T23:05:24 | 2023-06-08T23:05:23 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6842",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6842",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6842.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6842.patch",
"merged_at": "2023-06-08T23:05:23"
} | use torchrun as verified by the QA | {
"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/6842/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6842/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6841 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6841/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6841/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6841/events | https://github.com/NVIDIA/NeMo/pull/6841 | 1,748,533,378 | PR_kwDOC_bI7s5Sjc8B | 6,841 | fix notebook error | {
"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-06-08T19:49:03 | 2023-06-08T23:12:37 | 2023-06-08T23:12:37 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6841",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6841",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6841.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6841.patch",
"merged_at": null
} | fix `megatron_ckpt_to_nemo.py: error: unrecognized arguments: --local-rank=0` error | {
"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/6841/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6841/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6840 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6840/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6840/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6840/events | https://github.com/NVIDIA/NeMo/pull/6840 | 1,748,468,695 | PR_kwDOC_bI7s5SjPHX | 6,840 | fix notebook error | {
"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-06-08T18:57:11 | 2023-06-08T19:48:34 | 2023-06-08T19:48:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6840",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6840",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6840.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6840.patch",
"merged_at": "2023-06-08T19:48:32"
} | fix `megatron_ckpt_to_nemo.py: error: unrecognized arguments: --local-rank=0` error | {
"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/6840/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6840/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6838 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6838/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6838/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6838/events | https://github.com/NVIDIA/NeMo/pull/6838 | 1,747,263,417 | PR_kwDOC_bI7s5SfJhl | 6,838 | Fix typo in documentation | {
"login": "Dounx",
"id": 16432276,
"node_id": "MDQ6VXNlcjE2NDMyMjc2",
"avatar_url": "https://avatars.githubusercontent.com/u/16432276?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Dounx",
"html_url": "https://github.com/Dounx",
"followers_url": "https://api.github.com/users/Dounx/follow... | [] | closed | false | null | [] | null | null | 2023-06-08T07:26:17 | 2023-06-08T19:45:05 | 2023-06-08T19:45:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6838",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6838",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6838.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6838.patch",
"merged_at": "2023-06-08T19:45:05"
} | # What does this PR do ?
Fix typo in core.rst.
# Changelog
- Fix typo in core.rst
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [x] Documentation | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6838/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6838/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6836 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6836/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6836/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6836/events | https://github.com/NVIDIA/NeMo/issues/6836 | 1,747,046,526 | I_kwDOC_bI7s5oIdB- | 6,836 | Bring back Talk Net 2 | {
"login": "lalalune",
"id": 18633264,
"node_id": "MDQ6VXNlcjE4NjMzMjY0",
"avatar_url": "https://avatars.githubusercontent.com/u/18633264?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lalalune",
"html_url": "https://github.com/lalalune",
"followers_url": "https://api.github.com/users/lal... | [
{
"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-06-08T04:08:16 | 2023-07-16T02:12:27 | 2023-07-16T02:12:27 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Talk Net 2 was deprecated but no comparable model took its place.
After experimenting with the various models, we have yet to find anything in open source land that compares to Talk Net 2.
FastSpeech2 is *okay* but is subjectively worse (and objedtively has .25 lower MOS), especially with s... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6836/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6836/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6835 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6835/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6835/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6835/events | https://github.com/NVIDIA/NeMo/pull/6835 | 1,746,937,492 | PR_kwDOC_bI7s5SeC3R | 6,835 | Correct typos in FC text | {
"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-06-08T01:46:12 | 2023-06-08T02:16:22 | 2023-06-08T02:16:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6835",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6835",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6835.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6835.patch",
"merged_at": "2023-06-08T02:16:21"
} | # What does this PR do ?
Fix some text in FC post
**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 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/6835/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6835/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6834 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6834/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6834/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6834/events | https://github.com/NVIDIA/NeMo/pull/6834 | 1,746,819,295 | PR_kwDOC_bI7s5SdpWD | 6,834 | layer unfreeze | {
"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-06-07T23:22:08 | 2023-07-15T02:06:23 | 2023-07-15T02:06:23 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6834",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6834",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6834.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6834.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/6834/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6834/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6833 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6833/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6833/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6833/events | https://github.com/NVIDIA/NeMo/pull/6833 | 1,746,740,830 | PR_kwDOC_bI7s5SdYAj | 6,833 | sharded manifests updated docs | {
"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": 1485815558,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU4",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/documentation",
"name": "documentation",
"color": "0075ca",
"default": true,
"description": "Improvements or additions to documentation"
},
{
"id": 4811884691,
"... | closed | false | null | [] | null | null | 2023-06-07T21:57:13 | 2023-06-07T22:00:02 | 2023-06-07T22:00:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6833",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6833",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6833.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6833.patch",
"merged_at": "2023-06-07T22:00:00"
} | # What does this PR do ?
Adds a short section on sharded manifests in the docs
**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
``... | {
"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/6833/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6833/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6832 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6832/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6832/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6832/events | https://github.com/NVIDIA/NeMo/pull/6832 | 1,746,739,906 | PR_kwDOC_bI7s5SdXyt | 6,832 | added fc-xl, xxl and titanet-s models | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"id": 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-06-07T21:56:44 | 2023-06-08T01:20:54 | 2023-06-08T01:20:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6832",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6832",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6832.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6832.patch",
"merged_at": "2023-06-08T01:20:52"
} | # What does this PR do ?
Add FC-XL RNNT and CTC models, FC-XXL (1.1 B) transducer model and TitaNet-S model
**Collection**: ASR
# Changelog
- Add pre trained models to code
- Add to docs
- Add FC configs
# Usage
```python
# FC Transducer BPE models
from nemo.collections.asr.models import EncDecRNNT... | {
"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/6832/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6832/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6831 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6831/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6831/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6831/events | https://github.com/NVIDIA/NeMo/pull/6831 | 1,746,737,373 | PR_kwDOC_bI7s5SdXOZ | 6,831 | Post for Fast Conformer | {
"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-06-07T21:54:21 | 2023-06-27T21:31:59 | 2023-06-08T00:21:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6831",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6831",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6831.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6831.patch",
"merged_at": "2023-06-08T00:21:44"
} | # What does this PR do ?
Add GH post for Fast Conformer
**Collection**: [ASR]
# Changelog
- Adds blogpost for fast conformer
- Fixes issue with the font not loading
- removes mathjax file when supported from CDN
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and foll... | {
"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/6831/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6831/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6830 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6830/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6830/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6830/events | https://github.com/NVIDIA/NeMo/pull/6830 | 1,746,640,666 | PR_kwDOC_bI7s5SdBzs | 6,830 | Sharded manifests setting in config files | {
"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": 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-06-07T20:37:44 | 2023-07-22T01:52:21 | 2023-07-22T01:52:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6830",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6830",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6830.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6830.patch",
"merged_at": null
} | # What does this PR do ?
Makes sharded manifests default for train dataloader in ASR config files
**Collection**: ASR
# Changelog
Adding these flags to the train_ds section of config files:
shard_manifests: False
defer_setup: False
# Usage
Set these flags to true if you wish to use the sharded manifest... | {
"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/6830/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6830/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6829 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6829/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6829/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6829/events | https://github.com/NVIDIA/NeMo/pull/6829 | 1,746,639,253 | PR_kwDOC_bI7s5SdBfV | 6,829 | Upperbound Numpy to < 1.24 | {
"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-06-07T20:36:47 | 2023-06-09T00:57:02 | 2023-06-08T16:21:34 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6829",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6829",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6829.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6829.patch",
"merged_at": "2023-06-08T16:21:33"
} | # What does this PR do ?
Adds upperbound to Numpy temporarily.
Related Issue : https://github.com/NVIDIA/NeMo/issues/6824
**Collection**: [Core]
# 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/CONT... | {
"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/6829/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6829/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6828 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6828/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6828/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6828/events | https://github.com/NVIDIA/NeMo/pull/6828 | 1,746,528,880 | PR_kwDOC_bI7s5ScpP- | 6,828 | Concat samples | {
"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": 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-06-07T19:22:13 | 2023-07-06T02:07:33 | 2023-07-06T02:07:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6828",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6828",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6828.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6828.patch",
"merged_at": null
} | # What does this PR do ?
Adds [limited] support for runtime concatenation of samples
**Collection**: ASR
# Changelog
- The implementation is limited to the ConcatDataset class.
- There is no sample normalization
- samples are joined with a zero pause
# Usage
* You can potentially add a usage example b... | {
"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/6828/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6828/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6826 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6826/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6826/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6826/events | https://github.com/NVIDIA/NeMo/issues/6826 | 1,745,019,937 | I_kwDOC_bI7s5oAuQh | 6,826 | Dockerfile apex build command fails | {
"login": "david-waterworth",
"id": 5028974,
"node_id": "MDQ6VXNlcjUwMjg5NzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5028974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/david-waterworth",
"html_url": "https://github.com/david-waterworth",
"followers_url": "https://ap... | [
{
"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-06-07T04:40:52 | 2023-06-07T06:18:58 | 2023-06-07T06:18:58 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The Dockerfile contains the following command to build apex
```
# TODO: Remove once this Apex commit (2/24/23) is included in PyTorch
# container
RUN git clone https://github.com/NVIDIA/apex.git && \
cd apex && \
git checkout 57057e2fcf1c084c0fcc818f55c0ff6ea1b24ae2 && \
pip3 inst... | {
"login": "david-waterworth",
"id": 5028974,
"node_id": "MDQ6VXNlcjUwMjg5NzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5028974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/david-waterworth",
"html_url": "https://github.com/david-waterworth",
"followers_url": "https://ap... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6826/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6826/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6824 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6824/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6824/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6824/events | https://github.com/NVIDIA/NeMo/issues/6824 | 1,744,964,780 | I_kwDOC_bI7s5oAgys | 6,824 | NeMo not compatible with latest numpy | {
"login": "david-waterworth",
"id": 5028974,
"node_id": "MDQ6VXNlcjUwMjg5NzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5028974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/david-waterworth",
"html_url": "https://github.com/david-waterworth",
"followers_url": "https://ap... | [
{
"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-06-07T03:30:20 | 2023-06-08T16:21:35 | 2023-06-08T16:21:35 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Numpy has deprecated several type alias' in 1.24 (https://numpy.org/devdocs/release/1.24.0-notes.html)
NeMo requires `numpy>=1.22`, meaning a clean installation results in 1.24.3 at the time of writing
running `NeMo/examples/nlp/dialogue/dialogue.py` results in an exception due to the use ... | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6824/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6824/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6823 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6823/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6823/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6823/events | https://github.com/NVIDIA/NeMo/issues/6823 | 1,744,945,237 | I_kwDOC_bI7s5oAcBV | 6,823 | Error finetune hifigan:stack expects each tensor to be equal size | {
"login": "zapjone",
"id": 19503929,
"node_id": "MDQ6VXNlcjE5NTAzOTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19503929?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zapjone",
"html_url": "https://github.com/zapjone",
"followers_url": "https://api.github.com/users/zapjon... | [
{
"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-06-07T03:04:49 | 2023-07-15T02:06:26 | 2023-07-15T02:06:26 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When using Nemo 1.18.1 to fine tune hifigan, I can't continue at this step, and the number in the error message is different every time. After adjusting according to the fine-tuning of fastpitch, some iussues mentioned the sampling rate issue and also adjusted the sampling rate, but the result sti... | {
"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/6823/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6823/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6822 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6822/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6822/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6822/events | https://github.com/NVIDIA/NeMo/pull/6822 | 1,744,335,553 | PR_kwDOC_bI7s5SVKXe | 6,822 | Add trainer.validate example for GPT | {
"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-06-06T18:00:30 | 2023-06-18T21:50:43 | 2023-06-18T21:50:41 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6822",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6822",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6822.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6822.patch",
"merged_at": "2023-06-18T21:50:41"
} | # What does this PR do ?
Enables an example of calling trainer.validate with GPT.
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
`... | {
"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/6822/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6822/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6821 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6821/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6821/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6821/events | https://github.com/NVIDIA/NeMo/pull/6821 | 1,743,586,278 | PR_kwDOC_bI7s5SSnzT | 6,821 | add reference to our paper | {
"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-06-06T10:38:06 | 2023-06-08T04:32:00 | 2023-06-08T04:32:00 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6821",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6821",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6821.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6821.patch",
"merged_at": "2023-06-08T04:32:00"
} | # What does this PR do ?
add reference to our SpellMapper paper on arxiv
**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 de... | {
"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/6821/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6821/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6819 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6819/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6819/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6819/events | https://github.com/NVIDIA/NeMo/pull/6819 | 1,743,136,708 | PR_kwDOC_bI7s5SRGKT | 6,819 | Update core version in Jenkinsfile | {
"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-06-06T05:54:26 | 2023-06-06T16:50:05 | 2023-06-06T16:50:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6819",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6819",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6819.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6819.patch",
"merged_at": "2023-06-06T16:50:03"
} | # What does this PR do ?
Update core version in Jenkinsfile
**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 h... | {
"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/6819/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6819/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6818 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6818/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6818/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6818/events | https://github.com/NVIDIA/NeMo/pull/6818 | 1,742,788,930 | PR_kwDOC_bI7s5SP7bJ | 6,818 | lora pp2 | {
"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-06-05T23:15:45 | 2023-06-06T17:16:52 | 2023-06-06T17:16:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6818",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6818",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6818.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6818.patch",
"merged_at": "2023-06-06T17:16:51"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6818/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6818/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6817 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6817/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6817/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6817/events | https://github.com/NVIDIA/NeMo/pull/6817 | 1,742,721,487 | PR_kwDOC_bI7s5SPvNH | 6,817 | Update core version in Jenkinsfile | {
"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": 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-06-05T22:28:13 | 2023-06-06T05:54:03 | 2023-06-06T05:54:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6817",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6817",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6817.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6817.patch",
"merged_at": "2023-06-06T05:54:02"
} | # What does this PR do ?
Update core version in Jenkinsfile
**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 h... | {
"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/6817/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6817/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6816 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6816/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6816/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6816/events | https://github.com/NVIDIA/NeMo/pull/6816 | 1,742,454,131 | PR_kwDOC_bI7s5SOzPF | 6,816 | cherry pick 6788 | {
"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"... | [
{
"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-06-05T19:27:40 | 2023-06-06T04:58:13 | 2023-06-06T04:58:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6816",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6816",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6816.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6816.patch",
"merged_at": "2023-06-06T04:58:12"
} | # What does this PR do ?
Attention matrix optional, cherry picked from https://github.com/NVIDIA/NeMo/pull/6788/files
**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 exampl... | {
"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/6816/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6816/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6815 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6815/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6815/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6815/events | https://github.com/NVIDIA/NeMo/issues/6815 | 1,742,264,286 | I_kwDOC_bI7s5n2Nfe | 6,815 | Question: what is the best approach to train speaker diarizer | {
"login": "mabajec",
"id": 16853936,
"node_id": "MDQ6VXNlcjE2ODUzOTM2",
"avatar_url": "https://avatars.githubusercontent.com/u/16853936?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mabajec",
"html_url": "https://github.com/mabajec",
"followers_url": "https://api.github.com/users/mabaje... | [
{
"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-06-05T17:57:51 | 2023-07-27T09:45:41 | 2023-07-14T02:07:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I need to use _speaker diarization_ in a pipeline with ASR for Slovenian language. For the speech recognition I use a highly accurate `CTC Conformer` model.
At first, I tried to employ pre-trained `titanet-large` and `diar_msdd_telephonic` models for clustering and neural diarization, respectively. But re... | {
"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/6815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6815/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6814 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6814/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6814/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6814/events | https://github.com/NVIDIA/NeMo/pull/6814 | 1,742,043,171 | PR_kwDOC_bI7s5SNYMw | 6,814 | Add ub communicator initialization to validation step | {
"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-06-05T15:36:53 | 2023-06-29T21:06:22 | 2023-06-29T21:06:21 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6814",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6814",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6814.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6814.patch",
"merged_at": "2023-06-29T21:06:21"
} | # What does this PR do ?
Fix TP-comm overlap with userbuffer, where validation step precedes a training step.
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use thi... | {
"login": "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/6814/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6814/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6813 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6813/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6813/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6813/events | https://github.com/NVIDIA/NeMo/pull/6813 | 1,741,429,294 | PR_kwDOC_bI7s5SLRB7 | 6,813 | Add speaker diarization capabilities for long audios. (4+ hours) | {
"login": "gabitza-tech",
"id": 53811655,
"node_id": "MDQ6VXNlcjUzODExNjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabitza-tech",
"html_url": "https://github.com/gabitza-tech",
"followers_url": "https://api.github.c... | [
{
"id": 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": 4811888028,
"node_id": "LA_kwDOC_bI7s8AAAABHs-VnA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-06-05T10:02:24 | 2023-10-01T08:58:44 | 2023-09-13T20:15:40 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6813",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6813",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6813.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6813.patch",
"merged_at": null
} | # What does this PR do ?
This PR enables speaker diarization on long audio files (even +4 hours) without running out of memory. Only one long audio file is accepted for the moment, because this is the use case I needed, but it can easily be made to accept multiple audios. (It was tested mainly on CPU, so some argume... | {
"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/6813/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6813/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6810 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6810/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6810/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6810/events | https://github.com/NVIDIA/NeMo/pull/6810 | 1,740,469,998 | PR_kwDOC_bI7s5SIBVA | 6,810 | ASR Confidence update and tutorial | {
"login": "GNroy",
"id": 16904306,
"node_id": "MDQ6VXNlcjE2OTA0MzA2",
"avatar_url": "https://avatars.githubusercontent.com/u/16904306?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GNroy",
"html_url": "https://github.com/GNroy",
"followers_url": "https://api.github.com/users/GNroy/follow... | [
{
"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-06-04T16:42:00 | 2023-07-15T19:03:46 | 2023-07-15T19:03:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6810",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6810",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6810.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6810.patch",
"merged_at": "2023-07-15T19:03:46"
} | # What does this PR do ?
Minor fixes, renames, tests and tutorial.
**Collection**: ASR
# Changelog
- Remames: `renui` -> `renyi`, `method` -> `measure`.
- Some classes and methods are moved to separate files.
- Tests added.
- Tutorial added.
# Before your PR is "Ready for review"
**Pre checks**:
- [ ... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6810/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6810/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6808 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6808/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6808/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6808/events | https://github.com/NVIDIA/NeMo/issues/6808 | 1,739,056,617 | I_kwDOC_bI7s5np-Xp | 6,808 | `intent_slot_classification_model` tutorial wont converge | {
"login": "david-waterworth",
"id": 5028974,
"node_id": "MDQ6VXNlcjUwMjg5NzQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/5028974?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/david-waterworth",
"html_url": "https://github.com/david-waterworth",
"followers_url": "https://ap... | [
{
"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-06-03T01:59:50 | 2023-07-15T02:06:27 | 2023-07-15T02:06:27 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I'm trying to run the `intent_slot_classification_model` and I'm not getting anywhere near the accuracy that the workbook implies I should. I'm running the tutorial from `Joint_Intent_and_Slot_Classification.ipynb`
The workbook contains the following markedown
```
After training for 5 epochs, which should take n... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6808/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6808/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6807 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6807/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6807/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6807/events | https://github.com/NVIDIA/NeMo/pull/6807 | 1,738,969,714 | PR_kwDOC_bI7s5SCz9m | 6,807 | Add ub communicator initialization to validation step | {
"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-06-03T00:06:14 | 2023-06-05T15:36:30 | 2023-06-05T15:36:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6807",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6807",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6807.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6807.patch",
"merged_at": "2023-06-05T15:36:29"
} | # What does this PR do ?
Fix TP-comm overlap with userbuffer, where validation step precedes a training step.
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use thi... | {
"login": "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/6807/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6807/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6806 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6806/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6806/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6806/events | https://github.com/NVIDIA/NeMo/pull/6806 | 1,738,944,962 | PR_kwDOC_bI7s5SCudO | 6,806 | [TTS] Add cosine distance option to TTS aligner | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-06-02T23:31:18 | 2023-07-11T15:55:52 | 2023-07-11T15:55:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6806",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6806",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6806.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6806.patch",
"merged_at": "2023-07-11T15:55:51"
} | # What does this PR do ?
Add configuration to TTS aligner which uses scaled cosine distance instead of euclidean distance.
**Collection**: [TTS]
# Changelog
- Add code for cosine distance based alignment
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contri... | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlang... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6806/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6806/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6805 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6805/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6805/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6805/events | https://github.com/NVIDIA/NeMo/pull/6805 | 1,738,926,310 | PR_kwDOC_bI7s5SCqYt | 6,805 | Bug fix for reset_sequence_parallel_args | {
"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-06-02T23:02:24 | 2023-06-05T19:31:16 | 2023-06-05T19:31:15 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6805",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6805",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6805.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6805.patch",
"merged_at": "2023-06-05T19:31:15"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6805/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6805/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6804 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6804/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6804/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6804/events | https://github.com/NVIDIA/NeMo/pull/6804 | 1,738,734,657 | PR_kwDOC_bI7s5SCAmX | 6,804 | Megatron MPT-7B Support | {
"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": 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-06-02T19:50:58 | 2023-06-07T01:27:22 | 2023-06-07T01:27:22 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6804",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6804",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6804.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6804.patch",
"merged_at": "2023-06-07T01:27:22"
} | # What does this PR do ?
Adds changes to Megatron GPT which supports the MPT-7B architecture
**Collection**: NLP
# Changelog
- nemo/collections/nlp/models/language_modeling/megatron/gpt_model.py
+ Adds support for the megatron_legacy argument to flow down to CoreAttention
+ Adds a bypass to load_stat... | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6804/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6804/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6803 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6803/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6803/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6803/events | https://github.com/NVIDIA/NeMo/pull/6803 | 1,738,694,690 | PR_kwDOC_bI7s5SB3oW | 6,803 | fix spellmapper tutorial, change branch to main | {
"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-06-02T19:22:55 | 2023-06-05T05:29:10 | 2023-06-05T05:29:10 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6803",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6803",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6803.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6803.patch",
"merged_at": "2023-06-05T05:29:10"
} | # What does this PR do ?
fix spellmapper tutorial, change branch to main, small fix in markup syntax
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.
# Usa... | {
"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/6803/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6803/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6802 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6802/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6802/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6802/events | https://github.com/NVIDIA/NeMo/pull/6802 | 1,738,672,630 | PR_kwDOC_bI7s5SByxW | 6,802 | Bug fix for reset_sequence_parallel_args | {
"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-06-02T19:04:46 | 2023-06-02T23:01:44 | 2023-06-02T23:01:43 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6802",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6802",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6802.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6802.patch",
"merged_at": "2023-06-02T23:01:43"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"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/6802/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6802/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6801 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6801/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6801/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6801/events | https://github.com/NVIDIA/NeMo/pull/6801 | 1,738,671,504 | PR_kwDOC_bI7s5SByha | 6,801 | Bug fix for reset_sequence_parallel_args | {
"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": 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-06-02T19:03:45 | 2023-06-02T19:04:17 | 2023-06-02T19:04:17 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6801",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6801",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6801.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6801.patch",
"merged_at": null
} | # What does this PR do ?
Bug fix
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Bef... | {
"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/6801/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6801/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6800 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6800/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6800/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6800/events | https://github.com/NVIDIA/NeMo/pull/6800 | 1,738,545,553 | PR_kwDOC_bI7s5SBWz_ | 6,800 | Fix GPTDataset Assert | {
"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-06-02T17:20:27 | 2023-06-02T23:55:31 | 2023-06-02T23:55:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6800",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6800",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6800.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6800.patch",
"merged_at": "2023-06-02T23:55:29"
} | # What does this PR do ?
Fixes an assert in the GPTDataset
**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 ho... | {
"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/6800/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6800/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6799 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6799/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6799/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6799/events | https://github.com/NVIDIA/NeMo/pull/6799 | 1,738,457,577 | PR_kwDOC_bI7s5SBDrA | 6,799 | added changes to ramp up bs | {
"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-06-02T16:05:58 | 2023-06-08T19:33:04 | 2023-06-08T19:33:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6799",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6799",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6799.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6799.patch",
"merged_at": "2023-06-08T19:33:02"
} | # What does this PR do ?
1. Fixed consumed samples calculation for changeable batch size.
2. Changed ramp up bs feature in order to use it with changeable number of nodes duriong training:
- Deleted unnecessary assertions for ramp up batch size.
- Added trainer stop flag in order to do validation and ... | {
"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/6799/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6799/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6798 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6798/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6798/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6798/events | https://github.com/NVIDIA/NeMo/pull/6798 | 1,738,401,345 | PR_kwDOC_bI7s5SA3hK | 6,798 | Fix GPTDataset Assert | {
"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-06-02T15:22:51 | 2023-06-02T17:20:02 | 2023-06-02T17:20:01 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6798",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6798",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6798.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6798.patch",
"merged_at": "2023-06-02T17:20:01"
} | # What does this PR do ?
Fixes an assert in the GPTDataset
**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 ho... | {
"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/6798/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6798/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6797 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6797/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6797/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6797/events | https://github.com/NVIDIA/NeMo/issues/6797 | 1,738,134,457 | I_kwDOC_bI7s5nmdO5 | 6,797 | [question] Pad time-dimension to a multiple | {
"login": "vadimkantorov",
"id": 1041752,
"node_id": "MDQ6VXNlcjEwNDE3NTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1041752?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vadimkantorov",
"html_url": "https://github.com/vadimkantorov",
"followers_url": "https://api.github.... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-06-02T12:41:56 | 2023-07-22T01:52:23 | 2023-07-22T01:52:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | For Conformer setups, does NeMo support / recommend padding batches after frontend to a certain multiple, e.g. so that after Conformer input batch time dimension is e.g. a multiple of 32 (which may suit best cudnn / gemm kernels for fp16/TensorCores)
Having batches of a few fixed shapes also benefits pytorch allocat... | {
"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/6797/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6797/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6796 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6796/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6796/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6796/events | https://github.com/NVIDIA/NeMo/issues/6796 | 1,737,891,907 | I_kwDOC_bI7s5nliBD | 6,796 | [Bug] A bug in filtering checkpoints | {
"login": "yaox12",
"id": 3831900,
"node_id": "MDQ6VXNlcjM4MzE5MDA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3831900?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaox12",
"html_url": "https://github.com/yaox12",
"followers_url": "https://api.github.com/users/yaox12/foll... | [
{
"id": 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-06-02T10:09:15 | 2023-08-08T16:13:31 | 2023-07-12T02:05:59 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
https://github.com/NVIDIA/NeMo/blob/cfbe0924db02a1a557aeeea55cc1a01b83903e71/nemo/utils/callbacks/nemo_model_checkpoint.py#L98-L99
I think Line 99 should be
```python
if index != len(self.monitor):
``` | {
"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/6796/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6796/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6794 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6794/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6794/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6794/events | https://github.com/NVIDIA/NeMo/pull/6794 | 1,737,459,959 | PR_kwDOC_bI7s5R9odI | 6,794 | Add trainer.validate example for GPT | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | [
{
"id": 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-06-02T04:54:50 | 2023-06-06T18:00:07 | 2023-06-06T18:00:05 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6794",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6794",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6794.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6794.patch",
"merged_at": "2023-06-06T18:00:05"
} | # What does this PR do ?
Enables an example of calling trainer.validate with GPT.
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
`... | {
"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/6794/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6794/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6793 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6793/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6793/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6793/events | https://github.com/NVIDIA/NeMo/pull/6793 | 1,737,283,080 | PR_kwDOC_bI7s5R9Cvk | 6,793 | fixed decor to show messages only when the wrapped object is called. | {
"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-06-02T00:36:36 | 2023-06-05T18:44:11 | 2023-06-05T18:44:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6793",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6793",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6793.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6793.patch",
"merged_at": "2023-06-05T18:44:09"
} | # What does this PR do ?
* prevented showing such warning message every time when loading the library. Instead, only show such message when the function wrapped with `@expeirmental` is actually invoked. This fix could make our logging message more concise. For example, for the class `IpaG2p`,
```python
@experime... | {
"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/6793/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6793/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6792 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6792/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6792/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6792/events | https://github.com/NVIDIA/NeMo/pull/6792 | 1,737,040,252 | PR_kwDOC_bI7s5R8NVl | 6,792 | Tensor-parallel communication overlap with userbuffer backend | {
"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-06-01T20:29:39 | 2023-06-28T22:14:56 | 2023-06-28T22:14:55 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6792",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6792",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6792.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6792.patch",
"merged_at": "2023-06-28T22:14:55"
} | # 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`
```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/6792/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6792/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6791 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6791/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6791/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6791/events | https://github.com/NVIDIA/NeMo/pull/6791 | 1,736,920,625 | PR_kwDOC_bI7s5R7zG7 | 6,791 | Debug Transformer Engine FP8 support with Megatron-core infrastructure | {
"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-06-01T19:07:38 | 2023-06-04T05:52:04 | 2023-06-04T05:52:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6791",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6791",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6791.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6791.patch",
"merged_at": "2023-06-04T05:52:03"
} | # What does this PR do ?
Debugs Transformer Engine FP8 support with Megatron-core infrastructure
**Collection**: NLP
# Changelog
- Construct FP8 amax reduction group
# Usage
Set `transformer_engine: True` and `fp8: True` in the config.
# Before your PR is "Ready for review"
**Pre checks**:
- [x] M... | {
"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/6791/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6791/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6790 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6790/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6790/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6790/events | https://github.com/NVIDIA/NeMo/pull/6790 | 1,736,858,969 | PR_kwDOC_bI7s5R7lZ2 | 6,790 | Lddl bert | {
"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-06-01T18:26:01 | 2023-06-02T23:54:03 | 2023-06-02T23:54:02 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6790",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6790",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6790.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6790.patch",
"merged_at": "2023-06-02T23:54:02"
} | # What does this PR do ?
This adds the ability to use LDDL dataloaders in Nemo FW
**Collection**: [NLP, NemoFW
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
add LDDL as dataloader in config. Instructions will be added to the Megatron Launcher for data prep and u... | {
"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/6790/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6790/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6789 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6789/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6789/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6789/events | https://github.com/NVIDIA/NeMo/pull/6789 | 1,736,817,343 | PR_kwDOC_bI7s5R7cMX | 6,789 | Update asr_normalize with changes in main | {
"login": "KunalDhawan",
"id": 15515031,
"node_id": "MDQ6VXNlcjE1NTE1MDMx",
"avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KunalDhawan",
"html_url": "https://github.com/KunalDhawan",
"followers_url": "https://api.github.com/... | [
{
"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-06-01T17:59:49 | 2023-06-01T18:16:41 | 2023-06-01T18:16:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6789",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6789",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6789.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6789.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": "KunalDhawan",
"id": 15515031,
"node_id": "MDQ6VXNlcjE1NTE1MDMx",
"avatar_url": "https://avatars.githubusercontent.com/u/15515031?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KunalDhawan",
"html_url": "https://github.com/KunalDhawan",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6789/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6789/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6788 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6788/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6788/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6788/events | https://github.com/NVIDIA/NeMo/pull/6788 | 1,736,797,107 | PR_kwDOC_bI7s5R7Xvf | 6,788 | Gpt alibi fa | {
"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": 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-06-01T17:45:46 | 2023-06-06T04:59:28 | 2023-06-06T04:59:28 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6788",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6788",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6788.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6788.patch",
"merged_at": null
} | # What does this PR do ?
* merged main
* make computing full logprobs matrix during inference optional
* make computing attention matrix during inference optional (to save memory if used with FA)
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of hig... | {
"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/6788/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6788/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6787 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6787/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6787/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6787/events | https://github.com/NVIDIA/NeMo/pull/6787 | 1,736,747,793 | PR_kwDOC_bI7s5R7NAx | 6,787 | Fix get_parameters when using main params optimizer | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
... | closed | false | null | [] | null | null | 2023-06-01T17:06:20 | 2023-06-02T23:53:34 | 2023-06-02T23:53:33 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6787",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6787",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6787.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6787.patch",
"merged_at": "2023-06-02T23:53:33"
} | # What does this PR do ?
When using fused_adam, self._optimizer.get_parameters() was returning an empty list.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
... | {
"login": "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/6787/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6787/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6786 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6786/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6786/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6786/events | https://github.com/NVIDIA/NeMo/pull/6786 | 1,736,713,785 | PR_kwDOC_bI7s5R7Fe5 | 6,786 | add call to p2p overlap | {
"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-06-01T16:42:53 | 2023-06-05T17:19:29 | 2023-06-05T17:19:28 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6786",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6786",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6786.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6786.patch",
"merged_at": "2023-06-05T17:19:28"
} | # What does this PR do ?
add call to p2p overlap
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# 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/6786/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6786/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6785 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6785/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6785/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6785/events | https://github.com/NVIDIA/NeMo/pull/6785 | 1,736,655,700 | PR_kwDOC_bI7s5R64lZ | 6,785 | peft eval directly from ckpt | {
"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-06-01T16:10:32 | 2023-06-01T18:42:17 | 2023-06-01T18:42:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6785",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6785",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6785.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6785.patch",
"merged_at": "2023-06-01T18:42:16"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6785/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6785/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6781 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6781/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6781/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6781/events | https://github.com/NVIDIA/NeMo/pull/6781 | 1,735,688,681 | PR_kwDOC_bI7s5R3kGI | 6,781 | [TTS][zh] refine hardcoded lowercase for ASCII letters. | {
"login": "XuesongYang",
"id": 1646669,
"node_id": "MDQ6VXNlcjE2NDY2Njk=",
"avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/XuesongYang",
"html_url": "https://github.com/XuesongYang",
"followers_url": "https://api.github.com/us... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-06-01T07:40:49 | 2023-06-02T00:39:18 | 2023-06-02T00:39:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6781",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6781",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6781.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6781.patch",
"merged_at": "2023-06-02T00:39:15"
} | # What does this PR do ?
1. relaxed the hardcoded lowercase for non-Chinese characters. This PR provided customization for tokenization/g2p by introducing `ascii_letter_prefix` and `ascii_letter_case` arguments. These flexible arguments helped to discriminate Chinese phonemes from ascii letters.
2. avoided to set ... | {
"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/6781/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6781/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6780 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6780/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6780/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6780/events | https://github.com/NVIDIA/NeMo/pull/6780 | 1,735,461,969 | PR_kwDOC_bI7s5R2yi9 | 6,780 | 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": ""
}
] | closed | false | null | [] | null | null | 2023-06-01T05:03:53 | 2023-06-01T20:29:11 | 2023-06-01T20:29:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6780",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6780",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6780.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6780.patch",
"merged_at": "2023-06-01T20:29:09"
} | # 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`
```python
# Add ... | {
"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/6780/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6780/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6779 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6779/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6779/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6779/events | https://github.com/NVIDIA/NeMo/pull/6779 | 1,735,217,687 | PR_kwDOC_bI7s5R1-SW | 6,779 | add call to p2p overlap | {
"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": 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-06-01T00:22:03 | 2023-06-01T16:42:30 | 2023-06-01T16:42:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6779",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6779",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6779.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6779.patch",
"merged_at": "2023-06-01T16:42:29"
} | # What does this PR do ?
add call to p2p overlap
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready f... | {
"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/6779/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6779/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6778 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6778/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6778/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6778/events | https://github.com/NVIDIA/NeMo/pull/6778 | 1,735,146,127 | PR_kwDOC_bI7s5R1u18 | 6,778 | Fix Links for tutorials | {
"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-05-31T22:55:21 | 2023-05-31T22:56:48 | 2023-05-31T22:56:47 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6778",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6778",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6778.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6778.patch",
"merged_at": "2023-05-31T22:56:47"
} | # What does this PR do ?
Fix URL
**Collection**: [Tools]
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update... | {
"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/6778/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6778/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6777 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6777/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6777/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6777/events | https://github.com/NVIDIA/NeMo/pull/6777 | 1,735,145,682 | PR_kwDOC_bI7s5R1uv4 | 6,777 | Fix Links for tutorials | {
"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-05-31T22:54:45 | 2023-05-31T22:54:59 | 2023-05-31T22:54:55 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6777",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6777",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6777.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6777.patch",
"merged_at": "2023-05-31T22:54:55"
} | # What does this PR do ?
Fix URL
**Collection**: [Tools]
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update... | {
"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/6777/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6777/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6776 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6776/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6776/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6776/events | https://github.com/NVIDIA/NeMo/pull/6776 | 1,735,102,179 | PR_kwDOC_bI7s5R1lI2 | 6,776 | Fix adapter tutorial r1.19.0 | {
"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-05-31T22:09:57 | 2023-06-02T03:55:07 | 2023-06-02T03:55:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6776",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6776",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6776.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6776.patch",
"merged_at": "2023-06-02T03:55:06"
} | # What does this PR do ?
Fix adapter tutorial to compatible with latest pre-traiend FastPitch checkpoint
**Collection**: [TTS]
# 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": "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/6776/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6776/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6775 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6775/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6775/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6775/events | https://github.com/NVIDIA/NeMo/pull/6775 | 1,735,077,363 | PR_kwDOC_bI7s5R1ftL | 6,775 | Spec aug fix | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-05-31T21:46:16 | 2023-06-06T06:28:32 | 2023-06-06T06:28:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6775",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6775",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6775.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6775.patch",
"merged_at": "2023-06-06T06:28:32"
} | # What does this PR do ?
Minor fix that stops `MaskedSpecAug` from overestimating sampling populations.
Add a one line overview of what this PR aims to accomplish.
`MaskedSpecAug` was overestimating the number of available patches when sampling patches were larger than audio size. This should fix it that sampling ... | {
"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/6775/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6775/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6774 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6774/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6774/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6774/events | https://github.com/NVIDIA/NeMo/pull/6774 | 1,735,001,756 | PR_kwDOC_bI7s5R1PGg | 6,774 | Updating label models with new langid model. | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/use... | [
{
"id": 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-05-31T20:52:10 | 2023-07-31T01:51:50 | 2023-07-31T01:51:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6774",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6774",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6774.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6774.patch",
"merged_at": null
} | # What does this PR do ?
Updates `label_models` with new LangID model (PearlNet) for ICASSP.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Added new ngc import to `list_available_models`
# Usage
* You can potentially add a usage example below
```python
# Add a code snip... | {
"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/6774/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6774/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6773 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6773/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6773/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6773/events | https://github.com/NVIDIA/NeMo/pull/6773 | 1,734,995,692 | PR_kwDOC_bI7s5R1Nx8 | 6,773 | text_generation_utils memory reduction if no logprob needed | {
"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": 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-05-31T20:49:05 | 2023-06-06T05:54:56 | 2023-06-06T05:52:46 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6773",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6773",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6773.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6773.patch",
"merged_at": "2023-06-06T05:52:46"
} | # What does this PR do ?
make text_generation_utils.py more memory efficient for inference especially for long context sequences
* by making logprob computation optional
**Collection**: nlp
# Changelog
- change peft eval model class for restoring to MegatronGPTSFTModel, since NLPModel does not have _build_... | {
"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/6773/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6773/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6772 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6772/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6772/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6772/events | https://github.com/NVIDIA/NeMo/pull/6772 | 1,734,979,524 | PR_kwDOC_bI7s5R1KKR | 6,772 | Langid update | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-05-31T20:38:29 | 2023-05-31T20:40:27 | 2023-05-31T20:40:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6772",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6772",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6772.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6772.patch",
"merged_at": null
} | # What does this PR do ?
Updates `label_models` with new ngc model (PearlNet). For ICASSP.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Added new ngc model to `label_models.list_available_models`
# Usage
* You can potentially add a usage example below
```python
# Add a... | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6772/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6772/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6771 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6771/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6771/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6771/events | https://github.com/NVIDIA/NeMo/pull/6771 | 1,734,703,439 | PR_kwDOC_bI7s5R0NK8 | 6,771 | Fix checkpointed forward and add test for full activation checkpointing | {
"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-05-31T17:46:49 | 2023-05-31T21:30:56 | 2023-05-31T21:30:55 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6771",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6771",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6771.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6771.patch",
"merged_at": "2023-05-31T21:30:55"
} | # What does this PR do ?
Fixes checkpointed forward and changes GPT TP test to use activation recomputation for 1 layer instead of SAR
**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
#... | {
"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/6771/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6771/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6770 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6770/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6770/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6770/events | https://github.com/NVIDIA/NeMo/pull/6770 | 1,734,665,858 | PR_kwDOC_bI7s5R0E51 | 6,770 | Bug fix to reset sequence parallelism | {
"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-05-31T17:22:52 | 2023-05-31T20:15:03 | 2023-05-31T20:15:02 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6770",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6770",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6770.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6770.patch",
"merged_at": "2023-05-31T20:15:02"
} | # What does this PR do ?
Fixes sequence parallelism reset function to set the value to False instead of None.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
... | {
"login": "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/6770/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6770/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6769 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6769/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6769/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6769/events | https://github.com/NVIDIA/NeMo/issues/6769 | 1,734,446,299 | I_kwDOC_bI7s5nYYzb | 6,769 | [TTS] Multi-speaker Training on Fastpitch failing to distinguish between voices. | {
"login": "AshwinSankar17",
"id": 47474911,
"node_id": "MDQ6VXNlcjQ3NDc0OTEx",
"avatar_url": "https://avatars.githubusercontent.com/u/47474911?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/AshwinSankar17",
"html_url": "https://github.com/AshwinSankar17",
"followers_url": "https://api.gi... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-05-31T15:05:56 | 2023-07-25T18:05:43 | 2023-07-23T01:57:21 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I followed the recipe for [multi-speaker pretraining ](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_MultiSpeaker_Pretraining.ipynb) to train the fastpitch model for 2 speaker dataset (indictts). But even after training about 4000 epochs, the model is unable to differentiate between the two... | {
"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/6769/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6769/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6768 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6768/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6768/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6768/events | https://github.com/NVIDIA/NeMo/pull/6768 | 1,733,958,746 | PR_kwDOC_bI7s5Rxp11 | 6,768 | FixTextMemMapDataset index file creation in multi-node setup | {
"login": "gheinrich",
"id": 3889770,
"node_id": "MDQ6VXNlcjM4ODk3NzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3889770?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gheinrich",
"html_url": "https://github.com/gheinrich",
"followers_url": "https://api.github.com/users/gh... | [
{
"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-05-31T11:05:47 | 2023-06-26T14:15:15 | 2023-06-26T14:15:14 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6768",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6768",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6768.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6768.patch",
"merged_at": "2023-06-26T14:15:14"
} | # What does this PR do ?
Fixes issue #6715 by creating index files on all processes with local_rank 0.
**Collection**: NLP
# Changelog
- Update rank condition to create index files when local_rank is 0 (formerly when global_rank was 0).
# Usage
* No change in used.
# Before your PR is "Ready for revie... | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6768/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6768/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6765 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6765/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6765/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6765/events | https://github.com/NVIDIA/NeMo/pull/6765 | 1,733,252,078 | PR_kwDOC_bI7s5RvQ0W | 6,765 | lora notebook | {
"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-05-31T01:48:36 | 2023-05-31T22:02:05 | 2023-05-31T22:02:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6765",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6765",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6765.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6765.patch",
"merged_at": "2023-05-31T22:02: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": "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/6765/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6765/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6764 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6764/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6764/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6764/events | https://github.com/NVIDIA/NeMo/pull/6764 | 1,733,199,541 | PR_kwDOC_bI7s5RvGJj | 6,764 | Fix get_parameters when using main params optimizer | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-05-31T00:30:52 | 2023-06-01T17:05:57 | 2023-06-01T17:05:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6764",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6764",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6764.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6764.patch",
"merged_at": "2023-06-01T17:05:55"
} | # What does this PR do ?
When using fused_adam, self._optimizer.get_parameters() was returning an empty list.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
... | {
"login": "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/6764/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6764/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6763 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6763/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6763/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6763/events | https://github.com/NVIDIA/NeMo/pull/6763 | 1,733,166,244 | PR_kwDOC_bI7s5Ru_L9 | 6,763 | add support for max_total_length=4096 for 43b | {
"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/... | [
{
"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-05-30T23:42:53 | 2023-07-07T19:41:20 | 2023-07-07T19:41:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6763",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6763",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6763.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6763.patch",
"merged_at": "2023-07-07T19:41:18"
} | # What does this PR do ?
add support for max_total_length=4096 for 43b customization
**Collection**: nlp
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this ... | {
"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/6763/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6763/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6762 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6762/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6762/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6762/events | https://github.com/NVIDIA/NeMo/pull/6762 | 1,732,810,290 | PR_kwDOC_bI7s5RtxBX | 6,762 | [Bug Fix] Fix fast tokenizer | {
"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-05-30T19:00:15 | 2023-07-06T02:07:35 | 2023-07-06T02:07:35 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6762",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6762",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6762.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6762.patch",
"merged_at": null
} | # What does this PR do ?
Currently the arguments for fast tokenizer are not properly passed through so it cannot be used
**Collection**: [NLP]
# Changelog
This PR just properly passes the use_fast argument
# Usage
use_fast: True in the config
**PR Type**:
- [ ] Bugfix
## Who can review?
A... | {
"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/6762/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6762/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6761 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6761/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6761/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6761/events | https://github.com/NVIDIA/NeMo/pull/6761 | 1,732,536,439 | PR_kwDOC_bI7s5Rs1lA | 6,761 | Lddl bert | {
"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": 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-05-30T15:48:32 | 2023-06-01T18:25:28 | 2023-06-01T18:25:27 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6761",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6761",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6761.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6761.patch",
"merged_at": "2023-06-01T18:25:27"
} | # What does this PR do ?
This adds the ability to use LDDL dataloaders in Nemo FW
**Collection**: [NLP, NemoFW
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
add LDDL as dataloader in config. Instructions will be added to the Megatron Launcher for data prep and u... | {
"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/6761/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6761/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6759 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6759/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6759/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6759/events | https://github.com/NVIDIA/NeMo/issues/6759 | 1,732,336,275 | I_kwDOC_bI7s5nQVqT | 6,759 | How can I export titanet-l model to onnx? | {
"login": "gabitza-tech",
"id": 53811655,
"node_id": "MDQ6VXNlcjUzODExNjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabitza-tech",
"html_url": "https://github.com/gabitza-tech",
"followers_url": "https://api.github.c... | [] | closed | false | null | [] | null | null | 2023-05-30T13:58:49 | 2023-08-01T22:02:24 | 2023-06-08T09:11:25 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello, I have exported the marblenet vad model to onnx using the https://github.com/NVIDIA/NeMo/blob/stable/tutorials/asr/Online_Offline_Microphone_VAD_Demo.ipynb tutorial.
Unfortunately, when I try to replicate the steps for the titanet model in the _extract_embeddings function, but it doesn't work.
Is there ... | {
"login": "gabitza-tech",
"id": 53811655,
"node_id": "MDQ6VXNlcjUzODExNjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gabitza-tech",
"html_url": "https://github.com/gabitza-tech",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6759/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6759/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6758 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6758/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6758/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6758/events | https://github.com/NVIDIA/NeMo/issues/6758 | 1,731,800,738 | I_kwDOC_bI7s5nOS6i | 6,758 | The code in the notebook is not working | {
"login": "Salama1429",
"id": 95621539,
"node_id": "U_kgDOBbMRow",
"avatar_url": "https://avatars.githubusercontent.com/u/95621539?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Salama1429",
"html_url": "https://github.com/Salama1429",
"followers_url": "https://api.github.com/users/Salam... | [
{
"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-05-30T08:43:14 | 2023-07-15T02:06:31 | 2023-07-15T02:06:31 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I tried to apply the code in your notebook called (Online_ASR_Microphone_Demo.ipynb) [link](https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/Online_ASR_Microphone_Demo.ipynb)
it works fine when using the same model in the notebook ('QuartzNet15x5Base-En')
using this code :
`asr_model = nemo_asr.model... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6758/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6758/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6757 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6757/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6757/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6757/events | https://github.com/NVIDIA/NeMo/issues/6757 | 1,731,550,292 | I_kwDOC_bI7s5nNVxU | 6,757 | TitaNet validation step too slow | {
"login": "carlfm01",
"id": 32177100,
"node_id": "MDQ6VXNlcjMyMTc3MTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/32177100?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/carlfm01",
"html_url": "https://github.com/carlfm01",
"followers_url": "https://api.github.com/users/car... | [
{
"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-05-30T05:52:37 | 2023-05-31T23:47:40 | 2023-05-31T23:47:40 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello, I'm training TitaNet from scratch using voxceleb 1 and 2 with another private dataset, while the training is fast 6it/s on a dual 3090 setup the valitadion step takes 2200s/it. It happens using all the labels and also with a limited set of labels (1024), or even with an4 dataset.
**Steps/Code to reproduce bug... | {
"login": "carlfm01",
"id": 32177100,
"node_id": "MDQ6VXNlcjMyMTc3MTAw",
"avatar_url": "https://avatars.githubusercontent.com/u/32177100?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/carlfm01",
"html_url": "https://github.com/carlfm01",
"followers_url": "https://api.github.com/users/car... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6757/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6757/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6756 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6756/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6756/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6756/events | https://github.com/NVIDIA/NeMo/pull/6756 | 1,731,331,071 | PR_kwDOC_bI7s5RowsJ | 6,756 | Bug fix to reset sequence parallelism | {
"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 | {
"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... | [
{
"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": "... | null | null | 2023-05-30T00:00:05 | 2023-05-31T17:22:24 | 2023-05-31T17:22:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6756",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6756",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6756.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6756.patch",
"merged_at": "2023-05-31T17:22:23"
} | # What does this PR do ?
Fixes sequence parallelism reset function to set the value to False instead of None.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
... | {
"login": "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/6756/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6756/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6755 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6755/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6755/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6755/events | https://github.com/NVIDIA/NeMo/pull/6755 | 1,731,304,210 | PR_kwDOC_bI7s5RorAy | 6,755 | Bug fix to restore act ckpt | {
"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-05-29T23:02:22 | 2023-05-31T17:31:06 | 2023-05-31T17:31:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6755",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6755",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6755.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6755.patch",
"merged_at": "2023-05-31T17:31:05"
} | # What does this PR do ?
Fixes bug to reset/restore act ckpt in GPT models.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet d... | {
"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/6755/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6755/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6754 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6754/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6754/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6754/events | https://github.com/NVIDIA/NeMo/issues/6754 | 1,731,165,986 | I_kwDOC_bI7s5nL38i | 6,754 | function in VAD utils hardcoded to only use `.wav` files | {
"login": "riqiang-dp",
"id": 58701255,
"node_id": "MDQ6VXNlcjU4NzAxMjU1",
"avatar_url": "https://avatars.githubusercontent.com/u/58701255?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/riqiang-dp",
"html_url": "https://github.com/riqiang-dp",
"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"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-05-29T19:35:27 | 2023-07-06T02:07:37 | 2023-07-06T02:07:37 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
[This line](https://github.com/NVIDIA/NeMo/blob/372f519ddba0c57272d190d83eaa3169ff6f3488/nemo/collections/asr/parts/utils/vad_utils.py#L1077) uses only `.wav` to split filepaths to create filenames. However if the files are not `.wav`, this will still run, but with wrong file names which causes ... | {
"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/6754/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6754/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6753 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6753/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6753/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6753/events | https://github.com/NVIDIA/NeMo/pull/6753 | 1,731,115,560 | PR_kwDOC_bI7s5RoCj- | 6,753 | Bug fix to restore act ckpt | {
"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 | {
"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... | [
{
"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": "... | null | null | 2023-05-29T18:30:51 | 2023-05-29T23:01:54 | 2023-05-29T23:01:53 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6753",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6753",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6753.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6753.patch",
"merged_at": "2023-05-29T23:01:53"
} | # What does this PR do ?
Fixes bug to reset/restore act ckpt in GPT models.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet d... | {
"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/6753/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6753/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6752 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6752/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6752/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6752/events | https://github.com/NVIDIA/NeMo/pull/6752 | 1,731,112,774 | PR_kwDOC_bI7s5RoB-0 | 6,752 | Bug fix for activation checkpointing restore/reset | {
"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": 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 | {
"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... | [
{
"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": "... | null | null | 2023-05-29T18:26:46 | 2023-05-29T18:28:07 | 2023-05-29T18:28:06 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6752",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6752",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6752.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6752.patch",
"merged_at": null
} | # What does this PR do ?
Fixes activation checkpointing restore/reset parameters.
**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 sni... | {
"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/6752/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6752/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6751 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6751/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6751/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6751/events | https://github.com/NVIDIA/NeMo/pull/6751 | 1,730,996,868 | PR_kwDOC_bI7s5RnpE_ | 6,751 | sharded manifests docs | {
"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-05-29T16:11:11 | 2023-05-29T17:10:15 | 2023-05-29T17:10:14 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6751",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6751",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6751.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6751.patch",
"merged_at": "2023-05-29T17:10:14"
} | # What does this PR do ?
Adds documentation on the use of sharded manifests
**Collection**: ASR
# Changelog
- `docs/source/asr/datasets.rst` changed to add the docs
# 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/6751/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6751/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6749 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6749/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6749/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6749/events | https://github.com/NVIDIA/NeMo/issues/6749 | 1,729,417,808 | I_kwDOC_bI7s5nFNJQ | 6,749 | can't diarize my wav file following your tutorial | {
"login": "n242",
"id": 54664589,
"node_id": "MDQ6VXNlcjU0NjY0NTg5",
"avatar_url": "https://avatars.githubusercontent.com/u/54664589?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/n242",
"html_url": "https://github.com/n242",
"followers_url": "https://api.github.com/users/n242/followers"... | [] | closed | false | null | [] | null | null | 2023-05-28T11:51:36 | 2023-06-07T15:59:43 | 2023-06-07T15:59:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Hey, I'm new to NeMo library, I want to do speaker diarization without ground truth (unsupervised), but I didn't manage to get the speaker diarization. I followed your speaker diarization tutorial here:
https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/speaker_tasks/Sp... | {
"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/6749/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6749/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6748 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6748/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6748/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6748/events | https://github.com/NVIDIA/NeMo/issues/6748 | 1,728,671,067 | I_kwDOC_bI7s5nCW1b | 6,748 | Availability of Meeting MSDD models | {
"login": "SupreethRao99",
"id": 55043035,
"node_id": "MDQ6VXNlcjU1MDQzMDM1",
"avatar_url": "https://avatars.githubusercontent.com/u/55043035?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SupreethRao99",
"html_url": "https://github.com/SupreethRao99",
"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-05-27T11:45:06 | 2024-11-12T06:19:47 | 2023-07-14T02:07:38 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | The documentation (https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/speaker_diarization/results.html) states the availability of the `diar_msdd_telephonic` model, while there is a config file for a meeting Neural Diarizer at `examples/speaker_tasks/diarization/conf/inference/diar_infer_meeting.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/6748/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6748/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6747 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6747/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6747/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6747/events | https://github.com/NVIDIA/NeMo/issues/6747 | 1,728,653,593 | I_kwDOC_bI7s5nCSkZ | 6,747 | TTS: Training FastPitch on multi-GPU results in timeout error | {
"login": "anferico",
"id": 30210403,
"node_id": "MDQ6VXNlcjMwMjEwNDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/30210403?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anferico",
"html_url": "https://github.com/anferico",
"followers_url": "https://api.github.com/users/anf... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-05-27T11:07:06 | 2023-09-19T01:44:38 | 2023-09-19T01:44:37 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Training FastPitch on a 25k samples dataset using 8 A100 GPUs results in the following error:
```
Traceback (most recent call last):
File "/workspace/scripts/train/fastpitch.py", line 21, in <module>
run(main)
File "/miniconda/lib/python3.9/site-packages/typer/main.py", line 1056, 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/6747/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6747/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6746 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6746/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6746/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6746/events | https://github.com/NVIDIA/NeMo/issues/6746 | 1,728,635,384 | I_kwDOC_bI7s5nCOH4 | 6,746 | TTS model request: Microsoft NaturalSpeech v1 + v2 | {
"login": "phineas-pta",
"id": 37548991,
"node_id": "MDQ6VXNlcjM3NTQ4OTkx",
"avatar_url": "https://avatars.githubusercontent.com/u/37548991?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/phineas-pta",
"html_url": "https://github.com/phineas-pta",
"followers_url": "https://api.github.com/... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-05-27T10:28:50 | 2023-07-05T02:05:59 | 2023-07-05T02:05:59 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | NaturalSpeech gives better audio quality MOS than FastSpeech2 and VITS
paper v1: https://arxiv.org/abs/2205.04421
paper v2: https://arxiv.org/abs/2304.09116 | {
"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/6746/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6746/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6745 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6745/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6745/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6745/events | https://github.com/NVIDIA/NeMo/pull/6745 | 1,728,395,409 | PR_kwDOC_bI7s5Rez8s | 6,745 | Upgrade pytorch container to 23.05 | {
"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": 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-05-27T01:35:42 | 2023-05-27T15:18:14 | 2023-05-27T02:28:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6745",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6745",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6745.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6745.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/6745/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6745/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6744 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6744/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6744/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6744/events | https://github.com/NVIDIA/NeMo/pull/6744 | 1,728,370,480 | PR_kwDOC_bI7s5Reuwe | 6,744 | Fix checkpointed forward and add test for full activation checkpointing | {
"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": 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-05-27T00:30:29 | 2023-05-31T17:46:21 | 2023-05-31T17:46:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6744",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6744",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6744.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6744.patch",
"merged_at": "2023-05-31T17:46:20"
} | # What does this PR do ?
Fixes checkpointed forward and changes GPT TP test to use activation recomputation for 1 layer instead of SAR
**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
#... | {
"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/6744/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6744/timeline | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.