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/7087 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7087/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7087/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7087/events | https://github.com/NVIDIA/NeMo/pull/7087 | 1,814,978,816 | PR_kwDOC_bI7s5WDiBe | 7,087 | add paths to labeler. | {
"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": 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-07-21T00:28:49 | 2023-08-07T17:04:11 | 2023-08-07T17:04:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7087",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7087",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7087.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7087.patch",
"merged_at": "2023-08-07T17:04:10"
} | # What does this PR do ?
found some paths not covered by our labeler.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demon... | {
"login": "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/7087/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7087/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7086 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7086/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7086/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7086/events | https://github.com/NVIDIA/NeMo/pull/7086 | 1,814,907,666 | PR_kwDOC_bI7s5WDSX3 | 7,086 | [Fix] load_state_dict in nlp_model.py | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-20T22:53:56 | 2023-07-27T01:39:43 | 2023-07-27T01:39:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7086",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7086",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7086.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7086.patch",
"merged_at": "2023-07-27T01:39:42"
} | # What does this PR do ?
Fix error in loading checkpoints. The pytorch [load_state_dict()](https://pytorch.org/docs/stable/generated/torch.nn.Module.html?highlight=load_state_dict#torch.nn.Module.load_state_dict) function has return variable that was not returned by this function in this file.
**Collection**: ... | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7086/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7086/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7085 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7085/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7085/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7085/events | https://github.com/NVIDIA/NeMo/pull/7085 | 1,814,834,278 | PR_kwDOC_bI7s5WDCau | 7,085 | Fast Conformer global token fix | {
"login": "sam1373",
"id": 24465107,
"node_id": "MDQ6VXNlcjI0NDY1MTA3",
"avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sam1373",
"html_url": "https://github.com/sam1373",
"followers_url": "https://api.github.com/users/sam137... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-20T21:41:26 | 2023-07-21T00:51:49 | 2023-07-21T00:51:49 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7085",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7085",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7085.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7085.patch",
"merged_at": "2023-07-21T00:51:49"
} | # What does this PR do ?
Change local+global attention for FC to have tokens attend to local+global tokens together
**Collection**: ASR | {
"login": "sam1373",
"id": 24465107,
"node_id": "MDQ6VXNlcjI0NDY1MTA3",
"avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sam1373",
"html_url": "https://github.com/sam1373",
"followers_url": "https://api.github.com/users/sam137... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7085/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7085/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7084 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7084/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7084/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7084/events | https://github.com/NVIDIA/NeMo/pull/7084 | 1,814,802,353 | PR_kwDOC_bI7s5WC7jf | 7,084 | Merge main to asr_normalize | {
"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-07-20T21:08:12 | 2023-07-20T21:08:59 | 2023-07-20T21:08:58 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7084",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7084",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7084.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7084.patch",
"merged_at": "2023-07-20T21:08:58"
} | # What does this PR do ?
Merging main to asr_normalize branch
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating... | {
"login": "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/7084/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7084/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7082 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7082/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7082/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7082/events | https://github.com/NVIDIA/NeMo/pull/7082 | 1,814,610,368 | PR_kwDOC_bI7s5WCQ6v | 7,082 | Fix caching bug in causal convolutions for cache-aware ASR models | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-20T18:47:03 | 2023-07-20T23:30:00 | 2023-07-20T23:29:59 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7082",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7082",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7082.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7082.patch",
"merged_at": "2023-07-20T23:29:59"
} | # What does this PR do ?
Fixed the caching bug in the convolution layers for cache-aware models
# Changelog
- Fixed the caching bug in the convolution layers for cache-aware models
**PR Type**:
- [ ] New Feature
- [X] Bugfix
- [ ] Documentation
| {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7082/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7082/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7081 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7081/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7081/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7081/events | https://github.com/NVIDIA/NeMo/pull/7081 | 1,814,369,401 | PR_kwDOC_bI7s5WBb-k | 7,081 | small Bugfix | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-20T16:19:09 | 2023-07-21T22:12:28 | 2023-07-21T22:12:28 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7081",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7081",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7081.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7081.patch",
"merged_at": "2023-07-21T22:12:28"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: ASR 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 t... | {
"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/7081/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7081/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7080 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7080/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7080/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7080/events | https://github.com/NVIDIA/NeMo/pull/7080 | 1,813,979,715 | PR_kwDOC_bI7s5WAGGu | 7,080 | migrated class CSVFieldsMemmapDataset from BioNeMo | {
"login": "dorotat-nv",
"id": 115542912,
"node_id": "U_kgDOBuMLgA",
"avatar_url": "https://avatars.githubusercontent.com/u/115542912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dorotat-nv",
"html_url": "https://github.com/dorotat-nv",
"followers_url": "https://api.github.com/users/dor... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-20T13:16:58 | 2023-08-22T01:43:54 | 2023-08-22T01:43:54 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7080",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7080",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7080.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7080.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/7080/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7080/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7079 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7079/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7079/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7079/events | https://github.com/NVIDIA/NeMo/pull/7079 | 1,813,161,332 | PR_kwDOC_bI7s5V9RVE | 7,079 | small Bugfix | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/fo... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://a... | closed | false | null | [] | null | null | 2023-07-20T04:57:56 | 2023-07-20T16:18:38 | 2023-07-20T16:18:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7079",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7079",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7079.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7079.patch",
"merged_at": "2023-07-20T16:18:37"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: ASR 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 t... | {
"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/7079/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7079/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7078 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7078/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7078/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7078/events | https://github.com/NVIDIA/NeMo/issues/7078 | 1,813,118,365 | I_kwDOC_bI7s5sEf2d | 7,078 | RuntimeError: cannot sample n_sample > prob_dist.size(-1) samples without replacement | {
"login": "hruturajnikam",
"id": 35092906,
"node_id": "MDQ6VXNlcjM1MDkyOTA2",
"avatar_url": "https://avatars.githubusercontent.com/u/35092906?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/hruturajnikam",
"html_url": "https://github.com/hruturajnikam",
"followers_url": "https://api.githu... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | {
"login": "sam1373",
"id": 24465107,
"node_id": "MDQ6VXNlcjI0NDY1MTA3",
"avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sam1373",
"html_url": "https://github.com/sam1373",
"followers_url": "https://api.github.com/users/sam137... | [
{
"login": "sam1373",
"id": 24465107,
"node_id": "MDQ6VXNlcjI0NDY1MTA3",
"avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sam1373",
"html_url": "https://github.com/sam1373",
"followers_url": "https://api.git... | null | null | 2023-07-20T04:06:12 | 2023-11-17T01:46:05 | 2023-11-17T01:46:05 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | @titu1994 @meghmak13
Dear Team,
I am training **conformer based SSL** model where I have configured the parameters
**min_duration : 3.2
patch_size: 16
mask_patches: 0.5
num_negatives: 40
sample_from_same_utterance_only: true
sample_from_non_masked: false
codebook_size: 300
num_groups: 2
num_classes: ... | {
"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/7078/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7078/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7077 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7077/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7077/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7077/events | https://github.com/NVIDIA/NeMo/pull/7077 | 1,812,620,485 | PR_kwDOC_bI7s5V7bXv | 7,077 | Fix documentation for Numba | {
"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-07-19T19:42:05 | 2023-07-19T19:55:30 | 2023-07-19T19:55:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7077",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7077",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7077.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7077.patch",
"merged_at": "2023-07-19T19:55:29"
} | # What does this PR do ?
Fix import of numba to prevent doc breakage.
importlib cannot actually import a module that is mocked, trying to call `module.__version__` will return a mock module object - not a string and then Version() will fail to parse that mock object.
This PR defers the attempt to find the ve... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7077/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7077/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7076 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7076/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7076/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7076/events | https://github.com/NVIDIA/NeMo/pull/7076 | 1,812,320,482 | PR_kwDOC_bI7s5V6Yx9 | 7,076 | Update Frame-VAD doc and fix onnx export | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-19T16:44:11 | 2023-07-19T20:45:38 | 2023-07-19T20:45:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7076",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7076",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7076.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7076.patch",
"merged_at": "2023-07-19T20:45:36"
} | # What does this PR do ?
Update some VAD doc and fix onnx exportable.
Had to overwrite the `forward_for_export` function because the MLP class in `collections.common` doesn't have neural types and the param list of MLP doesn't have `encoder_output` which is used in ASR models
**Collection**: [ASR] | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7076/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7076/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7075 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7075/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7075/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7075/events | https://github.com/NVIDIA/NeMo/pull/7075 | 1,812,247,314 | PR_kwDOC_bI7s5V6Ivd | 7,075 | fix pos id - hf update | {
"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-07-19T15:56:13 | 2023-07-19T19:40:03 | 2023-07-19T19:40:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7075",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7075",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7075.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7075.patch",
"merged_at": "2023-07-19T19:40:02"
} | # 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/7075/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7075/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7074 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7074/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7074/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7074/events | https://github.com/NVIDIA/NeMo/issues/7074 | 1,811,821,314 | I_kwDOC_bI7s5r_jMC | 7,074 | File not found error while loading titanet_small | {
"login": "Sreeni1204",
"id": 48586259,
"node_id": "MDQ6VXNlcjQ4NTg2MjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/48586259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sreeni1204",
"html_url": "https://github.com/Sreeni1204",
"followers_url": "https://api.github.com/use... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-07-19T12:14:56 | 2023-08-01T09:05:08 | 2023-07-25T17:42:26 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I am trying to load titanet small using the following line of code:
```
nemo_speaker_model_small = EncDecSpeakerLabelModel.from_pretrained(model_name="titanet_small")
```
Here is the error:
```FileNotFoundError: Model titanet_small was not found. Check cls.list_available_models() for the list of all a... | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7074/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7074/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7072 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7072/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7072/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7072/events | https://github.com/NVIDIA/NeMo/pull/7072 | 1,811,374,267 | PR_kwDOC_bI7s5V3Ivy | 7,072 | support llama | {
"login": "lhb8125",
"id": 16619280,
"node_id": "MDQ6VXNlcjE2NjE5Mjgw",
"avatar_url": "https://avatars.githubusercontent.com/u/16619280?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhb8125",
"html_url": "https://github.com/lhb8125",
"followers_url": "https://api.github.com/users/lhb812... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-19T07:52:41 | 2023-08-26T01:43:22 | 2023-08-26T01:43:22 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7072",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7072",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7072.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7072.patch",
"merged_at": null
} | # What does this PR do ?
Support LLaMa model: checkpoint conversion, pretraining, SFT, PEFT
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Befor... | {
"login": "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/7072/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7072/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7071 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7071/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7071/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7071/events | https://github.com/NVIDIA/NeMo/pull/7071 | 1,811,214,104 | PR_kwDOC_bI7s5V2l_- | 7,071 | Support llama | {
"login": "lhb8125",
"id": 16619280,
"node_id": "MDQ6VXNlcjE2NjE5Mjgw",
"avatar_url": "https://avatars.githubusercontent.com/u/16619280?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhb8125",
"html_url": "https://github.com/lhb8125",
"followers_url": "https://api.github.com/users/lhb812... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-19T06:00:40 | 2023-07-19T07:53:56 | 2023-07-19T07:53:56 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7071",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7071",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7071.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7071.patch",
"merged_at": null
} | # What does this PR do ?
Support LLaMa model: checkpoint conversion, pretraining, SFT, PEFT
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Befor... | {
"login": "lhb8125",
"id": 16619280,
"node_id": "MDQ6VXNlcjE2NjE5Mjgw",
"avatar_url": "https://avatars.githubusercontent.com/u/16619280?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/lhb8125",
"html_url": "https://github.com/lhb8125",
"followers_url": "https://api.github.com/users/lhb812... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7071/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7071/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7070 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7070/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7070/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7070/events | https://github.com/NVIDIA/NeMo/issues/7070 | 1,811,154,859 | I_kwDOC_bI7s5r9Aer | 7,070 | Can not load pretrained BERT for punctuation and capitalization | {
"login": "mohammadjavadpirhadi",
"id": 30388959,
"node_id": "MDQ6VXNlcjMwMzg4OTU5",
"avatar_url": "https://avatars.githubusercontent.com/u/30388959?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mohammadjavadpirhadi",
"html_url": "https://github.com/mohammadjavadpirhadi",
"followers_url... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "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"... | [
{
"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/u... | null | null | 2023-07-19T05:08:33 | 2023-07-19T05:38:44 | 2023-07-19T05:38:44 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
**We are trying to submit a paper to the Social-IQ-2.0 challenge (ICCV2023) and the submission deadline is on July 21, we would be thankful if you can fix this quickly and release a stable version, we have troubles using the package since yesterday**
Can not load pretrained BERT model for pun... | {
"login": "mohammadjavadpirhadi",
"id": 30388959,
"node_id": "MDQ6VXNlcjMwMzg4OTU5",
"avatar_url": "https://avatars.githubusercontent.com/u/30388959?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mohammadjavadpirhadi",
"html_url": "https://github.com/mohammadjavadpirhadi",
"followers_url... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7070/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7070/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7068 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7068/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7068/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7068/events | https://github.com/NVIDIA/NeMo/pull/7068 | 1,811,000,899 | PR_kwDOC_bI7s5V14S0 | 7,068 | remove pos emb from state dict for old models | {
"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-07-19T02:04:04 | 2023-07-19T06:32:22 | 2023-07-19T06:32:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7068",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7068",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7068.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7068.patch",
"merged_at": "2023-07-19T06:32:21"
} | # 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/7068/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7068/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7067 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7067/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7067/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7067/events | https://github.com/NVIDIA/NeMo/pull/7067 | 1,810,765,869 | PR_kwDOC_bI7s5V1E6F | 7,067 | Adding docs and models for multiple lookahead cache-aware ASR | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-18T21:44:08 | 2023-07-21T22:42:57 | 2023-07-21T22:42:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7067",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7067",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7067.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7067.patch",
"merged_at": "2023-07-21T22:42:57"
} | # What does this PR do ?
This PR adds the following items related to multi-lookahead cache-aware streaming models:
+ documentation
+ support of multi-lookahead for transcribe_speech.py, transcribe_speech_parallel.py, and speech_to_text_eval.py,
+ one pre-trained model which is uploaded on NGC and supports 0s, 80... | {
"login": "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/7067/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7067/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7066 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7066/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7066/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7066/events | https://github.com/NVIDIA/NeMo/pull/7066 | 1,810,648,650 | PR_kwDOC_bI7s5V0q7t | 7,066 | Refined export_config | {
"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": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://a... | closed | false | null | [] | null | null | 2023-07-18T20:15:55 | 2023-07-21T20:29:24 | 2023-07-21T20:29:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7066",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7066",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7066.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7066.patch",
"merged_at": "2023-07-21T20:29:23"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/7066/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7066/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7065 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7065/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7065/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7065/events | https://github.com/NVIDIA/NeMo/pull/7065 | 1,810,589,703 | PR_kwDOC_bI7s5V0eTB | 7,065 | Fix documentation for Numba | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-18T19:29:48 | 2023-07-19T19:41:38 | 2023-07-19T19:41:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7065",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7065",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7065.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7065.patch",
"merged_at": "2023-07-19T19:41:37"
} | # What does this PR do ?
Fix import of numba to prevent doc breakage.
importlib cannot actually import a module that is mocked, trying to call `module.__version__` will return a mock module object - not a string and then Version() will fail to parse that mock object.
This PR defers the attempt to find the ve... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7065/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7065/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7064 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7064/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7064/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7064/events | https://github.com/NVIDIA/NeMo/pull/7064 | 1,810,561,342 | PR_kwDOC_bI7s5V0ZXX | 7,064 | Standalone Embedding Stage | {
"login": "wdykas",
"id": 73254672,
"node_id": "MDQ6VXNlcjczMjU0Njcy",
"avatar_url": "https://avatars.githubusercontent.com/u/73254672?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wdykas",
"html_url": "https://github.com/wdykas",
"followers_url": "https://api.github.com/users/wdykas/fo... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-18T19:17:26 | 2023-08-23T01:43:43 | 2023-08-23T01:43:42 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7064",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7064",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7064.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7064.patch",
"merged_at": null
} | # What does this PR do ?
This PR adds support for standalone embeddings in NeMo FW
**Collection**: [NLP]
# Changelog
- Adds standalone embedding stage support
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR... | {
"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/7064/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7064/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7063 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7063/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7063/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7063/events | https://github.com/NVIDIA/NeMo/pull/7063 | 1,810,490,667 | PR_kwDOC_bI7s5V0N_- | 7,063 | Support for flash attention 2.0 | {
"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-07-18T18:40:21 | 2023-09-01T16:29:04 | 2023-09-01T16:29:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7063",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7063",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7063.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7063.patch",
"merged_at": "2023-09-01T16:29:03"
} | # What does this PR do ?
Adds naive support for flash attention 2.0.
[TODO]: Add support for the fixed seq length implementation which should be faster.
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example... | {
"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/7063/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7063/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7062 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7062/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7062/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7062/events | https://github.com/NVIDIA/NeMo/pull/7062 | 1,810,489,329 | PR_kwDOC_bI7s5V0NtY | 7,062 | memmap worker arg | {
"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-07-18T18:39:16 | 2023-07-20T18:42:22 | 2023-07-20T18:42:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7062",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7062",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7062.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7062.patch",
"merged_at": "2023-07-20T18:42:21"
} | # What does this PR do ?
GPTSFTDataset uses memmap data loading which uses python mp to create index files. The number of workers for the index file creation defaults to os.cpu_count() // 2 which might be too high for shared nodes.
This PR adds an arg to specify the number of workers that the creation of index f... | {
"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/7062/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7062/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7061 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7061/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7061/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7061/events | https://github.com/NVIDIA/NeMo/pull/7061 | 1,810,330,694 | PR_kwDOC_bI7s5VzrCt | 7,061 | Fix tokenizer file caching where torch.distributed may not be initialized yet | {
"login": "findkim",
"id": 6362111,
"node_id": "MDQ6VXNlcjYzNjIxMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6362111?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/findkim",
"html_url": "https://github.com/findkim",
"followers_url": "https://api.github.com/users/findkim/... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-18T16:51:36 | 2023-08-01T00:13:06 | 2023-08-01T00:13:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7061",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7061",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7061.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7061.patch",
"merged_at": "2023-08-01T00:13:05"
} | Other ranks with multi-node training may reach this code before rank 0 and torch.distributed has not been initialized and does not wait for download
# What does this PR do ?
Fix to be flexible to download by other ranks if not initialized and errors looking for file that does not exist yet
**Collection**: [NLP... | {
"login": "Davood-M",
"id": 3964285,
"node_id": "MDQ6VXNlcjM5NjQyODU=",
"avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Davood-M",
"html_url": "https://github.com/Davood-M",
"followers_url": "https://api.github.com/users/Davoo... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7061/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7061/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7060 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7060/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7060/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7060/events | https://github.com/NVIDIA/NeMo/issues/7060 | 1,810,315,389 | I_kwDOC_bI7s5r5zh9 | 7,060 | PyYAML<6 breaks the installation on colab | {
"login": "mohammadjavadpirhadi",
"id": 30388959,
"node_id": "MDQ6VXNlcjMwMzg4OTU5",
"avatar_url": "https://avatars.githubusercontent.com/u/30388959?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mohammadjavadpirhadi",
"html_url": "https://github.com/mohammadjavadpirhadi",
"followers_url... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-07-18T16:44:49 | 2023-07-31T17:05:14 | 2023-07-18T16:46:41 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
PyYAML<6 in requirements breaks the installation on Google Colab. Removing the PyYAML<6 requirement from requirements/requirements_lightning.txt solves the problem.
**Steps/Code to reproduce bug**
Just run the first cell of https://github.com/NVIDIA/NeMo/blob/stable/tutorials/nlp/Punctuati... | {
"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/7060/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7060/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7059 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7059/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7059/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7059/events | https://github.com/NVIDIA/NeMo/pull/7059 | 1,809,836,579 | PR_kwDOC_bI7s5Vx-5b | 7,059 | Fix typo and branch in tutorial | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-18T12:33:31 | 2023-07-18T12:34:33 | 2023-07-18T12:34:32 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7059",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7059",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7059.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7059.patch",
"merged_at": null
} | # What does this PR do ?
Fixes typo in ASR-TTS tutorial.
Also changes branch to r1.20.0 for installation.
Add a one line overview of what this PR aims to accomplish.
**Collection**: [ASR]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add ... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7059/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7059/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7058 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7058/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7058/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7058/events | https://github.com/NVIDIA/NeMo/issues/7058 | 1,809,652,106 | I_kwDOC_bI7s5r3RmK | 7,058 | Squeezeformer Pretraining | {
"login": "rajeevbaalwan",
"id": 18329235,
"node_id": "MDQ6VXNlcjE4MzI5MjM1",
"avatar_url": "https://avatars.githubusercontent.com/u/18329235?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rajeevbaalwan",
"html_url": "https://github.com/rajeevbaalwan",
"followers_url": "https://api.githu... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-07-18T10:31:23 | 2023-08-25T01:44:12 | 2023-08-25T01:44:12 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Is it possible to perform SSL pretraining training on Squeezeformer 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/7058/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7058/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7056 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7056/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7056/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7056/events | https://github.com/NVIDIA/NeMo/pull/7056 | 1,809,140,370 | PR_kwDOC_bI7s5Vvl6- | 7,056 | mixed task inference batching | {
"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-07-18T05:24:27 | 2023-08-20T01:43:56 | 2023-08-20T01:43:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7056",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7056",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7056.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7056.patch",
"merged_at": null
} | # What does this PR do ?
- Support to allow mixed tasks into a single inference batch.
- Supports layer selection for LoRa and Adapters
- Supports weight tying for LoRa and Adapters
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level change... | {
"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/7056/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7056/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7055 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7055/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7055/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7055/events | https://github.com/NVIDIA/NeMo/issues/7055 | 1,808,979,681 | I_kwDOC_bI7s5r0tbh | 7,055 | Getting "view size is not compatible with input tensor's size and stride" due to missing ".contiguous()" in megatron-core dependency | {
"login": "yaroslavvb",
"id": 23068,
"node_id": "MDQ6VXNlcjIzMDY4",
"avatar_url": "https://avatars.githubusercontent.com/u/23068?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaroslavvb",
"html_url": "https://github.com/yaroslavvb",
"followers_url": "https://api.github.com/users/yarosla... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-18T02:57:05 | 2023-08-25T01:44:13 | 2023-08-25T01:44:13 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Trying the latest `stable` Nemo release on wikitext by following the README instructions I run into the following error
```
File "/disks/yaroslav/envs/nemo2/lib/python3.9/site-packages/torch/cuda/amp/autocast_mode.py", line 123, in decorate_bwd
return bwd(*args, **kwargs)
File "/disks/yaroslav/envs/nemo2... | {
"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/7055/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7055/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7054 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7054/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7054/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7054/events | https://github.com/NVIDIA/NeMo/pull/7054 | 1,808,754,089 | PR_kwDOC_bI7s5VuSW3 | 7,054 | Remove pyyaml | {
"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-07-17T23:02:00 | 2023-07-18T16:26:30 | 2023-07-18T16:26:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7054",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7054",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7054.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7054.patch",
"merged_at": "2023-07-18T16:26:29"
} | # What does this PR do ?
Remove PyYAML
**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/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or up... | {
"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/7054/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/7054/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7053 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7053/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7053/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7053/events | https://github.com/NVIDIA/NeMo/pull/7053 | 1,808,741,800 | PR_kwDOC_bI7s5VuPqm | 7,053 | Refined export_config | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-07-17T22:47:54 | 2023-07-18T20:15:30 | 2023-07-18T20:15:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7053",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7053",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7053.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7053.patch",
"merged_at": "2023-07-18T20:15:29"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7053/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7053/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7052 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7052/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7052/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7052/events | https://github.com/NVIDIA/NeMo/pull/7052 | 1,808,614,094 | PR_kwDOC_bI7s5Vtzd6 | 7,052 | Remove pyyaml | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [] | closed | false | null | [] | null | null | 2023-07-17T20:57:33 | 2023-07-17T23:01:36 | 2023-07-17T23:01:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7052",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7052",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7052.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7052.patch",
"merged_at": "2023-07-17T23:01:35"
} | # What does this PR do ?
Remove PyYAML
**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/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or up... | {
"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/7052/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7052/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7051 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7051/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7051/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7051/events | https://github.com/NVIDIA/NeMo/pull/7051 | 1,808,524,992 | PR_kwDOC_bI7s5Vtfkx | 7,051 | Fix PyYAML | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [] | closed | false | null | [] | null | null | 2023-07-17T20:02:39 | 2023-07-17T20:06:10 | 2023-07-17T20:06:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7051",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7051",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7051.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7051.patch",
"merged_at": null
} | # What does this PR do ?
Fixes broken PyYAML installation by fixing the version <= 5.3.1
See the issue: https://github.com/yaml/pyyaml/issues/724
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 li... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7051/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7051/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7050 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7050/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7050/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7050/events | https://github.com/NVIDIA/NeMo/pull/7050 | 1,808,437,088 | PR_kwDOC_bI7s5VtPie | 7,050 | Fix Cython build dependency | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 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-07-17T19:14:30 | 2023-07-17T19:38:20 | 2023-07-17T19:38:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7050",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7050",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7050.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7050.patch",
"merged_at": null
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7050/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7050/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7049 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7049/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7049/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7049/events | https://github.com/NVIDIA/NeMo/pull/7049 | 1,808,362,562 | PR_kwDOC_bI7s5Vs-xZ | 7,049 | Fix typo in ASR-TTS tutorial | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-17T18:39:23 | 2023-07-19T12:03:57 | 2023-07-19T12:03:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7049",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7049",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7049.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7049.patch",
"merged_at": "2023-07-19T12:03:56"
} | # What does this PR do ?
Fix typo in ASR-TTS tutorial (for main branch)
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet dem... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7049/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7049/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7048 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7048/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7048/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7048/events | https://github.com/NVIDIA/NeMo/pull/7048 | 1,808,358,743 | PR_kwDOC_bI7s5Vs98X | 7,048 | Fix typo and branch in tutorial | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-17T18:36:45 | 2023-07-18T12:33:03 | 2023-07-18T12:33:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7048",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7048",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7048.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7048.patch",
"merged_at": "2023-07-18T12:33:02"
} | # What does this PR do ?
Fixes typo in ASR-TTS tutorial.
Also changes branch to r1.20.0 for installation.
Add a one line overview of what this PR aims to accomplish.
**Collection**: [ASR]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add ... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7048/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7048/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7047 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7047/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7047/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7047/events | https://github.com/NVIDIA/NeMo/pull/7047 | 1,808,334,901 | PR_kwDOC_bI7s5Vs4ty | 7,047 | Fixed tutorial's name | {
"login": "vsl9",
"id": 4344862,
"node_id": "MDQ6VXNlcjQzNDQ4NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4344862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsl9",
"html_url": "https://github.com/vsl9",
"followers_url": "https://api.github.com/users/vsl9/followers",
... | [] | closed | false | null | [] | null | null | 2023-07-17T18:22:38 | 2023-07-19T14:36:39 | 2023-07-19T14:36:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7047",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7047",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7047.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7047.patch",
"merged_at": "2023-07-19T14:36:38"
} | # What does this PR do ?
Fixes ASR-TTS tutorial name in tutorials.rst
**Collection**: docs
# Changelog
- Fixed tutorial's name
# Usage
N/A
# 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/CO... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7047/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7047/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7046 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7046/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7046/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7046/events | https://github.com/NVIDIA/NeMo/issues/7046 | 1,808,318,850 | I_kwDOC_bI7s5ryMGC | 7,046 | Problems Installing | {
"login": "SquashyHydra",
"id": 89506339,
"node_id": "MDQ6VXNlcjg5NTA2MzM5",
"avatar_url": "https://avatars.githubusercontent.com/u/89506339?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SquashyHydra",
"html_url": "https://github.com/SquashyHydra",
"followers_url": "https://api.github.c... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-07-17T18:13:34 | 2023-07-31T09:01:40 | 2023-07-19T07:21:44 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I have been using NeMo in google collab and after I disconnected and deleted the runtime and moved over to a new account when I ran out of free GPU time, I haven't been able to install NeMo since, not even on my host computer.
**Steps/Code to reproduce bug**
>Input
```
#@title
!nvidia-smi... | {
"login": "SquashyHydra",
"id": 89506339,
"node_id": "MDQ6VXNlcjg5NTA2MzM5",
"avatar_url": "https://avatars.githubusercontent.com/u/89506339?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SquashyHydra",
"html_url": "https://github.com/SquashyHydra",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7046/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7046/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7045 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7045/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7045/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7045/events | https://github.com/NVIDIA/NeMo/issues/7045 | 1,808,163,360 | I_kwDOC_bI7s5rxmIg | 7,045 | How to determine throughput (FLOPs) and samples per second for each step | {
"login": "luka415",
"id": 139796639,
"node_id": "U_kgDOCFUgnw",
"avatar_url": "https://avatars.githubusercontent.com/u/139796639?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/luka415",
"html_url": "https://github.com/luka415",
"followers_url": "https://api.github.com/users/luka415/foll... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/... | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://a... | null | null | 2023-07-17T16:44:31 | 2023-08-24T01:43:39 | 2023-08-24T01:43:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have been trying to implement the logging info for calculating the throughput and samples per second for each step while pretraining a Megatron GPT model.
Any idea on how to include this information along with logging infos on loss, global step, consumed samples etc. for each 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"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7045/reactions",
"total_count": 4,
"+1": 4,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7045/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7044 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7044/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7044/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7044/events | https://github.com/NVIDIA/NeMo/issues/7044 | 1,807,992,942 | I_kwDOC_bI7s5rw8hu | 7,044 | Support for byte streams or other formats than .wav files | {
"login": "asusdisciple",
"id": 138434950,
"node_id": "U_kgDOCEBZhg",
"avatar_url": "https://avatars.githubusercontent.com/u/138434950?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/asusdisciple",
"html_url": "https://github.com/asusdisciple",
"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-07-17T15:06:06 | 2023-08-24T01:43:40 | 2023-08-24T01:43:40 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Is your feature request related to a problem? Please describe.**
Using nemo toolkit in a production environment is not really an option, since you usually don't work
with files but streams, byte arrays etc. This is problematic since all classes and functions in Nemo
expect .wav files to work with.
**Describe th... | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7044/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7044/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7043 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7043/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7043/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7043/events | https://github.com/NVIDIA/NeMo/issues/7043 | 1,807,586,267 | I_kwDOC_bI7s5rvZPb | 7,043 | Get the confidence value for the classified output | {
"login": "Sreeni1204",
"id": 48586259,
"node_id": "MDQ6VXNlcjQ4NTg2MjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/48586259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sreeni1204",
"html_url": "https://github.com/Sreeni1204",
"followers_url": "https://api.github.com/use... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-07-17T11:42:07 | 2023-09-01T01:45:31 | 2023-09-01T01:45:31 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I am trying to get the confidence value with which the output labels are generated. Like for example, given a *.wav as input, I am able to extract some label from the model. But I would like to know the confidence level with which the labels are extracted for a single audio. I would need this information for ... | {
"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/7043/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7043/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7042 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7042/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7042/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7042/events | https://github.com/NVIDIA/NeMo/issues/7042 | 1,807,107,302 | I_kwDOC_bI7s5rtkTm | 7,042 | How to train conformer architecture for speaker recognition task, by changing the decoder and loss function. | {
"login": "mujhenahiata",
"id": 94825377,
"node_id": "U_kgDOBabroQ",
"avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mujhenahiata",
"html_url": "https://github.com/mujhenahiata",
"followers_url": "https://api.github.com/users... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https:... | null | null | 2023-07-17T06:51:06 | 2023-09-07T01:44:15 | 2023-09-07T01:44:15 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I had a SSL unsupervised pretrain conformer checkpoint. I wanted to use it for speaker recognition task. what changes i need to make in my config to do the same @titu1994 @meghmak13 | {
"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/7042/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7042/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7040 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7040/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7040/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7040/events | https://github.com/NVIDIA/NeMo/issues/7040 | 1,806,497,594 | I_kwDOC_bI7s5rrPc6 | 7,040 | A little confusion about learning rate decay parameters for fastpitch and hifigan | {
"login": "oxyhexagen",
"id": 29267562,
"node_id": "MDQ6VXNlcjI5MjY3NTYy",
"avatar_url": "https://avatars.githubusercontent.com/u/29267562?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/oxyhexagen",
"html_url": "https://github.com/oxyhexagen",
"followers_url": "https://api.github.com/use... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-07-16T08:33:16 | 2024-11-04T18:00:15 | 2023-09-01T01:45:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Thanks for the continual development and maintenance of this code.
After modifying min_lr and max_epoch from default, I trained fastpitch for 500 epochs and hifigan for 52 epochs on my dataset, which consists of 25,584 audio clips totaling 44 hours. I found no decay in the learning rate.
fastpitch:
. According to the paper, there are some constraints on the valid values for its learnable parameters. For example, [`self.kerple_p`](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/modules/common/megatron/position_embedding/k... | {
"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/7039/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7039/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7038 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7038/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7038/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7038/events | https://github.com/NVIDIA/NeMo/pull/7038 | 1,805,689,672 | PR_kwDOC_bI7s5VkGAG | 7,038 | Add support for Numba FP16 RNNT Loss (#6991) | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-14T22:57:35 | 2023-07-17T16:54:50 | 2023-07-17T16:54:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7038",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7038",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7038.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7038.patch",
"merged_at": "2023-07-17T16:54:46"
} | Cherry pick RNNT FP 16 Compat to NeMo 1.20
Signed-off-by: smajumdar <titu1994@gmail.com>
# What does this PR do ?
Adds Numba FP 16 support to NeMo 1.20
**Collection**: [ASR]
# Usage
## Install dependencies
[Numba](https://github.com/numba/numba) 0.57+ (conda install numba=0.57.1 -c conda-forge)
[CUD... | {
"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/7038/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7038/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7037 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7037/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7037/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7037/events | https://github.com/NVIDIA/NeMo/pull/7037 | 1,805,639,141 | PR_kwDOC_bI7s5Vj6nD | 7,037 | T5 metrics fix | {
"login": "jubick1337",
"id": 16004982,
"node_id": "MDQ6VXNlcjE2MDA0OTgy",
"avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jubick1337",
"html_url": "https://github.com/jubick1337",
"followers_url": "https://api.github.com/use... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-14T22:00:45 | 2023-08-08T03:50:04 | 2023-08-08T03:50:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7037",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7037",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7037.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7037.patch",
"merged_at": "2023-08-08T03:50:03"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/7037/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7037/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7036 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7036/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7036/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7036/events | https://github.com/NVIDIA/NeMo/pull/7036 | 1,805,087,403 | PR_kwDOC_bI7s5Vh_MV | 7,036 | TE bug fix | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 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": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
... | closed | false | null | [] | null | null | 2023-07-14T15:42:25 | 2023-08-04T20:48:07 | 2023-08-04T20:48:06 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7036",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7036",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7036.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7036.patch",
"merged_at": "2023-08-04T20:48:06"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7036/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7036/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7035 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7035/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7035/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7035/events | https://github.com/NVIDIA/NeMo/issues/7035 | 1,804,161,476 | I_kwDOC_bI7s5riVHE | 7,035 | How to avoid downloading from huggingface | {
"login": "tinctura13",
"id": 51379705,
"node_id": "MDQ6VXNlcjUxMzc5NzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/51379705?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tinctura13",
"html_url": "https://github.com/tinctura13",
"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-07-14T04:49:24 | 2023-08-22T01:44:00 | 2023-08-22T01:44:00 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I've made fine-tuning custom Bert model from huggingface for TokenClassification, saved the best checkpoint as .nemo file as the result.
Then I want to load that checkpoint for model inference
```
model = TokenClassificationModel.restore_from("/tmp/model/best_ckpt.nemo")
```
but at first nem... | {
"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/7035/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7035/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7034 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7034/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7034/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7034/events | https://github.com/NVIDIA/NeMo/pull/7034 | 1,803,923,531 | PR_kwDOC_bI7s5VeBQy | 7,034 | Fix caching bug in causal convolutions for cache-aware ASR models | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-14T00:09:18 | 2023-07-20T18:46:34 | 2023-07-20T18:46:34 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7034",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7034",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7034.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7034.patch",
"merged_at": "2023-07-20T18:46:34"
} | # What does this PR do ?
Fixed the caching bug in the convolution layers for cache-aware models
# Changelog
- Fixed the caching bug in the convolution layers for cache-aware models
**PR Type**:
- [ ] New Feature
- [X] Bugfix
- [ ] Documentation
| {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7034/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7034/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7033 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7033/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7033/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7033/events | https://github.com/NVIDIA/NeMo/pull/7033 | 1,803,825,764 | PR_kwDOC_bI7s5Vdr1S | 7,033 | added back the retro documents. | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-13T22:07:07 | 2023-07-18T15:38:27 | 2023-07-18T15:38:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7033",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7033",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7033.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7033.patch",
"merged_at": "2023-07-18T15:38:26"
} | null | {
"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/7033/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7033/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7032 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7032/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7032/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7032/events | https://github.com/NVIDIA/NeMo/pull/7032 | 1,803,748,545 | PR_kwDOC_bI7s5Vda07 | 7,032 | Added bool types to neural_types export | {
"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": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
}
] | closed | false | null | [] | null | null | 2023-07-13T20:52:28 | 2023-07-14T04:57:10 | 2023-07-14T04:57:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7032",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7032",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7032.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7032.patch",
"merged_at": "2023-07-14T04:57:09"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
adds 'BoolType' to exportables from `neural_type.elements`
**Collection**: [Note which collection this PR will affect]
Core
# Before your PR is "Ready for review"
**Pre checks**:
- [Y ] Make sure you read and followed [C... | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7032/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7032/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7031 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7031/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7031/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7031/events | https://github.com/NVIDIA/NeMo/pull/7031 | 1,803,689,801 | PR_kwDOC_bI7s5VdN2_ | 7,031 | Fix tabular data text generation | {
"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-07-13T20:06:54 | 2023-07-14T12:40:06 | 2023-07-14T12:40:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7031",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7031",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7031.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7031.patch",
"merged_at": "2023-07-14T12:40:05"
} | fix the bug | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7031/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7031/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7030 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7030/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7030/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7030/events | https://github.com/NVIDIA/NeMo/pull/7030 | 1,803,627,746 | PR_kwDOC_bI7s5VdAJU | 7,030 | bug fix of initializing NLPDDPStrategy class | {
"login": "shuaitang5",
"id": 7172849,
"node_id": "MDQ6VXNlcjcxNzI4NDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/7172849?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shuaitang5",
"html_url": "https://github.com/shuaitang5",
"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-07-13T19:19:32 | 2023-08-09T01:49:42 | 2023-08-09T01:49:42 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7030",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7030",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7030.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7030.patch",
"merged_at": null
} | # What does this PR do ?
fix issue https://github.com/NVIDIA/NeMo/issues/7025
**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": "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/7030/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7030/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7029 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7029/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7029/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7029/events | https://github.com/NVIDIA/NeMo/pull/7029 | 1,803,440,095 | PR_kwDOC_bI7s5VcWxd | 7,029 | Update SDP docs page with a new documentation link | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/follower... | [] | closed | false | null | [] | null | null | 2023-07-13T17:12:24 | 2023-07-13T17:42:15 | 2023-07-13T17:42:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7029",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7029",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7029.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7029.patch",
"merged_at": "2023-07-13T17:42:14"
} | # What does this PR do ?
Update SDP docs page with a new documentation link.
**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 snippe... | {
"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/7029/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7029/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7028 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7028/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7028/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7028/events | https://github.com/NVIDIA/NeMo/pull/7028 | 1,803,410,675 | PR_kwDOC_bI7s5VcQSQ | 7,028 | fix install_beamsearch_decoders.sh | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-13T16:52:14 | 2023-07-17T01:19:49 | 2023-07-17T01:19:48 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7028",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7028",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7028.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7028.patch",
"merged_at": "2023-07-17T01:19:48"
} | # What does this PR do ?
fix install_beamsearch_decoders.sh
**Collection**: ASR
# Changelog
- install_beamsearch_decoders.sh work with and without root user
- provide NEMO_PATH in the tutorial Offline_ASR.ipynb
**PR Type**:
- [V ] Bugfix
# Additional Information
* Related to # 4186721
| {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/Vah... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7028/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7028/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7027 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7027/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7027/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7027/events | https://github.com/NVIDIA/NeMo/pull/7027 | 1,802,789,321 | PR_kwDOC_bI7s5VaIPm | 7,027 | TE bug fix | {
"login": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/use... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-07-13T11:12:18 | 2023-07-14T15:41:54 | 2023-07-14T15:41:53 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7027",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7027",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7027.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7027.patch",
"merged_at": "2023-07-14T15:41:52"
} | # 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": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7027/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7027/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7026 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7026/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7026/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7026/events | https://github.com/NVIDIA/NeMo/pull/7026 | 1,802,115,539 | PR_kwDOC_bI7s5VX0L- | 7,026 | Fix missing import for GPT SFT | {
"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-07-13T04:05:45 | 2023-07-13T06:21:45 | 2023-07-13T06:21:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7026",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7026",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7026.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7026.patch",
"merged_at": "2023-07-13T06:21:44"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/7026/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7026/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7025 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7025/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7025/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7025/events | https://github.com/NVIDIA/NeMo/issues/7025 | 1,801,784,144 | I_kwDOC_bI7s5rZQtQ | 7,025 | NLPDDPStrategy class init function incorrectly passing args to parent DDPStrategy class | {
"login": "shuaitang5",
"id": 7172849,
"node_id": "MDQ6VXNlcjcxNzI4NDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/7172849?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shuaitang5",
"html_url": "https://github.com/shuaitang5",
"followers_url": "https://api.github.com/users... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-07-12T21:27:30 | 2023-08-20T01:44:00 | 2023-08-20T01:44:00 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The [init function](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/parts/nlp_overrides.py#L94) of NLPDDPStrategy class is passing args
```
parallel_devices, cluster_environment, checkpoint_io
```
without `key=val` pattern to parent class. But the [parent class DDPStrategy](ht... | {
"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/7025/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7025/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7024 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7024/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7024/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7024/events | https://github.com/NVIDIA/NeMo/pull/7024 | 1,801,528,409 | PR_kwDOC_bI7s5VVzyW | 7,024 | [DRAFT] add changes to allow for new te features | {
"login": "gshennvm",
"id": 119401249,
"node_id": "U_kgDOBx3rIQ",
"avatar_url": "https://avatars.githubusercontent.com/u/119401249?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gshennvm",
"html_url": "https://github.com/gshennvm",
"followers_url": "https://api.github.com/users/gshennvm/... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-12T18:18:27 | 2023-08-03T01:47:27 | 2023-08-03T01:47:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7024",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7024",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7024.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7024.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/7024/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7024/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7023 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7023/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7023/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7023/events | https://github.com/NVIDIA/NeMo/pull/7023 | 1,801,398,295 | PR_kwDOC_bI7s5VVW3N | 7,023 | Add ASR with TTS Tutorial. Fix enhancer usage. | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-12T17:05:02 | 2023-07-13T18:34:03 | 2023-07-13T18:34:01 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7023",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7023",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7023.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7023.patch",
"merged_at": "2023-07-13T18:34:01"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [ASR]
# Changelog
- Tutorial for using hybrid ASR-TTS Models (`ASRWithTTSModel`)
- fix enhancer loading in `ASRWithTTSModel`
# Usage
* You can potentially add a usage example below
```python
# Add a ... | {
"login": "artbataev",
"id": 9380560,
"node_id": "MDQ6VXNlcjkzODA1NjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/artbataev",
"html_url": "https://github.com/artbataev",
"followers_url": "https://api.github.com/users/ar... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7023/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7023/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7022 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7022/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7022/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7022/events | https://github.com/NVIDIA/NeMo/pull/7022 | 1,801,064,622 | PR_kwDOC_bI7s5VUNl9 | 7,022 | Fix tabular data text generation | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-12T14:07:56 | 2023-07-13T20:06:27 | 2023-07-13T20:06:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7022",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7022",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7022.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7022.patch",
"merged_at": "2023-07-13T20:06:26"
} | fix the bug | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yid... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7022/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7022/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7020 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7020/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7020/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7020/events | https://github.com/NVIDIA/NeMo/issues/7020 | 1,800,638,820 | I_kwDOC_bI7s5rU5Fk | 7,020 | Is there a list of models that can export ONNX? | {
"login": "wxqwinner",
"id": 11572214,
"node_id": "MDQ6VXNlcjExNTcyMjE0",
"avatar_url": "https://avatars.githubusercontent.com/u/11572214?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wxqwinner",
"html_url": "https://github.com/wxqwinner",
"followers_url": "https://api.github.com/users/... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https://api.github.com/use... | [
{
"login": "stevehuang52",
"id": 105218074,
"node_id": "U_kgDOBkWAGg",
"avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/stevehuang52",
"html_url": "https://github.com/stevehuang52",
"followers_url": "https:... | null | null | 2023-07-12T10:10:41 | 2023-08-26T01:43:27 | 2023-08-26T01:43:27 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | 'vad_multilingual_frame_marblenet' can.t export. is there a restriction on exporting models for some reason?
```python
import nemo.collections.asr as nemo_asr
model = nemo_asr.models.EncDecFrameClassificationModel.from_pretrained(model_name="vad_multilingual_frame_marblenet")
model.export('test.onnx', onnx_opse... | {
"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/7020/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7020/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7019 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7019/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7019/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7019/events | https://github.com/NVIDIA/NeMo/pull/7019 | 1,800,524,852 | PR_kwDOC_bI7s5VSWnX | 7,019 | fix install_beamsearch_decoders.sh | {
"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-07-12T09:07:01 | 2023-07-13T16:51:51 | 2023-07-13T16:51:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7019",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7019",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7019.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7019.patch",
"merged_at": "2023-07-13T16:51:49"
} | # What does this PR do ?
fix install_beamsearch_decoders.sh
**Collection**: ASR
# Changelog
- install_beamsearch_decoders.sh work with and without root user
- provide NEMO_PATH in the tutorial Offline_ASR.ipynb
**PR Type**:
- [V ] Bugfix
# Additional Information
* Related to # 4186721
| {
"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/7019/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7019/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7018 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7018/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7018/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7018/events | https://github.com/NVIDIA/NeMo/pull/7018 | 1,800,223,108 | PR_kwDOC_bI7s5VRVA7 | 7,018 | add async + distopt to sft | {
"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-07-12T05:40:46 | 2023-07-13T04:30:51 | 2023-07-12T08:24:20 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7018",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7018",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7018.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7018.patch",
"merged_at": "2023-07-12T08:24:20"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**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": "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/7018/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7018/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7017 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7017/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7017/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7017/events | https://github.com/NVIDIA/NeMo/pull/7017 | 1,799,946,977 | PR_kwDOC_bI7s5VQZg8 | 7,017 | Add torchfix linter | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-07-12T00:14:25 | 2023-10-23T23:58:41 | 2023-07-18T20:04:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7017",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7017",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7017.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7017.patch",
"merged_at": null
} | # What does this PR do ?
Adds the torchfix linter to all PRs
**Collection**: [Core]
# Changelog
- Scans the codebase python files to analyse torch fixes / improvements
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.co... | {
"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/7017/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7017/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7016 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7016/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7016/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7016/events | https://github.com/NVIDIA/NeMo/pull/7016 | 1,799,786,167 | PR_kwDOC_bI7s5VP146 | 7,016 | Fix race condition for downloading cache when executing with multi-node | {
"login": "findkim",
"id": 6362111,
"node_id": "MDQ6VXNlcjYzNjIxMTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/6362111?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/findkim",
"html_url": "https://github.com/findkim",
"followers_url": "https://api.github.com/users/findkim/... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-11T21:33:45 | 2023-07-13T20:25:05 | 2023-07-13T20:25:04 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7016",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7016",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7016.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7016.patch",
"merged_at": "2023-07-13T20:25:04"
} | # What does this PR do ?
When downloading the tokenizer from cache with multi-node, some ranks may see that the path does not exist yet and multiple ranks will attempt to download causing errors.
**Collection**: [NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
... | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/use... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7016/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7016/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7015 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7015/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7015/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7015/events | https://github.com/NVIDIA/NeMo/pull/7015 | 1,799,630,753 | PR_kwDOC_bI7s5VPUpo | 7,015 | ptuning inference table bug fix | {
"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-07-11T19:32:00 | 2023-07-12T17:21:43 | 2023-07-12T17:21:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7015",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7015",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7015.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7015.patch",
"merged_at": "2023-07-12T17:21:42"
} | # What does this PR do ?
Inference caching was using the wrong embedding size.
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 potentia... | {
"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/7015/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7015/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7014 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7014/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7014/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7014/events | https://github.com/NVIDIA/NeMo/pull/7014 | 1,799,577,066 | PR_kwDOC_bI7s5VPJ3v | 7,014 | Fix output decoding in text_generation_utils.generate for bytes | {
"login": "comaniac",
"id": 8262694,
"node_id": "MDQ6VXNlcjgyNjI2OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/8262694?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/comaniac",
"html_url": "https://github.com/comaniac",
"followers_url": "https://api.github.com/users/coman... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-07-11T18:54:27 | 2023-08-03T01:47:30 | 2023-08-03T01:47:30 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7014",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7014",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7014.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7014.patch",
"merged_at": null
} | # What does this PR do ?
Some tokenizers don't have attributes `.tokenizer` or `.tokenizer.byte_decoder`, which results in crashing for these tokenizers (e.g., TikTokenizer and probably most tokenizers implemented in NeMo that derived from TokenizerSpec).
This PR improves this logic to:
1. First checking whether... | {
"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/7014/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7014/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7013 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7013/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7013/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7013/events | https://github.com/NVIDIA/NeMo/pull/7013 | 1,799,472,525 | PR_kwDOC_bI7s5VOzj3 | 7,013 | [TTS] Append pretrained FastPitch & SpectrogamEnhancer pair to available models | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://a... | closed | false | null | [] | null | null | 2023-07-11T17:57:34 | 2023-07-13T18:32:41 | 2023-07-13T18:32:39 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7013",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7013",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7013.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7013.patch",
"merged_at": "2023-07-13T18:32:39"
} | # What does this PR do ?
Add aliases for pretrained English FastPitch and SpectrogramEnhancer models (already published on NGC)
https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/tts_en_fastpitch_spectrogram_enhancer_for_asr_finetuning
Will be used in upcoming ASR-TTS tutorial.
**Collection**: TTS
... | {
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoi... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7013/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7013/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7012 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7012/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7012/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7012/events | https://github.com/NVIDIA/NeMo/pull/7012 | 1,799,204,293 | PR_kwDOC_bI7s5VN5EO | 7,012 | [TTS] Append pretrained FastPitch & SpectrogamEnhancer pair to available models | {
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoi... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | {
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoi... | [
{
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.gi... | null | null | 2023-07-11T15:30:55 | 2023-07-11T17:57:08 | 2023-07-11T17:57:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7012",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7012",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7012.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7012.patch",
"merged_at": "2023-07-11T17:57:08"
} | # What does this PR do ?
Add aliases for pretrained English FastPitch and SpectrogramEnhancer models (already published on NGC)
https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/tts_en_fastpitch_spectrogram_enhancer_for_asr_finetuning
Will be used in upcoming ASR-TTS tutorial.
**Collection**: TTS
... | {
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoi... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7012/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7012/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7011 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7011/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7011/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7011/events | https://github.com/NVIDIA/NeMo/pull/7011 | 1,798,659,816 | PR_kwDOC_bI7s5VMAwV | 7,011 | fix install_beamsearch_decoders | {
"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-07-11T10:50:16 | 2023-07-13T16:05:13 | 2023-07-13T16:05:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7011",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7011",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7011.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7011.patch",
"merged_at": "2023-07-13T16:05:11"
} | # What does this PR do ?
fix install_beamsearch_decoders.sh
**Collection**: ASR
# Changelog
- fix install_beamsearch_decoders.sh
# Usage
* install_beamsearch_decoders.sh work with and without root user
* provide NEMO_PATH in the tutorial Offline_ASR.ipynb
**PR Type**:
- [V ] Bugfix
# Additiona... | {
"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/7011/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7011/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7009 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7009/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7009/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7009/events | https://github.com/NVIDIA/NeMo/pull/7009 | 1,797,737,401 | PR_kwDOC_bI7s5VI2bW | 7,009 | Fixed bug in preprocess data when specifying folder of json files | {
"login": "shaltielshmid",
"id": 20192446,
"node_id": "MDQ6VXNlcjIwMTkyNDQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/20192446?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shaltielshmid",
"html_url": "https://github.com/shaltielshmid",
"followers_url": "https://api.githu... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-07-10T23:05:21 | 2023-08-08T01:42:46 | 2023-08-08T01:42:46 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7009",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7009",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7009.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7009.patch",
"merged_at": null
} | # What does this PR do ?
There was a bug in the `preprocess_data_for_megatron.py` script which caused it to crash when specifying a folder of `json` files that aren't gzipped.
**Collection**: NLP
# Changelog
- Modified line in `preprocess_data_for_megatron.py` which was causing a crash when specifying folde... | {
"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/7009/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7009/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7008 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7008/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7008/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7008/events | https://github.com/NVIDIA/NeMo/pull/7008 | 1,797,728,062 | PR_kwDOC_bI7s5VI0Tz | 7,008 | remove hard coded input and output fields | {
"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-07-10T22:56:27 | 2023-07-11T19:23:25 | 2023-07-11T19:23:24 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7008",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7008",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7008.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7008.patch",
"merged_at": "2023-07-11T19:23:24"
} | # 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/7008/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7008/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7007 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7007/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7007/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7007/events | https://github.com/NVIDIA/NeMo/pull/7007 | 1,797,627,424 | PR_kwDOC_bI7s5VIdoQ | 7,007 | R1.19.1 | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/follower... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-07-10T21:42:15 | 2023-07-18T17:38:51 | 2023-07-18T17:38:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7007",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7007",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7007.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7007.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/7007/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7007/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7006 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7006/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7006/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7006/events | https://github.com/NVIDIA/NeMo/pull/7006 | 1,797,322,058 | PR_kwDOC_bI7s5VHZoU | 7,006 | sft with pi | {
"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-07-10T18:43:00 | 2023-07-10T20:29:57 | 2023-07-10T20:29:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7006",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7006",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7006.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7006.patch",
"merged_at": "2023-07-10T20:29:56"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/7006/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7006/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7005 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7005/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7005/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7005/events | https://github.com/NVIDIA/NeMo/pull/7005 | 1,797,212,811 | PR_kwDOC_bI7s5VHD4H | 7,005 | RoPE length extrapolation with interpolation | {
"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-07-10T17:29:11 | 2023-07-11T19:56:18 | 2023-07-11T19:56:17 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7005",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7005",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7005.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7005.patch",
"merged_at": "2023-07-11T19:56:17"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: NLP
# Changelog
- Added the ability to do length extrapolation with RoPE via interpolation.
- Added a continue training script for GPT
# Usage
* You can potentially add a usage example below
```python... | {
"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/7005/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7005/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7004 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7004/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7004/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7004/events | https://github.com/NVIDIA/NeMo/pull/7004 | 1,797,131,601 | PR_kwDOC_bI7s5VGyen | 7,004 | Fixing an issue with confidence ensembles | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-10T16:35:21 | 2023-07-10T18:48:50 | 2023-07-10T18:48:49 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7004",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7004",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7004.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7004.patch",
"merged_at": "2023-07-10T18:48:49"
} | # What does this PR do ?
* Adds a new parameter to transcribe_speech.py to allow computing the alignment without timestamps (significant speed up for conf ensembles).
* Makes sure the confidence is always computed on top of the normalized logits (i.e. after softmax). Was not the case for Transducer based mode.
* R... | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/follower... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7004/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7004/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7003 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7003/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7003/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7003/events | https://github.com/NVIDIA/NeMo/pull/7003 | 1,797,092,312 | PR_kwDOC_bI7s5VGp0s | 7,003 | Load ub_cfg from hydra config | {
"login": "jbaczek",
"id": 45043825,
"node_id": "MDQ6VXNlcjQ1MDQzODI1",
"avatar_url": "https://avatars.githubusercontent.com/u/45043825?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jbaczek",
"html_url": "https://github.com/jbaczek",
"followers_url": "https://api.github.com/users/jbacze... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-07-10T16:14:16 | 2023-08-12T01:28:36 | 2023-08-12T01:28:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7003",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7003",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7003.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7003.patch",
"merged_at": "2023-08-12T01:28:36"
} | # What does this PR do ?
Remove the need to load the yaml module inside GPT model and use hydra config instead.
**Collection**: nlp
# Changelog
- For ub_tp_comm_overlap_cfg config field you no longer provide a path to the config but the whole config instead.
# Usage
If you add to your main config:
```ya... | {
"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/7003/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7003/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7002 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7002/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7002/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7002/events | https://github.com/NVIDIA/NeMo/issues/7002 | 1,796,181,890 | I_kwDOC_bI7s5rD4-C | 7,002 | Import Value Error | {
"login": "kiransview",
"id": 61668526,
"node_id": "MDQ6VXNlcjYxNjY4NTI2",
"avatar_url": "https://avatars.githubusercontent.com/u/61668526?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kiransview",
"html_url": "https://github.com/kiransview",
"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-07-10T07:42:50 | 2023-08-27T01:44:42 | 2023-08-27T01:44:42 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Getting a Error while importing "import nemo.collections.asr as nemo_asr" the error states "ValueError: mutable default <class 'nemo.core.classes.mixins.adapter_mixin_strategies.ResidualAddAdapterStrategyConfig'> for field adapter_strategy is not allowed: use default_factory" Tried uninstalling ... | {
"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/7002/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7002/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7001 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7001/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7001/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7001/events | https://github.com/NVIDIA/NeMo/issues/7001 | 1,795,631,967 | I_kwDOC_bI7s5rBytf | 7,001 | try to build nemo docker failed on jeston agx xavier | {
"login": "UserName-wang",
"id": 57220346,
"node_id": "MDQ6VXNlcjU3MjIwMzQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/57220346?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/UserName-wang",
"html_url": "https://github.com/UserName-wang",
"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-07-09T23:33:30 | 2023-08-17T01:43:11 | 2023-08-17T01:43:11 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | jetson environment: L4T 35.3.1, JETPACK:5.1.1
BASE_IMAGE=nvcr.io/nvidia/pytorch:23.06-py3
failed docker command: RUN for f in $(ls requirements*.txt); do pip3 install --disable-pip-version-check --no-cache-dir -r $f; done
Here is the attached dockerfile I used. can you please help to review the log below and give... | {
"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/7001/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7001/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7000 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7000/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7000/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7000/events | https://github.com/NVIDIA/NeMo/pull/7000 | 1,795,497,796 | PR_kwDOC_bI7s5VBOqW | 7,000 | fixes for spellmapper | {
"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-07-09T17:46:37 | 2023-07-18T04:50:06 | 2023-07-18T04:50:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7000",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7000",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7000.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7000.patch",
"merged_at": "2023-07-18T04:50:05"
} | # What does this PR do ?
1. Fix bug that can affect QA (wrong file extension). 2. Other small non-critical fixes.
**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 be... | {
"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/7000/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7000/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6999 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6999/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6999/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6999/events | https://github.com/NVIDIA/NeMo/issues/6999 | 1,795,240,488 | I_kwDOC_bI7s5rATIo | 6,999 | Export Tacotron2 to ONNX | {
"login": "wannaphong",
"id": 8536487,
"node_id": "MDQ6VXNlcjg1MzY0ODc=",
"avatar_url": "https://avatars.githubusercontent.com/u/8536487?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/wannaphong",
"html_url": "https://github.com/wannaphong",
"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 | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.... | null | null | 2023-07-09T05:13:37 | 2024-01-21T16:30:41 | 2023-10-04T01:45:02 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Is it possible to export Tacotron2 model to onnx? I see #748 and doesn't have anyone can answer. | {
"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/6999/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6999/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6998 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6998/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6998/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6998/events | https://github.com/NVIDIA/NeMo/issues/6998 | 1,795,228,860 | I_kwDOC_bI7s5rAQS8 | 6,998 | Trained TTS Vitsmodel Restricted to 11 Seconds of Audio Generation | {
"login": "shuvohishab",
"id": 85150579,
"node_id": "MDQ6VXNlcjg1MTUwNTc5",
"avatar_url": "https://avatars.githubusercontent.com/u/85150579?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shuvohishab",
"html_url": "https://github.com/shuvohishab",
"followers_url": "https://api.github.com/... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-07-09T04:27:22 | 2023-08-05T18:41:44 | 2023-08-05T18:41:44 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | By following [this tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Vits_Training.ipynb), I trained a TTS VitsModel.
While performing inference of the trained TTS model to convert text into speech, I observed a limitation where the system generates only up to 11 seconds of audio. So, when dealing with ... | {
"login": "shuvohishab",
"id": 85150579,
"node_id": "MDQ6VXNlcjg1MTUwNTc5",
"avatar_url": "https://avatars.githubusercontent.com/u/85150579?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shuvohishab",
"html_url": "https://github.com/shuvohishab",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6998/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/6998/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6997 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6997/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6997/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6997/events | https://github.com/NVIDIA/NeMo/pull/6997 | 1,794,438,695 | PR_kwDOC_bI7s5U92Ee | 6,997 | Change Jenkins timeout | {
"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-07-07T21:50:52 | 2023-07-11T18:38:36 | 2023-07-11T18:38:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6997",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6997",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6997.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6997.patch",
"merged_at": "2023-07-11T18:38:35"
} | # What does this PR do ?
The no activity timeout didn't work so changing to total duration of 8 hours. This is because timeout is including time in queue.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* Y... | {
"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/6997/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6997/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6996 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6996/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6996/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6996/events | https://github.com/NVIDIA/NeMo/pull/6996 | 1,794,408,537 | PR_kwDOC_bI7s5U9vF1 | 6,996 | Cache handling without input tensors mutation | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-07T21:35:22 | 2023-07-07T21:51:32 | 2023-07-07T21:51:31 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6996",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6996",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6996.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6996.patch",
"merged_at": "2023-07-07T21:51:31"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a cod... | {
"login": "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/6996/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6996/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6995 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6995/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6995/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6995/events | https://github.com/NVIDIA/NeMo/pull/6995 | 1,794,401,400 | PR_kwDOC_bI7s5U9tb- | 6,995 | Hybrid conformer export | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"id": 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-07-07T21:31:57 | 2023-07-07T21:52:09 | 2023-07-07T21:52:08 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6995",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6995",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6995.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6995.patch",
"merged_at": "2023-07-07T21:52:08"
} | # What does this PR do ?
Allows export of Hybrid Models with either RNNT decoder (in two parts) or with CTC decoder as single encoder-decoder module.
Usage: python scripts/export.py file.nemo file.onnx --config decoder_type=[ctc|rnnt]
**Collection**: [ASR]
# Changelog
- Add specific line by line info of ... | {
"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/6995/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6995/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6994 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6994/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6994/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6994/events | https://github.com/NVIDIA/NeMo/pull/6994 | 1,794,360,493 | PR_kwDOC_bI7s5U9j_L | 6,994 | fixes for spellmapper | {
"login": "bene-ges",
"id": 61418381,
"node_id": "MDQ6VXNlcjYxNDE4Mzgx",
"avatar_url": "https://avatars.githubusercontent.com/u/61418381?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bene-ges",
"html_url": "https://github.com/bene-ges",
"followers_url": "https://api.github.com/users/ben... | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-07T21:12:19 | 2023-07-09T17:46:10 | 2023-07-09T17:46:09 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6994",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6994",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6994.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6994.patch",
"merged_at": "2023-07-09T17:46:09"
} | # What does this PR do ?
1. Fix bug that can affect QA (wrong file extension). 2. Other small non-critical fixes.
**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 be... | {
"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/6994/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6994/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6993 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6993/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6993/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6993/events | https://github.com/NVIDIA/NeMo/issues/6993 | 1,794,026,084 | I_kwDOC_bI7s5q7qpk | 6,993 | "all_probs" is not functional in text-generation-server | {
"login": "comaniac",
"id": 8262694,
"node_id": "MDQ6VXNlcjgyNjI2OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/8262694?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/comaniac",
"html_url": "https://github.com/comaniac",
"followers_url": "https://api.github.com/users/coman... | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2023-07-07T18:30:42 | 2023-07-08T00:43:39 | 2023-07-08T00:43:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Use the following script to make a request will result in crashing in NeMo text-generation-server:
```
import json
import requests
port_num = 5555
headers = {"Content-Type": "application/json"}
def request_data(data):
resp = requests.put('http://localhost:{}/generate'.format(por... | {
"login": "comaniac",
"id": 8262694,
"node_id": "MDQ6VXNlcjgyNjI2OTQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/8262694?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/comaniac",
"html_url": "https://github.com/comaniac",
"followers_url": "https://api.github.com/users/coman... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6993/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6993/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6992 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6992/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6992/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6992/events | https://github.com/NVIDIA/NeMo/issues/6992 | 1,793,950,843 | I_kwDOC_bI7s5q7YR7 | 6,992 | Performance Expectations: asr_decoder_ts.run_ASR(asr_model) on 20-minute wav on RTX 3090 | {
"login": "caryknoop",
"id": 25874670,
"node_id": "MDQ6VXNlcjI1ODc0Njcw",
"avatar_url": "https://avatars.githubusercontent.com/u/25874670?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/caryknoop",
"html_url": "https://github.com/caryknoop",
"followers_url": "https://api.github.com/users/... | [] | closed | false | null | [] | null | null | 2023-07-07T17:53:32 | 2023-07-08T17:30:46 | 2023-07-08T17:30:46 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Running this in wsl2 using an RTX3090.
It is processing "word_hyp, word_ts_hyp = asr_decoder_ts.run_ASR(asr_model)"
on a 20-minute wav file, is but never seems to terminate.
```
@hydra_runner(config_path="conf/", config_name="diar.yaml")
def main(cfg):
logging.info(f'Hydra config: {OmegaConf.to_yaml(... | {
"login": "caryknoop",
"id": 25874670,
"node_id": "MDQ6VXNlcjI1ODc0Njcw",
"avatar_url": "https://avatars.githubusercontent.com/u/25874670?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/caryknoop",
"html_url": "https://github.com/caryknoop",
"followers_url": "https://api.github.com/users/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6992/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6992/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6991 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6991/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6991/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6991/events | https://github.com/NVIDIA/NeMo/pull/6991 | 1,793,906,820 | PR_kwDOC_bI7s5U77ye | 6,991 | Add support for Numba FP16 RNNT Loss | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-07T17:33:55 | 2023-07-12T17:00:09 | 2023-07-12T17:00:05 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6991",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6991",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6991.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6991.patch",
"merged_at": "2023-07-12T17:00:05"
} | # What does this PR do ?
Add fp16 support to RNNT Numba Loss
**Collection**: [ASR]
# Changelog
-
# Usage
## Install dependencies
[Numba](https://github.com/numba/numba) 0.57+ (conda install numba=0.57.1 -c conda-forge)
[CUDA Python](https://nvidia.github.io/cuda-python/install.html)
After that, t... | {
"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/6991/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6991/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6990 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6990/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6990/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6990/events | https://github.com/NVIDIA/NeMo/issues/6990 | 1,793,409,684 | I_kwDOC_bI7s5q5UKU | 6,990 | Questions regarding training conformer transducer model. | {
"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-07-07T11:49:32 | 2023-08-29T14:00:06 | 2023-08-29T14:00:06 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
Thank you for your work and all the help provided so far with other issues too.
I am training a conformer transducer model and I have a couple of questions that might help me achieve better results:
1. I am finetuning the **stt en conformer transducer medium** model (whole model) on 225h of romanian la... | {
"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/6990/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6990/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6989 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6989/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6989/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6989/events | https://github.com/NVIDIA/NeMo/pull/6989 | 1,793,110,846 | PR_kwDOC_bI7s5U5OFX | 6,989 | rnnt_greedy_decoding.py: typos? auto-repressively -> auto-regressively | {
"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": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-07T08:59:41 | 2023-07-09T09:49:44 | 2023-07-07T20:11:16 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6989",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6989",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6989.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6989.patch",
"merged_at": "2023-07-07T20:11:16"
} | Fixes typos (typos, right?) in the code comments "auto-repressively" -> "auto-regressively" | {
"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/6989/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6989/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6987 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6987/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6987/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6987/events | https://github.com/NVIDIA/NeMo/pull/6987 | 1,792,193,003 | PR_kwDOC_bI7s5U2DyL | 6,987 | Fixing an issue with confidence ensembles | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/follower... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-06T20:32:41 | 2023-07-10T16:34:48 | 2023-07-10T16:34:48 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6987",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6987",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6987.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6987.patch",
"merged_at": "2023-07-10T16:34:48"
} | # What does this PR do ?
* Adds a new parameter to transcribe_speech.py to allow computing the alignment without timestamps (significant speed up for conf ensembles).
* Makes sure the confidence is always computed on top of the normalized logits (i.e. after softmax). Was not the case for Transducer based mode.
* R... | {
"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/6987/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6987/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6986 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6986/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6986/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6986/events | https://github.com/NVIDIA/NeMo/pull/6986 | 1,792,129,799 | PR_kwDOC_bI7s5U115S | 6,986 | Add end_strings to SamplingParams | {
"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-07-06T19:44:49 | 2023-07-13T19:15:46 | 2023-07-13T19:15:45 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6986",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6986",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6986.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6986.patch",
"merged_at": "2023-07-13T19:15:45"
} | # What does this PR do ?
Makes end_strings part of SamplingParams and makes it configurable.
**Collection**: Text Generation Server
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demon... | {
"login": "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/6986/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6986/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6985 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6985/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6985/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6985/events | https://github.com/NVIDIA/NeMo/pull/6985 | 1,791,957,146 | PR_kwDOC_bI7s5U1QeI | 6,985 | duration limit | {
"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": 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-07-06T17:30:24 | 2023-08-02T01:46:54 | 2023-08-02T01:46:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6985",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6985",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6985.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6985.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/6985/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6985/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6984 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6984/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6984/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6984/events | https://github.com/NVIDIA/NeMo/issues/6984 | 1,791,386,008 | I_kwDOC_bI7s5qxmGY | 6,984 | I am still getting the error. | {
"login": "muizzhaque",
"id": 113048786,
"node_id": "U_kgDOBrz80g",
"avatar_url": "https://avatars.githubusercontent.com/u/113048786?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muizzhaque",
"html_url": "https://github.com/muizzhaque",
"followers_url": "https://api.github.com/users/mui... | [] | closed | false | null | [] | null | null | 2023-07-06T11:39:48 | 2023-07-09T09:41:03 | 2023-07-09T09:41:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am still getting the error
Unexpected keyword arguments: `compute_on_step`
File "/home/muizz/nemo_workspace/Neural_netw.py", line 9, in <module>
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="QuartzNet15x5Base-En")
ValueError: Unexpected keyword arguments: `compute_on_s... | {
"login": "muizzhaque",
"id": 113048786,
"node_id": "U_kgDOBrz80g",
"avatar_url": "https://avatars.githubusercontent.com/u/113048786?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/muizzhaque",
"html_url": "https://github.com/muizzhaque",
"followers_url": "https://api.github.com/users/mui... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6984/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6984/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6983 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6983/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6983/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6983/events | https://github.com/NVIDIA/NeMo/pull/6983 | 1,790,575,709 | PR_kwDOC_bI7s5Uwliz | 6,983 | Hybrid conformer export | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
... | closed | false | null | [] | null | null | 2023-07-06T00:41:16 | 2023-07-07T21:31:32 | 2023-07-07T21:31:31 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6983",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6983",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6983.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6983.patch",
"merged_at": "2023-07-07T21:31:31"
} | # What does this PR do ?
Allows export of Hybrid Models with either RNNT decoder (in two parts) or with CTC decoder as single encoder-decoder module.
Usage: python scripts/export.py file.nemo file.onnx --config decoder_type=[ctc|rnnt]
**Collection**: [ASR]
# Changelog
- Add specific line by line info of ... | {
"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/6983/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6983/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6982 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6982/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6982/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6982/events | https://github.com/NVIDIA/NeMo/pull/6982 | 1,790,492,299 | PR_kwDOC_bI7s5UwTFg | 6,982 | Minor MPT-7B fixes and creation script update | {
"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-07-05T23:12:42 | 2023-07-11T16:38:57 | 2023-07-11T16:38:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6982",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6982",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6982.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6982.patch",
"merged_at": "2023-07-11T16:38:57"
} | # What does this PR do ?
Updates the script used to create a Megatron MPT-7B checkpoint with fixes, and adds support to MegatronBaseModel for special tokens to be passed at runtime.
**Collection**: NLP
# Changelog
- Updates the Megatron MPT-7B creation script with some bug fixes and a config file baseline
-... | {
"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/6982/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6982/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6981 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6981/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6981/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6981/events | https://github.com/NVIDIA/NeMo/pull/6981 | 1,790,334,853 | PR_kwDOC_bI7s5UvvzS | 6,981 | Remove `compute_on_step` from metrics | {
"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-07-05T21:12:16 | 2023-07-06T05:56:26 | 2023-07-05T21:13:13 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6981",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6981",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6981.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6981.patch",
"merged_at": "2023-07-05T21:13:13"
} | # What does this PR do ?
Remove deprecated arg compute_on_step from torchmetrics
**Collection**: [ASR, NLP]
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any ... | {
"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/6981/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6981/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6980 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6980/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6980/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6980/events | https://github.com/NVIDIA/NeMo/pull/6980 | 1,790,047,450 | PR_kwDOC_bI7s5Uuv2t | 6,980 | Cache handling without input tensors mutation | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/bor... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-07-05T18:12:08 | 2023-07-07T21:34:56 | 2023-07-07T21:34:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6980",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6980",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6980.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6980.patch",
"merged_at": "2023-07-07T21:34:55"
} | # 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/6980/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6980/timeline | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.