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
sequencelengths 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/7846 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7846/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7846/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7846/events | https://github.com/NVIDIA/NeMo/pull/7846 | 1,973,231,363 | PR_kwDOC_bI7s5eYTca | 7,846 | Fix mcore conversion bug | {
"login": "cuichenx",
"id": 43478052,
"node_id": "MDQ6VXNlcjQzNDc4MDUy",
"avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cuichenx",
"html_url": "https://github.com/cuichenx",
"followers_url": "https://api.github.com/users/cuichenx/followers",
"following_url": "https://api.github.com/users/cuichenx/following{/other_user}",
"gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions",
"organizations_url": "https://api.github.com/users/cuichenx/orgs",
"repos_url": "https://api.github.com/users/cuichenx/repos",
"events_url": "https://api.github.com/users/cuichenx/events{/privacy}",
"received_events_url": "https://api.github.com/users/cuichenx/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-11-01T23:01:32 | 2023-11-07T17:07:52 | 2023-11-07T17:07:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7846",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7846",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7846.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7846.patch",
"merged_at": "2023-11-07T17:07:51"
} | # What does this PR do ?
Fix mcore conversion script bug which affected GPT3 models. Also improve the UX of the script.
**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
python scripts/nlp_language_modeling/convert_nemo_gpt_to_mcore.py --in-folder=<input-nemo-folder> --out-file=<output-mcore-ckpt>
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to #7730
| {
"login": "cuichenx",
"id": 43478052,
"node_id": "MDQ6VXNlcjQzNDc4MDUy",
"avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cuichenx",
"html_url": "https://github.com/cuichenx",
"followers_url": "https://api.github.com/users/cuichenx/followers",
"following_url": "https://api.github.com/users/cuichenx/following{/other_user}",
"gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions",
"organizations_url": "https://api.github.com/users/cuichenx/orgs",
"repos_url": "https://api.github.com/users/cuichenx/repos",
"events_url": "https://api.github.com/users/cuichenx/events{/privacy}",
"received_events_url": "https://api.github.com/users/cuichenx/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7846/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7846/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7845 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7845/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7845/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7845/events | https://github.com/NVIDIA/NeMo/pull/7845 | 1,973,100,950 | PR_kwDOC_bI7s5eX3c0 | 7,845 | add guard if its a distributed checkpoint | {
"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/followers",
"following_url": "https://api.github.com/users/gshennvm/following{/other_user}",
"gists_url": "https://api.github.com/users/gshennvm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gshennvm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gshennvm/subscriptions",
"organizations_url": "https://api.github.com/users/gshennvm/orgs",
"repos_url": "https://api.github.com/users/gshennvm/repos",
"events_url": "https://api.github.com/users/gshennvm/events{/privacy}",
"received_events_url": "https://api.github.com/users/gshennvm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-11-01T20:57:12 | 2023-11-02T05:39:55 | 2023-11-02T05:39:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7845",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7845",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7845.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7845.patch",
"merged_at": "2023-11-02T05:39:54"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
adds guard in case we pick up a distributed checkpoint
# Changelog
- Add specific line by line info of high level changes in this PR.
Fix issue when resuming topk from distributed checkpoint, the logic will [look](https://github.com/NVIDIA/NeMo/blob/8c061debd05837148e86fac19abf024e7210c35d/nemo/utils/callbacks/nemo_model_checkpoint.py#L92) for topk checkpoints and then delete them.
However, the [_saved_checkpoint_paths](https://github.com/NVIDIA/NeMo/blob/8c061debd05837148e86fac19abf024e7210c35d/nemo/utils/callbacks/nemo_model_checkpoint.py#L92C50-L92C73) returns paths without the .ckpt prefix as they are distributed formats, yet the code still calls [ckpt_to_dir](https://github.com/NVIDIA/NeMo/blob/8c061debd05837148e86fac19abf024e7210c35d/nemo/utils/callbacks/nemo_model_checkpoint.py#L226) which crashes since there is no .ckpt prefix on distributed checkpoints. This PR adds a guard to make sure if we see a distributed checkpoint we just return.
**PR Type**:
- [x] Bugfix
When resuming from topk with distributed checkpoint | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7845/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7845/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7844 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7844/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7844/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7844/events | https://github.com/NVIDIA/NeMo/pull/7844 | 1,972,815,139 | PR_kwDOC_bI7s5eW4pN | 7,844 | Update README.rst for container update | {
"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/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-11-01T17:41:37 | 2023-11-03T20:42:25 | 2023-11-03T20:42:24 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7844",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7844",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7844.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7844.patch",
"merged_at": "2023-11-03T20:42: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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7844/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7844/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7843 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7843/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7843/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7843/events | https://github.com/NVIDIA/NeMo/pull/7843 | 1,972,811,206 | PR_kwDOC_bI7s5eW3yv | 7,843 | Graphviz fix | {
"login": "GNroy",
"id": 16904306,
"node_id": "MDQ6VXNlcjE2OTA0MzA2",
"avatar_url": "https://avatars.githubusercontent.com/u/16904306?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/GNroy",
"html_url": "https://github.com/GNroy",
"followers_url": "https://api.github.com/users/GNroy/followers",
"following_url": "https://api.github.com/users/GNroy/following{/other_user}",
"gists_url": "https://api.github.com/users/GNroy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/GNroy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GNroy/subscriptions",
"organizations_url": "https://api.github.com/users/GNroy/orgs",
"repos_url": "https://api.github.com/users/GNroy/repos",
"events_url": "https://api.github.com/users/GNroy/events{/privacy}",
"received_events_url": "https://api.github.com/users/GNroy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-11-01T17:38:52 | 2024-01-10T17:15:53 | 2024-01-10T17:15:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7843",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7843",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7843.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7843.patch",
"merged_at": "2024-01-10T17:15:52"
} | # What does this PR do ?
- Fixes graphviz cropped plots for notebooks
- Fixes duplicated Megatron-LM installation
- Fixes k2 library for compatibility with latest PyTorch
**Collection**: [ASR]
# Changelog
- Now graphviz is built and installed from sources.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7843/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7843/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7842 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7842/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7842/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7842/events | https://github.com/NVIDIA/NeMo/issues/7842 | 1,972,627,226 | I_kwDOC_bI7s51k-ca | 7,842 | Is it possible to load encoder from Rnnt to Cache-aware streaming conformer model | {
"login": "nabil6391",
"id": 21167899,
"node_id": "MDQ6VXNlcjIxMTY3ODk5",
"avatar_url": "https://avatars.githubusercontent.com/u/21167899?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nabil6391",
"html_url": "https://github.com/nabil6391",
"followers_url": "https://api.github.com/users/nabil6391/followers",
"following_url": "https://api.github.com/users/nabil6391/following{/other_user}",
"gists_url": "https://api.github.com/users/nabil6391/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nabil6391/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nabil6391/subscriptions",
"organizations_url": "https://api.github.com/users/nabil6391/orgs",
"repos_url": "https://api.github.com/users/nabil6391/repos",
"events_url": "https://api.github.com/users/nabil6391/events{/privacy}",
"received_events_url": "https://api.github.com/users/nabil6391/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-11-01T15:45:29 | 2023-11-02T01:23:30 | 2023-11-02T01:23:29 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Thanks to you guys I have succesfully finetuned a fast conformer transducer model and it is performing quite well. I wanted to see if I am able to continue finetuning for the Cache Aware Streaming Conformer model which looks it might be better for realtime asr.
**Steps/Code to reproduce bug**
I tried to load the dict from the finetuned Rnnt model into a streaming fast conformer moddel:
```
model = nemo_asr.models.EncDecHybridRNNTCTCBPEModel.from_pretrained(model_name="stt_en_fastconformer_hybrid_large_streaming_multi")
model2 = nemo_asr.models.EncDecRNNTBPEModel.restore_from(
saved_model + "/model3.nemo"
)
cfg = OmegaConf.create({ 'init_from_nemo_model': saved_model + "/model3.nemo",})
model.maybe_init_from_pretrained_checkpoint(cfg)
```
But it gives this error output:
```
RuntimeError: Error(s) in loading state_dict for EncDecHybridRNNTCTCBPEModel:
size mismatch for encoder.pre_encode.out.weight: copying a param with shape torch.Size([512, 2560]) from checkpoint, the shape in current model is torch.Size([512, 2816]).
```
Is there any way load the Rnnt Encoder into the Streaming one, perhaps by remodifying or something else?
**Environment details**
```
[NeMo I 2023-11-01 23:33:17 mixins:170] Tokenizer SentencePieceTokenizer initialized with 1024 tokens
[NeMo W 2023-11-01 23:33:18 modelPT:161] If you intend to do training or fine-tuning, please call the ModelPT.setup_training_data() method and provide a valid configuration file to setup the train data loader.
Train config :
manifest_filepath: drive/Shareddrives/QuranResources/models/nemo-conformer-text-quran/train_manifest.json
sample_rate: 16000
batch_size: 12
shuffle: true
num_workers: 0
pin_memory: true
use_start_end_token: false
trim_silence: false
max_duration: 20.0
min_duration: 0.1
is_tarred: false
tarred_audio_filepaths: null
shuffle_n: 2048
bucketing_strategy: fully_randomized
bucketing_batch_size: null
channel_selector: 0
[NeMo W 2023-11-01 23:33:18 modelPT:168] If you intend to do validation, please call the ModelPT.setup_validation_data() or ModelPT.setup_multiple_validation_data() method and provide a valid configuration file to setup the validation data loader(s).
Validation config :
manifest_filepath: drive/Shareddrives/QuranResources/models/nemo-conformer-text-quran/dev_manifest.json
sample_rate: 16000
batch_size: 12
shuffle: false
num_workers: 0
pin_memory: true
use_start_end_token: false
max_duration: 20
channel_selector: 0
is_tarred: false
[NeMo W 2023-11-01 23:33:18 modelPT:174] Please call the ModelPT.setup_test_data() or ModelPT.setup_multiple_test_data() method and provide a valid configuration file to setup the test data loader(s).
Test config :
manifest_filepath: drive/Shareddrives/QuranResources/models/nemo-conformer-text-quran/test_manifest.json
sample_rate: 16000
batch_size: 12
shuffle: false
num_workers: 0
pin_memory: true
use_start_end_token: false
channel_selector: 0
[NeMo I 2023-11-01 23:33:18 features:289] PADDING: 0
[NeMo W 2023-11-01 23:33:18 nemo_logging:349] [/opt/homebrew/Caskroom/miniconda/base/envs/nemo/lib/python3.10/site-packages/torch/nn/modules/rnn.py:82](https://file+.vscode-resource.vscode-cdn.net/opt/homebrew/Caskroom/miniconda/base/envs/nemo/lib/python3.10/site-packages/torch/nn/modules/rnn.py:82): UserWarning: dropout option adds dropout after all but last recurrent layer, so non-zero dropout expects num_layers greater than 1, but got dropout=0.2 and num_layers=1
warnings.warn("dropout option adds dropout after all but last "
[NeMo I 2023-11-01 23:33:19 rnnt_models:211] Using RNNT Loss : warprnnt_numba
Loss warprnnt_numba_kwargs: {'fastemit_lambda': 0.0, 'clamp': -1.0}
[NeMo I 2023-11-01 23:33:19 save_restore_connector:249] Model EncDecRNNTBPEModel was successfully restored from [/Users/nhossain/StudioProjects/AndroidStudioProjects/GenerateQuranTimeStamps/nemo/nemo-conformer-text-quran/model3.nemo.](https://file+.vscode-resource.vscode-cdn.net/Users/nhossain/StudioProjects/AndroidStudioProjects/GenerateQuranTimeStamps/nemo/nemo-conformer-text-quran/model3.nemo.)
`
| {
"login": "nabil6391",
"id": 21167899,
"node_id": "MDQ6VXNlcjIxMTY3ODk5",
"avatar_url": "https://avatars.githubusercontent.com/u/21167899?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nabil6391",
"html_url": "https://github.com/nabil6391",
"followers_url": "https://api.github.com/users/nabil6391/followers",
"following_url": "https://api.github.com/users/nabil6391/following{/other_user}",
"gists_url": "https://api.github.com/users/nabil6391/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nabil6391/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nabil6391/subscriptions",
"organizations_url": "https://api.github.com/users/nabil6391/orgs",
"repos_url": "https://api.github.com/users/nabil6391/repos",
"events_url": "https://api.github.com/users/nabil6391/events{/privacy}",
"received_events_url": "https://api.github.com/users/nabil6391/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7842/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7842/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7841 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7841/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7841/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7841/events | https://github.com/NVIDIA/NeMo/pull/7841 | 1,971,079,671 | PR_kwDOC_bI7s5eRBKJ | 7,841 | setting peft eval configs correctly for logs | {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-31T18:27:39 | 2024-02-02T01:44:02 | 2024-02-02T01:44:01 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7841",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7841",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7841.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7841.patch",
"merged_at": null
} | # What does this PR do ?
minor change to log the correct values during peft inference...
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7841/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7841/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7840 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7840/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7840/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7840/events | https://github.com/NVIDIA/NeMo/issues/7840 | 1,971,064,356 | I_kwDOC_bI7s51fA4k | 7,840 | Different outputs for a JIT operation | {
"login": "acphile",
"id": 24974319,
"node_id": "MDQ6VXNlcjI0OTc0MzE5",
"avatar_url": "https://avatars.githubusercontent.com/u/24974319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/acphile",
"html_url": "https://github.com/acphile",
"followers_url": "https://api.github.com/users/acphile/followers",
"following_url": "https://api.github.com/users/acphile/following{/other_user}",
"gists_url": "https://api.github.com/users/acphile/gists{/gist_id}",
"starred_url": "https://api.github.com/users/acphile/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/acphile/subscriptions",
"organizations_url": "https://api.github.com/users/acphile/orgs",
"repos_url": "https://api.github.com/users/acphile/repos",
"events_url": "https://api.github.com/users/acphile/events{/privacy}",
"received_events_url": "https://api.github.com/users/acphile/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-31T18:19:55 | 2023-11-02T19:25:33 | 2023-11-02T19:25:32 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I find that a JIT operation can have different outputs although the inputs are the same.
**Steps/Code to reproduce bug**
Suppose we have a checkpoint and load it to train a `MegatronGPTModel`.
We print the inputs and outputs of this function: https://github.com/NVIDIA/NeMo/blob/v1.20.0/nemo/collections/nlp/modules/common/megatron/transformer.py#L556
```
layernorm_input = bias_dropout_add_func(attention_output, attention_bias, residual, self.hidden_dropout)
if torch.distributed.get_rank()==0:
print(f"Layer: {self.layer_number} Attention checksum {layernorm_input.sum()}")
print(f"Layer: {self.layer_number} Attention checksum {attention_output.sum()}")
print(f"Layer: {self.layer_number} Attention checksum {attention_bias.sum()}")
print(f"Layer: {self.layer_number} Attention checksum {residual.sum()}")
print(f"Layer: {self.layer_number} Attention checksum {self.hidden_dropout}")
```
During the extra forward pass of the backward, we will get different outputs for this function despite the same inputs
For example, I get the following:
```
Layer: 1 Attention checksum -1.2981499433517456
Layer: 1 Attention checksum -0.10930676758289337
Layer: 1 Attention checksum 0.002560555934906006
Layer: 1 Attention checksum -1.1932671070098877
Layer: 1 Attention checksum 0
Layer: 2 Attention checksum -0.9067337512969971
Layer: 2 Attention checksum 0.4821169376373291
Layer: 2 Attention checksum 0.0022925958037376404
Layer: 2 Attention checksum -1.3912334442138672
Layer: 2 Attention checksum 0
Layer: 3 Attention checksum -1.014440894126892
Layer: 3 Attention checksum 0.02674156427383423
Layer: 3 Attention checksum -0.0017535686492919922
Layer: 3 Attention checksum -1.0347785949707031
Layer: 3 Attention checksum 0
Layer: 4 Attention checksum -1.6703314781188965
Layer: 4 Attention checksum -0.030592918395996094
Layer: 4 Attention checksum -0.0008977651596069336
Layer: 4 Attention checksum -1.6389871835708618
Layer: 4 Attention checksum 0
Layer: 1 Attention checksum -1.2990010976791382
Layer: 1 Attention checksum -0.10930676758289337
Layer: 1 Attention checksum 0.002560555934906006
Layer: 1 Attention checksum -1.1932671070098877
Layer: 1 Attention checksum 0
```
We can find that the outputs of `bias_dropout_add_func` in Layer 1 are different.
The key arguments I used are:
```
model.attention_dropout=0
model.hidden_dropout=0
model.transformer_engine=False
model.activations_checkpoint_granularity=full
model.activations_checkpoint_num_layers=1
```
However, when setting `PYTORCH_JIT=0`, I will get the same outputs for `bias_dropout_add_func`.
**Expected behavior**
The function should always yield the same output.
**Environment overview (please complete the following information)**
I find this issue on NeMov1.20 docker
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7840/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7840/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7838 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7838/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7838/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7838/events | https://github.com/NVIDIA/NeMo/pull/7838 | 1,969,457,390 | PR_kwDOC_bI7s5eLdXA | 7,838 | Fix lang id inference mengruw | {
"login": "mengruwNv",
"id": 149420466,
"node_id": "U_kgDOCOf5sg",
"avatar_url": "https://avatars.githubusercontent.com/u/149420466?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mengruwNv",
"html_url": "https://github.com/mengruwNv",
"followers_url": "https://api.github.com/users/mengruwNv/followers",
"following_url": "https://api.github.com/users/mengruwNv/following{/other_user}",
"gists_url": "https://api.github.com/users/mengruwNv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mengruwNv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mengruwNv/subscriptions",
"organizations_url": "https://api.github.com/users/mengruwNv/orgs",
"repos_url": "https://api.github.com/users/mengruwNv/repos",
"events_url": "https://api.github.com/users/mengruwNv/events{/privacy}",
"received_events_url": "https://api.github.com/users/mengruwNv/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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://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": "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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4811888028,
"node_id": "LA_kwDOC_bI7s8AAAABHs-VnA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks",
"name": "Speaker Tasks",
"color": "871AD4",
"default": false,
"description": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-31T01:09:02 | 2023-11-22T01:46:41 | 2023-11-22T01:46:41 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7838",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7838",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7838.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7838.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7838/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7838/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7837 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7837/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7837/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7837/events | https://github.com/NVIDIA/NeMo/pull/7837 | 1,969,431,527 | PR_kwDOC_bI7s5eLX5w | 7,837 | Fixed lang id inference mengruw | {
"login": "mengruwNv",
"id": 149420466,
"node_id": "U_kgDOCOf5sg",
"avatar_url": "https://avatars.githubusercontent.com/u/149420466?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mengruwNv",
"html_url": "https://github.com/mengruwNv",
"followers_url": "https://api.github.com/users/mengruwNv/followers",
"following_url": "https://api.github.com/users/mengruwNv/following{/other_user}",
"gists_url": "https://api.github.com/users/mengruwNv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mengruwNv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mengruwNv/subscriptions",
"organizations_url": "https://api.github.com/users/mengruwNv/orgs",
"repos_url": "https://api.github.com/users/mengruwNv/repos",
"events_url": "https://api.github.com/users/mengruwNv/events{/privacy}",
"received_events_url": "https://api.github.com/users/mengruwNv/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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://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": "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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4811888028,
"node_id": "LA_kwDOC_bI7s8AAAABHs-VnA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks",
"name": "Speaker Tasks",
"color": "871AD4",
"default": false,
"description": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-31T00:31:28 | 2023-11-21T01:47:53 | 2023-11-21T01:47:52 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7837",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7837",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7837.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7837.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7837/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7837/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7836 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7836/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7836/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7836/events | https://github.com/NVIDIA/NeMo/pull/7836 | 1,969,420,086 | PR_kwDOC_bI7s5eLVew | 7,836 | [Fix] Save best NeMo model only when necessary | {
"login": "anteju",
"id": 108555623,
"node_id": "U_kgDOBnhtZw",
"avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anteju",
"html_url": "https://github.com/anteju",
"followers_url": "https://api.github.com/users/anteju/followers",
"following_url": "https://api.github.com/users/anteju/following{/other_user}",
"gists_url": "https://api.github.com/users/anteju/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anteju/subscriptions",
"organizations_url": "https://api.github.com/users/anteju/orgs",
"repos_url": "https://api.github.com/users/anteju/repos",
"events_url": "https://api.github.com/users/anteju/events{/privacy}",
"received_events_url": "https://api.github.com/users/anteju/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-31T00:17:01 | 2023-11-01T19:14:21 | 2023-11-01T19:14:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7836",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7836",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7836.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7836.patch",
"merged_at": "2023-11-01T19:14:20"
} | # What does this PR do ?
Currently, when using `save_best_model`, the best model will be saved every time, even when it is not necessary to update it.
This fix ensures NeMo checkpoints are saved only when necessary.
**Collection**: Core
# Changelog
- Fix member name when updating `previous_best_path`
- Added a debug log when saving is skipped when previous best is the same as the current best
# 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/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "anteju",
"id": 108555623,
"node_id": "U_kgDOBnhtZw",
"avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anteju",
"html_url": "https://github.com/anteju",
"followers_url": "https://api.github.com/users/anteju/followers",
"following_url": "https://api.github.com/users/anteju/following{/other_user}",
"gists_url": "https://api.github.com/users/anteju/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anteju/subscriptions",
"organizations_url": "https://api.github.com/users/anteju/orgs",
"repos_url": "https://api.github.com/users/anteju/repos",
"events_url": "https://api.github.com/users/anteju/events{/privacy}",
"received_events_url": "https://api.github.com/users/anteju/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7836/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7836/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7835 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7835/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7835/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7835/events | https://github.com/NVIDIA/NeMo/pull/7835 | 1,969,405,118 | PR_kwDOC_bI7s5eLSQC | 7,835 | [Codec] Update codec checkpoint config | {
"login": "anteju",
"id": 108555623,
"node_id": "U_kgDOBnhtZw",
"avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anteju",
"html_url": "https://github.com/anteju",
"followers_url": "https://api.github.com/users/anteju/followers",
"following_url": "https://api.github.com/users/anteju/following{/other_user}",
"gists_url": "https://api.github.com/users/anteju/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anteju/subscriptions",
"organizations_url": "https://api.github.com/users/anteju/orgs",
"repos_url": "https://api.github.com/users/anteju/repos",
"events_url": "https://api.github.com/users/anteju/events{/privacy}",
"received_events_url": "https://api.github.com/users/anteju/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-30T23:58:35 | 2023-11-16T17:18:17 | 2023-11-16T17:18:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7835",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7835",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7835.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7835.patch",
"merged_at": "2023-11-16T17:18:17"
} | # What does this PR do ?
Update codec configs to always save NeMo checkpoint with best `val_loss`.
**Collection**: TTS
# Changelog
- Updated `checkpoint_callback_params` to always save `NeMo` checkpoint with best `val_loss` and to save 5 best checkpoints
- Set `create_wandb_logger` to `true`, since `model.log_config.log_wandb` is set to `true` by default
# 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/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "anteju",
"id": 108555623,
"node_id": "U_kgDOBnhtZw",
"avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anteju",
"html_url": "https://github.com/anteju",
"followers_url": "https://api.github.com/users/anteju/followers",
"following_url": "https://api.github.com/users/anteju/following{/other_user}",
"gists_url": "https://api.github.com/users/anteju/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anteju/subscriptions",
"organizations_url": "https://api.github.com/users/anteju/orgs",
"repos_url": "https://api.github.com/users/anteju/repos",
"events_url": "https://api.github.com/users/anteju/events{/privacy}",
"received_events_url": "https://api.github.com/users/anteju/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7835/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7835/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7834 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7834/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7834/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7834/events | https://github.com/NVIDIA/NeMo/pull/7834 | 1,969,161,604 | PR_kwDOC_bI7s5eKcQZ | 7,834 | Add support for finetuning with huggingface datasets | {
"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/users/stevehuang52/followers",
"following_url": "https://api.github.com/users/stevehuang52/following{/other_user}",
"gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}",
"starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions",
"organizations_url": "https://api.github.com/users/stevehuang52/orgs",
"repos_url": "https://api.github.com/users/stevehuang52/repos",
"events_url": "https://api.github.com/users/stevehuang52/events{/privacy}",
"received_events_url": "https://api.github.com/users/stevehuang52/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": 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-10-30T20:30:39 | 2023-11-03T20:54:10 | 2023-11-03T20:54:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7834",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7834",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7834.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7834.patch",
"merged_at": "2023-11-03T20:54:08"
} | # What does this PR do ?
Add support for finetuning with HuggingFace datasets.
**Collection**: [ASR]
# Changelog
- Add dataset wrappers that cast HuggingFace dataset to be compatible with NeMo ASR models.
- Add yaml for finetuning ASR models with HuggingFace datasets.
# Usage
```python
<NEMO_ROOT>/examples/asr/speech_to_text_finetune.py \
--config-name='speech_to_text_hf_finetune'
```
Please refer to `speech_to_text_hf_finetune.yaml` for how to configure the dataset to use.
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
| {
"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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7834/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7834/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7833 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7833/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7833/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7833/events | https://github.com/NVIDIA/NeMo/issues/7833 | 1,968,971,613 | I_kwDOC_bI7s51XB9d | 7,833 | GPU memory overhead when calling trainer.fit the second time | {
"login": "acphile",
"id": 24974319,
"node_id": "MDQ6VXNlcjI0OTc0MzE5",
"avatar_url": "https://avatars.githubusercontent.com/u/24974319?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/acphile",
"html_url": "https://github.com/acphile",
"followers_url": "https://api.github.com/users/acphile/followers",
"following_url": "https://api.github.com/users/acphile/following{/other_user}",
"gists_url": "https://api.github.com/users/acphile/gists{/gist_id}",
"starred_url": "https://api.github.com/users/acphile/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/acphile/subscriptions",
"organizations_url": "https://api.github.com/users/acphile/orgs",
"repos_url": "https://api.github.com/users/acphile/repos",
"events_url": "https://api.github.com/users/acphile/events{/privacy}",
"received_events_url": "https://api.github.com/users/acphile/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-30T18:23:57 | 2023-12-18T21:38:04 | 2023-12-15T01:46:07 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
when calling `trainer.fit` the second time to train a NeMo model like:
```
trainer.fit(model)
trainer.fit_loop.epoch_loop.max_steps += 10
trainer.fit(model)
```
The second time would use more GPU memory than the first.
**Steps/Code to reproduce bug**
Create a `MegatronGPTModel` with `megatron_amp_O2=True` or with `distributed_fused_adam` and then use the above code for training.
When we print `torch.cuda.memory_allocated()` at the training step, we will find the GPU memory usage at the second `trainer.fit` is significantly higher.
**Expected behavior**
We expect the second `trainer.fit` should have the similar GPU memory usage to that in the first `trainer.fit`.
**Environment details**
Tried official Nemo v1.20 docker and it has this issue.
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7833/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7833/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7831 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7831/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7831/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7831/events | https://github.com/NVIDIA/NeMo/issues/7831 | 1,968,818,002 | I_kwDOC_bI7s51WcdS | 7,831 | CTC segmentation tool does not support fastconformer hybrid model | {
"login": "yunbin",
"id": 5204811,
"node_id": "MDQ6VXNlcjUyMDQ4MTE=",
"avatar_url": "https://avatars.githubusercontent.com/u/5204811?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yunbin",
"html_url": "https://github.com/yunbin",
"followers_url": "https://api.github.com/users/yunbin/followers",
"following_url": "https://api.github.com/users/yunbin/following{/other_user}",
"gists_url": "https://api.github.com/users/yunbin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yunbin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yunbin/subscriptions",
"organizations_url": "https://api.github.com/users/yunbin/orgs",
"repos_url": "https://api.github.com/users/yunbin/repos",
"events_url": "https://api.github.com/users/yunbin/events{/privacy}",
"received_events_url": "https://api.github.com/users/yunbin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-30T16:53:26 | 2023-12-09T01:45:22 | 2023-12-09T01:45:21 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
It seems stt_en_fastconformer_hybrid_large_pc is supported by the force alignment tool, but not the CTC segmentation tool. CTC segmentation tool works on older models, but not the ctc rnnt hybrid model
./NeMo/tools/ctc_segmentation$ ./run_segmentation.sh crash on latest stt_en_fastconformer_hybrid_large_pc model.
**Steps/Code to reproduce bug**
NeMo/tools/ctc_segmentation$ ./run_segmentation.sh --MODEL_NAME_OR_PATH="stt_en_fastconformer_hybrid_large_pc" --DATA_DIR=./data/timit --OUTPUT_DIR=./res/timit_fastconformer_hybrid_large_pc
**Expected behavior**
code crash with error message:
ctc_segmentation/scripts/prepare_data.py", line 357
omegaconf.errors.ConfigAttributeError: Key 'vocabulary' is not in struct
**Environment overview (please complete the following information)**
- Environment location: [Bare-metal, Docker, Cloud(specify cloud provider - AWS, Azure, GCP, Collab)]
- Method of NeMo install: [pip install or from source]. Please specify exact commands you used to install.
- If method of install is [Docker], provide `docker pull` & `docker run` commands used
**Environment details**
- OS version ubuntu "20.04.6 LTS (Focal Fossa)"
- PyTorch version 2.1.0 py3.10_cuda11.8_cudnn8.7.0_0
- Python version 3.10.12
**Additional context**
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7831/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7831/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7830 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7830/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7830/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7830/events | https://github.com/NVIDIA/NeMo/pull/7830 | 1,968,673,305 | PR_kwDOC_bI7s5eIxCv | 7,830 | Provides CPU fallback for `getKneighborsConnections` avoiding OOM | {
"login": "Thytu",
"id": 43698357,
"node_id": "MDQ6VXNlcjQzNjk4MzU3",
"avatar_url": "https://avatars.githubusercontent.com/u/43698357?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Thytu",
"html_url": "https://github.com/Thytu",
"followers_url": "https://api.github.com/users/Thytu/followers",
"following_url": "https://api.github.com/users/Thytu/following{/other_user}",
"gists_url": "https://api.github.com/users/Thytu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Thytu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Thytu/subscriptions",
"organizations_url": "https://api.github.com/users/Thytu/orgs",
"repos_url": "https://api.github.com/users/Thytu/repos",
"events_url": "https://api.github.com/users/Thytu/events{/privacy}",
"received_events_url": "https://api.github.com/users/Thytu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-30T15:40:37 | 2023-11-21T01:47:55 | 2023-11-21T01:47:54 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7830",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7830",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7830.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7830.patch",
"merged_at": null
} | # What does this PR do ?
Provide a fallback to CPU for `getKneighborsConnections` preventing OOM when applying to large cluster of embeddings (i.e when applying diarization to a long audio with multiple speakers).
**Collection**: ASR
# Changelog
- `getKneighborsConnections` now takes an optional argument `max_dim_on_gpu` that trigger a fallback to CPU when one of the dim is higher than `max_dim_on_gpu`.
# Usage
We were encountering OOMs when applying diarization to a longer audio (2h+) with multiple speakers. It appears that `getKneighborsConnections` double the VRAM needed to store the embedding when applying `binarized_affinity_mat = torch.zeros_like(affinity_mat).half()` as it use the same device as for `affinity_mat`.
This PR reduced the VRAM used when applying diarization on this same audio from 41Go (32 + 9Go) to 29Go by increase the inference time by only one seconde.
In order to allow user to use this param we either should add a kwargs to `getKneighborsConnections` (and all the function that called it) or use a more global param that's automatically propagated (i.e env var). As this choice need some thought on your side I prefer to only add `max_dim_on_gpu` to `getKneighborsConnections` for now and let you decide how to proceed (unless you already have some suggestion).
# 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)
- [x] Did you write any new necessary tests?
- [x] Did you add or update any necessary documentation?
- [ ] ~~Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)~~
- [x] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7830/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/7830/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7829 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7829/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7829/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7829/events | https://github.com/NVIDIA/NeMo/pull/7829 | 1,968,492,886 | PR_kwDOC_bI7s5eIJPq | 7,829 | multimodal/speech_cv collection, second pull request for Audio-Visual Speech Recognition | {
"login": "burchim",
"id": 60737204,
"node_id": "MDQ6VXNlcjYwNzM3MjA0",
"avatar_url": "https://avatars.githubusercontent.com/u/60737204?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/burchim",
"html_url": "https://github.com/burchim",
"followers_url": "https://api.github.com/users/burchim/followers",
"following_url": "https://api.github.com/users/burchim/following{/other_user}",
"gists_url": "https://api.github.com/users/burchim/gists{/gist_id}",
"starred_url": "https://api.github.com/users/burchim/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/burchim/subscriptions",
"organizations_url": "https://api.github.com/users/burchim/orgs",
"repos_url": "https://api.github.com/users/burchim/repos",
"events_url": "https://api.github.com/users/burchim/events{/privacy}",
"received_events_url": "https://api.github.com/users/burchim/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-30T14:21:07 | 2023-11-21T01:47:57 | 2023-11-21T01:47:56 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7829",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7829",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7829.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7829.patch",
"merged_at": null
} | # What does this PR do ?
Update the multimodal/speech_cv branch to support audio-visual speech recognition (CTC, RNN-T and Hybrid)
**Collection**: [multimodal/speech_cv]
# Changelog
- Update speech_cv branch
- bug fix
- Add audio-visual datasets
- Add audio-visual models: (AudioVisualEncDecCTCModelBPE, AudioVisualEncDecCTCModel, AudioVisualEncDecHybridRNNTCTCBPEModel, AudioVisualEncDecHybridRNNTCTCModel, AudioVisualEncDecRNNTBPEModel, AudioVisualEncDecRNNTModel)
- Add audio-visual modules (FusionModule, InterCTCMixin)
# Usage
* You can potentially add a usage example below
```python
import nemo.collections.multimodal.speech_cv as nemo_cv
from omegaconf import OmegaConf
config_path = "model_config.yaml"
params = OmegaConf.load(config_path)
# hybrid CTC/RNN-T BPE audio-visual speech recognition model
model = nemo_cv.models.AudioVisualEncDecHybridRNNTCTCBPEModel(cfg=params.model)
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7829/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7829/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7828 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7828/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7828/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7828/events | https://github.com/NVIDIA/NeMo/pull/7828 | 1,967,234,943 | PR_kwDOC_bI7s5eD1a7 | 7,828 | test jenkins pr - user is random | {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-30T00:12:42 | 2023-10-30T17:22:28 | 2023-10-30T17:22:28 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7828",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7828",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7828.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7828.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7828/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7828/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7827 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7827/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7827/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7827/events | https://github.com/NVIDIA/NeMo/pull/7827 | 1,967,234,803 | PR_kwDOC_bI7s5eD1ZE | 7,827 | test jenkins pr - user is nvidian | {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-30T00:12:24 | 2023-10-30T17:22:22 | 2023-10-30T17:22:22 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7827",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7827",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7827.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7827.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7827/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7827/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7826 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7826/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7826/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7826/events | https://github.com/NVIDIA/NeMo/pull/7826 | 1,967,226,350 | PR_kwDOC_bI7s5eDzna | 7,826 | Test PR random user | {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-29T23:57:42 | 2023-10-30T00:11:16 | 2023-10-30T00:11:16 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7826",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7826",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7826.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7826.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7826/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7826/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7825 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7825/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7825/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7825/events | https://github.com/NVIDIA/NeMo/pull/7825 | 1,967,226,080 | PR_kwDOC_bI7s5eDzkV | 7,825 | Test PR | {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-29T23:56:51 | 2023-10-30T00:11:37 | 2023-10-30T00:11:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7825",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7825",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7825.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7825.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7825/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7825/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7824 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7824/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7824/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7824/events | https://github.com/NVIDIA/NeMo/pull/7824 | 1,967,132,330 | PR_kwDOC_bI7s5eDgXG | 7,824 | Update README.rst 3 | {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-29T19:53:57 | 2023-10-29T23:55:29 | 2023-10-29T23:55:29 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7824",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7824",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7824.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7824.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7824/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7824/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7823 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7823/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7823/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7823/events | https://github.com/NVIDIA/NeMo/pull/7823 | 1,967,124,593 | PR_kwDOC_bI7s5eDe2n | 7,823 | PR PR PR test | {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-29T19:29:01 | 2023-10-29T23:55:52 | 2023-10-29T23:55:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7823",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7823",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7823.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7823.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7823/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7823/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7822 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7822/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7822/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7822/events | https://github.com/NVIDIA/NeMo/issues/7822 | 1,966,799,052 | I_kwDOC_bI7s51OvjM | 7,822 | Learning rate max step wrong when using batch sampler | {
"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/followers",
"following_url": "https://api.github.com/users/gshennvm/following{/other_user}",
"gists_url": "https://api.github.com/users/gshennvm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gshennvm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gshennvm/subscriptions",
"organizations_url": "https://api.github.com/users/gshennvm/orgs",
"repos_url": "https://api.github.com/users/gshennvm/repos",
"events_url": "https://api.github.com/users/gshennvm/events{/privacy}",
"received_events_url": "https://api.github.com/users/gshennvm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-29T01:11:10 | 2023-12-05T01:46:19 | 2023-12-05T01:46:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
when using the batch sampler such as [MegatronPretrainingBatchSampler](https://github.com/NVIDIA/NeMo/blob/177a67fa4a43ed6f7c4fb39a66c0a2998a27fef1/nemo/collections/nlp/data/language_modeling/megatron/megatron_batch_samplers.py#L141). The train_dataloader's drop_last argument is always set to False, which is accidentally picked up by this line of [code](https://github.com/NVIDIA/NeMo/blob/177a67fa4a43ed6f7c4fb39a66c0a2998a27fef1/nemo/core/optim/lr_scheduler.py#L877C47-L877C47) leading to our learning rate scheduler being off by 1step.
Instead we should use drop last from the Batch sampler itself [here](https://github.com/NVIDIA/NeMo/blob/177a67fa4a43ed6f7c4fb39a66c0a2998a27fef1/nemo/core/optim/lr_scheduler.py#L870) when we detect it
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7822/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7822/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7821 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7821/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7821/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7821/events | https://github.com/NVIDIA/NeMo/pull/7821 | 1,966,742,176 | PR_kwDOC_bI7s5eCUA5 | 7,821 | Test jenkins | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-28T21:15:17 | 2023-10-30T17:23:17 | 2023-10-30T17:23:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7821",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7821",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7821.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7821.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7821/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7821/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7820 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7820/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7820/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7820/events | https://github.com/NVIDIA/NeMo/pull/7820 | 1,966,155,756 | PR_kwDOC_bI7s5eAbzM | 7,820 | Update README.rst 3 | {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-27T20:30:55 | 2023-10-29T19:53:32 | 2023-10-29T19:53:32 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7820",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7820",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7820.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7820.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "palenQQQ",
"id": 149204372,
"node_id": "U_kgDOCOStlA",
"avatar_url": "https://avatars.githubusercontent.com/u/149204372?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/palenQQQ",
"html_url": "https://github.com/palenQQQ",
"followers_url": "https://api.github.com/users/palenQQQ/followers",
"following_url": "https://api.github.com/users/palenQQQ/following{/other_user}",
"gists_url": "https://api.github.com/users/palenQQQ/gists{/gist_id}",
"starred_url": "https://api.github.com/users/palenQQQ/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/palenQQQ/subscriptions",
"organizations_url": "https://api.github.com/users/palenQQQ/orgs",
"repos_url": "https://api.github.com/users/palenQQQ/repos",
"events_url": "https://api.github.com/users/palenQQQ/events{/privacy}",
"received_events_url": "https://api.github.com/users/palenQQQ/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7820/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7820/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7819 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7819/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7819/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7819/events | https://github.com/NVIDIA/NeMo/pull/7819 | 1,966,115,484 | PR_kwDOC_bI7s5eATJO | 7,819 | New PR @#2 | {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-27T19:56:08 | 2023-10-29T19:28:37 | 2023-10-29T19:28:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7819",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7819",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7819.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7819.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7819/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7819/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7818 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7818/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7818/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7818/events | https://github.com/NVIDIA/NeMo/pull/7818 | 1,966,089,337 | PR_kwDOC_bI7s5eANWO | 7,818 | Update README.rst | {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-27T19:38:24 | 2023-10-27T19:55:46 | 2023-10-27T19:55:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7818",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7818",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7818.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7818.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "pablo-garay",
"id": 7166088,
"node_id": "MDQ6VXNlcjcxNjYwODg=",
"avatar_url": "https://avatars.githubusercontent.com/u/7166088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pablo-garay",
"html_url": "https://github.com/pablo-garay",
"followers_url": "https://api.github.com/users/pablo-garay/followers",
"following_url": "https://api.github.com/users/pablo-garay/following{/other_user}",
"gists_url": "https://api.github.com/users/pablo-garay/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pablo-garay/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pablo-garay/subscriptions",
"organizations_url": "https://api.github.com/users/pablo-garay/orgs",
"repos_url": "https://api.github.com/users/pablo-garay/repos",
"events_url": "https://api.github.com/users/pablo-garay/events{/privacy}",
"received_events_url": "https://api.github.com/users/pablo-garay/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7818/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7818/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7817 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7817/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7817/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7817/events | https://github.com/NVIDIA/NeMo/pull/7817 | 1,966,061,986 | PR_kwDOC_bI7s5eAHaV | 7,817 | Update README.rst | {
"login": "coldwaterq",
"id": 505969,
"node_id": "MDQ6VXNlcjUwNTk2OQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/505969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coldwaterq",
"html_url": "https://github.com/coldwaterq",
"followers_url": "https://api.github.com/users/coldwaterq/followers",
"following_url": "https://api.github.com/users/coldwaterq/following{/other_user}",
"gists_url": "https://api.github.com/users/coldwaterq/gists{/gist_id}",
"starred_url": "https://api.github.com/users/coldwaterq/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/coldwaterq/subscriptions",
"organizations_url": "https://api.github.com/users/coldwaterq/orgs",
"repos_url": "https://api.github.com/users/coldwaterq/repos",
"events_url": "https://api.github.com/users/coldwaterq/events{/privacy}",
"received_events_url": "https://api.github.com/users/coldwaterq/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-27T19:14:33 | 2023-10-30T17:23:32 | 2023-10-30T17:23:32 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7817",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7817",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7817.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7817.patch",
"merged_at": null
} | # What does this PR do ?
Test
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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7817/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7817/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7816 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7816/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7816/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7816/events | https://github.com/NVIDIA/NeMo/pull/7816 | 1,965,800,375 | PR_kwDOC_bI7s5d_OD8 | 7,816 | Remove undefined `trainer` in `get_lm_model_with_padded_embedding` | {
"login": "oliverholworthy",
"id": 1216955,
"node_id": "MDQ6VXNlcjEyMTY5NTU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1216955?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/oliverholworthy",
"html_url": "https://github.com/oliverholworthy",
"followers_url": "https://api.github.com/users/oliverholworthy/followers",
"following_url": "https://api.github.com/users/oliverholworthy/following{/other_user}",
"gists_url": "https://api.github.com/users/oliverholworthy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/oliverholworthy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/oliverholworthy/subscriptions",
"organizations_url": "https://api.github.com/users/oliverholworthy/orgs",
"repos_url": "https://api.github.com/users/oliverholworthy/repos",
"events_url": "https://api.github.com/users/oliverholworthy/events{/privacy}",
"received_events_url": "https://api.github.com/users/oliverholworthy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-27T15:58:09 | 2023-11-18T01:45:29 | 2023-11-18T01:45:29 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7816",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7816",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7816.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7816.patch",
"merged_at": null
} | # What does this PR do ?
Fixes errors using `BertDPRModel` and `BertJointIRModel`. Currently you get an exception due to an undefined variable `trainer` from method `get_lm_model_with_padded_embedding` in `BaseIRModel`.
**Collection**: nlp
# Changelog
- Fixes errors using `BertDPRModel` and `BertJointIRModel` from undefined trainer name.
# Usage
* You can potentially add a usage example below
```python
from omegaconf import OmegaConf
from nemo.collections.nlp.models.information_retrieval import BertJointIRModel
model_name_or_path = "intfloat/e5-small-v2"
cfg = OmegaConf.create({
"language_model": {"sim_score_dropout": 0.1, "pretrained_model_name": model_name_or_path, "config_file": None, "config": None},
"tokenizer": {"tokenizer_name": model_name_or_path, "vocab_file": None, "special_tokens": None, "tokenizer_model": None}
})
BertJointIRModel(cfg)
# => Raises NameError: name 'trainer' is not defined
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7816/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7816/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7815 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7815/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7815/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7815/events | https://github.com/NVIDIA/NeMo/issues/7815 | 1,965,245,526 | I_kwDOC_bI7s51I0RW | 7,815 | Inquiry about support for phonetic lexicon | {
"login": "csetanmayjain",
"id": 37631570,
"node_id": "MDQ6VXNlcjM3NjMxNTcw",
"avatar_url": "https://avatars.githubusercontent.com/u/37631570?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/csetanmayjain",
"html_url": "https://github.com/csetanmayjain",
"followers_url": "https://api.github.com/users/csetanmayjain/followers",
"following_url": "https://api.github.com/users/csetanmayjain/following{/other_user}",
"gists_url": "https://api.github.com/users/csetanmayjain/gists{/gist_id}",
"starred_url": "https://api.github.com/users/csetanmayjain/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/csetanmayjain/subscriptions",
"organizations_url": "https://api.github.com/users/csetanmayjain/orgs",
"repos_url": "https://api.github.com/users/csetanmayjain/repos",
"events_url": "https://api.github.com/users/csetanmayjain/events{/privacy}",
"received_events_url": "https://api.github.com/users/csetanmayjain/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-27T10:37:46 | 2023-10-31T04:18:44 | 2023-10-30T08:24:14 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Dear Team,
Do we implement phonetic lexicon support for ASR in the main code base, apart from BPE, char, and unigram?
Thanks :)
| {
"login": "csetanmayjain",
"id": 37631570,
"node_id": "MDQ6VXNlcjM3NjMxNTcw",
"avatar_url": "https://avatars.githubusercontent.com/u/37631570?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/csetanmayjain",
"html_url": "https://github.com/csetanmayjain",
"followers_url": "https://api.github.com/users/csetanmayjain/followers",
"following_url": "https://api.github.com/users/csetanmayjain/following{/other_user}",
"gists_url": "https://api.github.com/users/csetanmayjain/gists{/gist_id}",
"starred_url": "https://api.github.com/users/csetanmayjain/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/csetanmayjain/subscriptions",
"organizations_url": "https://api.github.com/users/csetanmayjain/orgs",
"repos_url": "https://api.github.com/users/csetanmayjain/repos",
"events_url": "https://api.github.com/users/csetanmayjain/events{/privacy}",
"received_events_url": "https://api.github.com/users/csetanmayjain/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7815/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7815/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7814 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7814/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7814/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7814/events | https://github.com/NVIDIA/NeMo/pull/7814 | 1,964,367,830 | PR_kwDOC_bI7s5d6Xd8 | 7,814 | First draft of mcore bert model in NeMo | {
"login": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"followers_url": "https://api.github.com/users/shanmugamr1992/followers",
"following_url": "https://api.github.com/users/shanmugamr1992/following{/other_user}",
"gists_url": "https://api.github.com/users/shanmugamr1992/gists{/gist_id}",
"starred_url": "https://api.github.com/users/shanmugamr1992/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shanmugamr1992/subscriptions",
"organizations_url": "https://api.github.com/users/shanmugamr1992/orgs",
"repos_url": "https://api.github.com/users/shanmugamr1992/repos",
"events_url": "https://api.github.com/users/shanmugamr1992/events{/privacy}",
"received_events_url": "https://api.github.com/users/shanmugamr1992/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-26T21:04:58 | 2023-12-15T02:40:04 | 2023-12-15T02:40:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7814",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7814",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7814.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7814.patch",
"merged_at": "2023-12-15T02:40:03"
} | # What does this PR do ?
Adds the mcore bert model to the nemo codebase.
**Collection**: nlp collection
# Usage
* Set mcore_bert config to True
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"followers_url": "https://api.github.com/users/shanmugamr1992/followers",
"following_url": "https://api.github.com/users/shanmugamr1992/following{/other_user}",
"gists_url": "https://api.github.com/users/shanmugamr1992/gists{/gist_id}",
"starred_url": "https://api.github.com/users/shanmugamr1992/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shanmugamr1992/subscriptions",
"organizations_url": "https://api.github.com/users/shanmugamr1992/orgs",
"repos_url": "https://api.github.com/users/shanmugamr1992/repos",
"events_url": "https://api.github.com/users/shanmugamr1992/events{/privacy}",
"received_events_url": "https://api.github.com/users/shanmugamr1992/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7814/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7814/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7812 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7812/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7812/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7812/events | https://github.com/NVIDIA/NeMo/pull/7812 | 1,964,214,760 | PR_kwDOC_bI7s5d52Gv | 7,812 | Add safetensors | {
"login": "coldwaterq",
"id": 505969,
"node_id": "MDQ6VXNlcjUwNTk2OQ==",
"avatar_url": "https://avatars.githubusercontent.com/u/505969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coldwaterq",
"html_url": "https://github.com/coldwaterq",
"followers_url": "https://api.github.com/users/coldwaterq/followers",
"following_url": "https://api.github.com/users/coldwaterq/following{/other_user}",
"gists_url": "https://api.github.com/users/coldwaterq/gists{/gist_id}",
"starred_url": "https://api.github.com/users/coldwaterq/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/coldwaterq/subscriptions",
"organizations_url": "https://api.github.com/users/coldwaterq/orgs",
"repos_url": "https://api.github.com/users/coldwaterq/repos",
"events_url": "https://api.github.com/users/coldwaterq/events{/privacy}",
"received_events_url": "https://api.github.com/users/coldwaterq/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"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": "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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-26T19:13:53 | 2023-12-06T01:46:01 | 2023-12-06T01:46:01 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7812",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7812",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7812.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7812.patch",
"merged_at": null
} | # What does this PR do ?
By default, state_dicts are being saved as pytorch files which contain pickles. This is a security concern which this PR attempts to start the mitigation for while preserving backwards compatability.
**Collection**: all, but none specifically (core functionality)
# Changelog
- add nemo.utils.secure.torch_load and nemo.utils.secure.torch_save
- torch.load and torch.save removed from save_restore_connector and alternates of it
- secure.torch_load and torch_save use safetensors when available, however if safe=False torch.load and torch.save are used to allow for backwards compatability
- safe is a named parameter and passed through from save_to and restore_from. The default is safe=False to preserve backwards compatability
- added unit tests to double check backwards compatability and secure functions work correctly.
# Usage
* When using nemo with untrusted .nemo files this will greatly reduce the potential for the user to be attacked.
```python
# Existing usage should be preserved. although the result will include a .safetensor inside the .nemo now as well
model.save_to(save_path=model_save_path)
model.save_to(save_path=model_save_path, safe=False)
# the .nemo will only include the .safetensor.
model.save_to(save_path=model_save_path, safe=True)
# Existing usage should be preserved. although if the .nemo contains a .safetensor, it will be used instead of the pytorch version
model.restore_from(model_save_path)
model.restore_from(save_path=model_save_path, safe=False)
# The restore will fail if a .safetensor isn't available to prevent an untrusted .nemo file from resulting in an exploit
model.restore_from(save_path=model_save_path, safe=False)
```
# 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)
- [X] Did you write any new necessary tests?
- [X] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [X] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7812/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7812/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7811 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7811/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7811/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7811/events | https://github.com/NVIDIA/NeMo/issues/7811 | 1,963,483,712 | I_kwDOC_bI7s51CGJA | 7,811 | Strange convergence behavior of conformer transducer rnnt loss | {
"login": "TonSotin",
"id": 132354615,
"node_id": "U_kgDOB-OSNw",
"avatar_url": "https://avatars.githubusercontent.com/u/132354615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TonSotin",
"html_url": "https://github.com/TonSotin",
"followers_url": "https://api.github.com/users/TonSotin/followers",
"following_url": "https://api.github.com/users/TonSotin/following{/other_user}",
"gists_url": "https://api.github.com/users/TonSotin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TonSotin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TonSotin/subscriptions",
"organizations_url": "https://api.github.com/users/TonSotin/orgs",
"repos_url": "https://api.github.com/users/TonSotin/repos",
"events_url": "https://api.github.com/users/TonSotin/events{/privacy}",
"received_events_url": "https://api.github.com/users/TonSotin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": 4811898750,
"node_id": "LA_kwDOC_bI7s8AAAABHs-_fg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/question",
"name": "question",
"color": "F71962",
"default": true,
"description": ""
}
] | 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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": 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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-26T12:43:49 | 2023-12-07T01:46:03 | 2023-12-07T01:46:02 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Is it ok that default model (I use ASR conformer transducer) has WER=0.26 but the same model that I have been training for 2 days has WER=0.32.
I use [Russian version](https://huggingface.co/nvidia/stt_ru_conformer_transducer_large) of the model.
My GPU is `V100DX-32Q`.
Here is the training config file:
```
cfg:
sample_rate: 16000
compute_eval_loss: true
log_prediction: true
skip_nan_grad: false
model_defaults:
enc_hidden: 512
pred_hidden: 640
joint_hidden: 640
train_ds:
manifest_filepath: data/processed/output_train_ds.json
sample_rate: 16000
batch_size: 32
shuffle: true
num_workers: 8
pin_memory: true
use_start_end_token: true
trim_silence: false
max_duration: 20.0
min_duration: 0.1
is_tarred: false
tarred_audio_filepaths: null
shuffle_n: 2048
bucketing_strategy: synced_randomized
bucketing_batch_size: null
bucketing_weights: ''
validation_ds:
manifest_filepath: data/processed/output_val_ds.json
sample_rate: 16000
batch_size: 32
shuffle: false
num_workers: 8
pin_memory: true
use_start_end_token: true
trim_silence: false
test_ds:
manifest_filepath: null
sample_rate: 16000
batch_size: 16
shuffle: false
num_workers: 8
pin_memory: true
use_start_end_token: false
tokenizer:
dir: /tokenizers/tokenizer_spe_unigram_v1024/
type: bpe
model_path: nemo:7e41df0fdb8f45388c8052fe688b7add_tokenizer.model
vocab_path: nemo:531574790a7146c3ac33709c3b0e6aff_vocab.txt
spe_tokenizer_vocab: nemo:8be1ca048a724049bfe9998715df9536_tokenizer.vocab
preprocessor:
_target_: nemo.collections.asr.modules.AudioToMelSpectrogramPreprocessor
sample_rate: 16000
normalize: per_feature
window_size: 0.025
window_stride: 0.01
window: hann
features: 80
n_fft: 512
frame_splicing: 1
dither: 1.0e-05
pad_to: 0
spec_augment:
_target_: nemo.collections.asr.modules.SpectrogramAugmentation
freq_masks: 2
time_masks: 10
freq_width: 27
time_width: 0.05
encoder:
_target_: nemo.collections.asr.modules.ConformerEncoder
feat_in: 80
feat_out: -1
n_layers: 17
d_model: 512
subsampling: striding
subsampling_factor: 4
subsampling_conv_channels: 512
causal_downsampling: false
ff_expansion_factor: 4
self_attention_model: rel_pos
n_heads: 8
att_context_size:
- -1
- -1
att_context_style: regular
xscaling: true
untie_biases: true
pos_emb_max_len: 5000
conv_kernel_size: 31
conv_norm_type: batch_norm
conv_context_size: null
dropout: 0.1
dropout_emb: 0.0
dropout_att: 0.1
decoder:
_target_: nemo.collections.asr.modules.RNNTDecoder
normalization_mode: null
random_state_sampling: false
blank_as_pad: true
prednet:
pred_hidden: 640
pred_rnn_layers: 1
t_max: null
dropout: 0.1
vocab_size: 1024
joint:
_target_: nemo.collections.asr.modules.RNNTJoint
log_softmax: null
preserve_memory: false
fuse_loss_wer: true
fused_batch_size: 4
jointnet:
joint_hidden: 640
activation: relu
dropout: 0.1
encoder_hidden: 512
pred_hidden: 640
num_classes: 1024
vocabulary:
# there are 1024 symbols so I hide them
decoding:
strategy: greedy_batch
greedy:
max_symbols: 10
beam:
beam_size: 2
return_best_hypothesis: false
score_norm: true
tsd_max_sym_exp: 50
alsd_max_target_len: 2.0
loss:
loss_name: default
warprnnt_numba_kwargs:
fastemit_lambda: 0.0
clamp: -1.0
variational_noise:
start_step: 0
std: 0.0
optim:
name: novograd
lr: 0.0001
betas:
- 0.9
- 0.98
weight_decay: 0.001
sched:
name: CosineAnnealing
warmup_steps: 10000
warmup_ratio: null
min_lr: 1.0e-06
init_weights_from_model: /exp_init/ConformerL_rnnt_russian/Conformer_rnnt_trained_from_stt_en_ep_500_lr_2e-3_wd_1e-3_drc_cosine/Conformer_rnnt_trained_from_stt_en_ep_500_lr_2e-3_wd_1e-3_drc_cosine/checkpoints/Conformer_rnnt_en_finetuned_ep_500_lr_2e-3_wd_1e-3_drc_cosine.nemo
labels:
# there are 1024 labels so I hide them
target: nemo.collections.asr.models.rnnt_bpe_models.EncDecRNNTBPEModel
nemo_version: 1.12.0rc0
```
And I also set epochs_number to 1000 and accumulate_grad_batches to 8.
And for example this is val_wer for ctc (log_0410) and transducer (log_2410):

val_wer converges almost linear
And here is val_loss:

| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7811/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7811/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7810 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7810/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7810/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7810/events | https://github.com/NVIDIA/NeMo/issues/7810 | 1,963,283,239 | I_kwDOC_bI7s51BVMn | 7,810 | Verbosity showing while training standard ASR model | {
"login": "TonSotin",
"id": 132354615,
"node_id": "U_kgDOB-OSNw",
"avatar_url": "https://avatars.githubusercontent.com/u/132354615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TonSotin",
"html_url": "https://github.com/TonSotin",
"followers_url": "https://api.github.com/users/TonSotin/followers",
"following_url": "https://api.github.com/users/TonSotin/following{/other_user}",
"gists_url": "https://api.github.com/users/TonSotin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TonSotin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TonSotin/subscriptions",
"organizations_url": "https://api.github.com/users/TonSotin/orgs",
"repos_url": "https://api.github.com/users/TonSotin/repos",
"events_url": "https://api.github.com/users/TonSotin/events{/privacy}",
"received_events_url": "https://api.github.com/users/TonSotin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-26T11:13:47 | 2023-10-30T05:40:31 | 2023-10-30T05:40:31 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Is it possible to change verbosity of a pretrained model while training?
When I train with modified vocab it always show me prediction and reference, but if it's a standard model nothing has shown.
| {
"login": "TonSotin",
"id": 132354615,
"node_id": "U_kgDOB-OSNw",
"avatar_url": "https://avatars.githubusercontent.com/u/132354615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TonSotin",
"html_url": "https://github.com/TonSotin",
"followers_url": "https://api.github.com/users/TonSotin/followers",
"following_url": "https://api.github.com/users/TonSotin/following{/other_user}",
"gists_url": "https://api.github.com/users/TonSotin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TonSotin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TonSotin/subscriptions",
"organizations_url": "https://api.github.com/users/TonSotin/orgs",
"repos_url": "https://api.github.com/users/TonSotin/repos",
"events_url": "https://api.github.com/users/TonSotin/events{/privacy}",
"received_events_url": "https://api.github.com/users/TonSotin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7810/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7810/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7809 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7809/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7809/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7809/events | https://github.com/NVIDIA/NeMo/issues/7809 | 1,962,706,097 | I_kwDOC_bI7s50_ISx | 7,809 | Duplex Model for Inverse Text Norm (ITN) does not work | {
"login": "tranctan",
"id": 42478131,
"node_id": "MDQ6VXNlcjQyNDc4MTMx",
"avatar_url": "https://avatars.githubusercontent.com/u/42478131?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tranctan",
"html_url": "https://github.com/tranctan",
"followers_url": "https://api.github.com/users/tranctan/followers",
"following_url": "https://api.github.com/users/tranctan/following{/other_user}",
"gists_url": "https://api.github.com/users/tranctan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tranctan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tranctan/subscriptions",
"organizations_url": "https://api.github.com/users/tranctan/orgs",
"repos_url": "https://api.github.com/users/tranctan/repos",
"events_url": "https://api.github.com/users/tranctan/events{/privacy}",
"received_events_url": "https://api.github.com/users/tranctan/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-26T04:58:40 | 2023-10-27T04:54:44 | 2023-10-27T04:54:43 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I follow the tutorial of inference the pretrained checkpoint as in [here](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/neural_text_normalization_t5) and [here](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/text_normalization/nn_text_normalization.html).
The TN option works just fine but when I use the mode of `ITN`, the model still output the Text Normalization instead.
The command I used:
```
cd NeMo/examples/nlp/duplex_text_normalization;
# run inference in interactive mode using pretrained tagger and decoder models
python duplex_text_normalization_infer.py \
tagger_pretrained_model=neural_text_normalization_t5 \
decoder_pretrained_model=neural_text_normalization_t5 \
inference.from_file=False \
lang=en \
mode=itn
```
The output:
```
Entering interactive mode.
Type "STOP" to exit.
Input a test input:$123
Skipping post-processing of one hundred twenty three dollars for '$'
Prediction (ITN): one hundred twenty three dollars
Type "STOP" to exit.
Input a test input:one hundred twenty three
Prediction (ITN): one hundred twenty three
Type "STOP" to exit.
Input a test input:one two three
Prediction (ITN): one two three
Type "STOP" to exit.
Input a test input:one hundred twenty three dollars
Prediction (ITN): one hundred twenty three dollars
```
As you can see, the model still returns TN result. | {
"login": "tranctan",
"id": 42478131,
"node_id": "MDQ6VXNlcjQyNDc4MTMx",
"avatar_url": "https://avatars.githubusercontent.com/u/42478131?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tranctan",
"html_url": "https://github.com/tranctan",
"followers_url": "https://api.github.com/users/tranctan/followers",
"following_url": "https://api.github.com/users/tranctan/following{/other_user}",
"gists_url": "https://api.github.com/users/tranctan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tranctan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tranctan/subscriptions",
"organizations_url": "https://api.github.com/users/tranctan/orgs",
"repos_url": "https://api.github.com/users/tranctan/repos",
"events_url": "https://api.github.com/users/tranctan/events{/privacy}",
"received_events_url": "https://api.github.com/users/tranctan/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7809/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7809/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7808 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7808/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7808/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7808/events | https://github.com/NVIDIA/NeMo/pull/7808 | 1,962,658,201 | PR_kwDOC_bI7s5d0f_Y | 7,808 | Fix tn duplex | {
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-26T03:59:44 | 2023-11-03T02:16:01 | 2023-11-03T02:16:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7808",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7808",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7808.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7808.patch",
"merged_at": "2023-11-03T02:16:00"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ X] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7808/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7808/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7807 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7807/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7807/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7807/events | https://github.com/NVIDIA/NeMo/pull/7807 | 1,962,600,523 | PR_kwDOC_bI7s5d0To6 | 7,807 | remove TN from ctc_segm tut | {
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-26T02:45:45 | 2023-10-26T16:17:50 | 2023-10-26T16:17:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7807",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7807",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7807.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7807.patch",
"merged_at": "2023-10-26T16:17:49"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ X] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7807/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7807/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7806 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7806/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7806/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7806/events | https://github.com/NVIDIA/NeMo/pull/7806 | 1,962,356,694 | PR_kwDOC_bI7s5dzeis | 7,806 | remove TN req from ctc_segm | {
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-25T22:27:14 | 2023-10-26T12:04:29 | 2023-10-25T23:51:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7806",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7806",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7806.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7806.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [X] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7806/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7806/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7805 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7805/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7805/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7805/events | https://github.com/NVIDIA/NeMo/issues/7805 | 1,962,049,223 | I_kwDOC_bI7s508n7H | 7,805 | ConfidenceMethodConfig DEPRECATED compatibility problem between r1.21.0 and r1.20.0 | {
"login": "FredSRichardson",
"id": 2016161,
"node_id": "MDQ6VXNlcjIwMTYxNjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/2016161?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/FredSRichardson",
"html_url": "https://github.com/FredSRichardson",
"followers_url": "https://api.github.com/users/FredSRichardson/followers",
"following_url": "https://api.github.com/users/FredSRichardson/following{/other_user}",
"gists_url": "https://api.github.com/users/FredSRichardson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/FredSRichardson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/FredSRichardson/subscriptions",
"organizations_url": "https://api.github.com/users/FredSRichardson/orgs",
"repos_url": "https://api.github.com/users/FredSRichardson/repos",
"events_url": "https://api.github.com/users/FredSRichardson/events{/privacy}",
"received_events_url": "https://api.github.com/users/FredSRichardson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-25T19:05:27 | 2023-12-02T01:44:49 | 2023-12-02T01:44:48 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Loading models trained with Nemo version `r1.21.0` using Nemo `r1.20.0` codebase fails with the following error:
```
[NeMo E 2023-10-23 16:21:42 common:506] Model instantiation failed!
Target class: nemo.collections.asr.models.hybrid_rnnt_ctc_bpe_models.EncDecHybridRNNTCTCBPEModel
Error(s): 'str' object has no attribute 'temperature'
```
This is due to changes in `nemo/collections/asr/parts/utils/asr_confidence_utils.py` - the newer [version ](https://github.com/NVIDIA/NeMo/blob/c0022aec9c8fedd59458935f0378a775b28d0444/nemo/collections/asr/parts/utils/asr_confidence_utils.py#L93-L120) supports the `str` value `DEPRECATED`:
**Steps/Code to reproduce bug**
The bug occurs when using Nemo `r1.21.0` and finetuning the model [here](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_multilingual_fastconformer_hybrid_large_pc) using the script `examples/asr/speech_to_text_finetune.py` and the config file `examples/asr/conf/speech_to_text_finetune.yaml` with minor modifications.
**Expected behavior**
The `r1.20.0` codebase should be able to load models trained with `r1.21.0` unless the models differ in ways that simply can't be supported by the old code base. In the later situation, a meaningful error message should indicate that code base is too old for the model.
**Environment overview (please complete the following information)**
- Environment location: Bare Metal
- Method of NeMo install: `python -m pip install 'git+https://github.com/NVIDIA/[email protected]#egg=nemo_toolkit[all]'`
**Environment details**
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
- OS version: Ubuntu 20.04
- PyTorch version: pytorch-lightning 2.0.7
- Python version: Conda Python 3.10.13
**Additional context**
Add any other context about the problem here.
Example: GPU model: NVIDIA A100
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7805/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7805/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7804 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7804/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7804/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7804/events | https://github.com/NVIDIA/NeMo/pull/7804 | 1,961,894,988 | PR_kwDOC_bI7s5dx55m | 7,804 | Update Apex install command in Dockerfile | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-25T17:24:27 | 2023-10-27T01:12:51 | 2023-10-27T01:12:50 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7804",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7804",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7804.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7804.patch",
"merged_at": "2023-10-27T01:12:50"
} | # What does this PR do ?
Updates Dockerfile to install Apex correctly.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7804/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7804/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7803 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7803/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7803/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7803/events | https://github.com/NVIDIA/NeMo/issues/7803 | 1,961,369,717 | I_kwDOC_bI7s506CB1 | 7,803 | Error when running CTC Segmentation tutorial | {
"login": "vbaghdasaryan",
"id": 143392899,
"node_id": "U_kgDOCIwAgw",
"avatar_url": "https://avatars.githubusercontent.com/u/143392899?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vbaghdasaryan",
"html_url": "https://github.com/vbaghdasaryan",
"followers_url": "https://api.github.com/users/vbaghdasaryan/followers",
"following_url": "https://api.github.com/users/vbaghdasaryan/following{/other_user}",
"gists_url": "https://api.github.com/users/vbaghdasaryan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vbaghdasaryan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vbaghdasaryan/subscriptions",
"organizations_url": "https://api.github.com/users/vbaghdasaryan/orgs",
"repos_url": "https://api.github.com/users/vbaghdasaryan/repos",
"events_url": "https://api.github.com/users/vbaghdasaryan/events{/privacy}",
"received_events_url": "https://api.github.com/users/vbaghdasaryan/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": 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",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-25T12:59:48 | 2023-10-26T16:17:50 | 2023-10-26T16:17:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | https://github.com/NVIDIA/NeMo/blob/main/tutorials/tools/CTC_Segmentation_Tutorial.ipynb
When running this colab we get error on the first few cells and fail to install requirements. We get the following error.
```site-packages (from requests->transformers->nemo_text_processing==0.1.6rc0->-r https://raw.githubusercontent.com/NVIDIA/NeMo/main/tools/ctc_segmentation/requirements.txt (line 3)) (2023.7.22)
Using cached num2words-0.5.13-py3-none-any.whl (143 kB)
Installing collected packages: setuptools, num2words, ctc_segmentation, nemo_text_processing
Attempting uninstall: setuptools
Found existing installation: setuptools 68.2.2
Uninstalling setuptools-68.2.2:
Successfully uninstalled setuptools-68.2.2
Attempting uninstall: nemo_text_processing
Found existing installation: nemo-text-processing 0.2.2rc0
Uninstalling nemo-text-processing-0.2.2rc0:
Successfully uninstalled nemo-text-processing-0.2.2rc0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
nemo-toolkit 1.21.0rc0 requires setuptools>=65.5.1, but you have setuptools 59.5.0 which is incompatible.
Successfully installed ctc_segmentation-1.7.1 nemo_text_processing-0.1.6rc0 num2words-0.5.13 setuptools-59.5.0 | {
"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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7803/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7803/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7801 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7801/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7801/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7801/events | https://github.com/NVIDIA/NeMo/issues/7801 | 1,961,170,336 | I_kwDOC_bI7s505RWg | 7,801 | [GERMAN] Joint Intent and Slot Classification | {
"login": "kerem0comert",
"id": 42437138,
"node_id": "MDQ6VXNlcjQyNDM3MTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/42437138?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kerem0comert",
"html_url": "https://github.com/kerem0comert",
"followers_url": "https://api.github.com/users/kerem0comert/followers",
"following_url": "https://api.github.com/users/kerem0comert/following{/other_user}",
"gists_url": "https://api.github.com/users/kerem0comert/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kerem0comert/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kerem0comert/subscriptions",
"organizations_url": "https://api.github.com/users/kerem0comert/orgs",
"repos_url": "https://api.github.com/users/kerem0comert/repos",
"events_url": "https://api.github.com/users/kerem0comert/events{/privacy}",
"received_events_url": "https://api.github.com/users/kerem0comert/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-25T11:30:58 | 2023-11-02T14:27:50 | 2023-11-02T14:27:49 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I have tried out the [Joint Intent and Slot Classification Notebook](https://github.com/NVIDIA/NeMo/blob/stable/tutorials/nlp/Joint_Intent_and_Slot_Classification.ipynb) in Google Collab and it works great.
In the notebook it is mentioned that "[their] Joint Intent and Slot classification model is comprised of the pretrained [BERT](https://arxiv.org/pdf/1810.04805.pdf) model with an Intent and Slot Classification layer on top of it."
I assume this model is inherited from [BERTModule](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/modules/common/bert_module.py).
Is there a way to use a German-based BERT and put the "Intent and Slot Classification layer on top of it."? For instance to plug-in some German [SentenceTransformer](https://huggingface.co/sentence-transformers) model?
Any help in the right direction is much appreciated, thanks! | {
"login": "kerem0comert",
"id": 42437138,
"node_id": "MDQ6VXNlcjQyNDM3MTM4",
"avatar_url": "https://avatars.githubusercontent.com/u/42437138?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/kerem0comert",
"html_url": "https://github.com/kerem0comert",
"followers_url": "https://api.github.com/users/kerem0comert/followers",
"following_url": "https://api.github.com/users/kerem0comert/following{/other_user}",
"gists_url": "https://api.github.com/users/kerem0comert/gists{/gist_id}",
"starred_url": "https://api.github.com/users/kerem0comert/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/kerem0comert/subscriptions",
"organizations_url": "https://api.github.com/users/kerem0comert/orgs",
"repos_url": "https://api.github.com/users/kerem0comert/repos",
"events_url": "https://api.github.com/users/kerem0comert/events{/privacy}",
"received_events_url": "https://api.github.com/users/kerem0comert/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7801/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7801/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7800 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7800/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7800/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7800/events | https://github.com/NVIDIA/NeMo/issues/7800 | 1,961,116,495 | I_kwDOC_bI7s505ENP | 7,800 | Mixture of Expert with Expert Parallel -- initialization in nemo doesn't have expert_model_parallel flag | {
"login": "nanastassacos",
"id": 32364276,
"node_id": "MDQ6VXNlcjMyMzY0Mjc2",
"avatar_url": "https://avatars.githubusercontent.com/u/32364276?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nanastassacos",
"html_url": "https://github.com/nanastassacos",
"followers_url": "https://api.github.com/users/nanastassacos/followers",
"following_url": "https://api.github.com/users/nanastassacos/following{/other_user}",
"gists_url": "https://api.github.com/users/nanastassacos/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nanastassacos/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nanastassacos/subscriptions",
"organizations_url": "https://api.github.com/users/nanastassacos/orgs",
"repos_url": "https://api.github.com/users/nanastassacos/repos",
"events_url": "https://api.github.com/users/nanastassacos/events{/privacy}",
"received_events_url": "https://api.github.com/users/nanastassacos/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-25T10:59:01 | 2023-12-02T01:44:50 | 2023-12-02T01:44:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The model parallel initialisation in NeMo doesn't account for `expert_model_parallel_size` in `megatron_base_model.py` which is currently supported in the latest version of Megatron-LM.
```
initialize_model_parallel_for_nemo(
world_size=init_world_size,
global_rank=init_global_rank,
local_rank=init_local_rank,
tensor_model_parallel_size=cfg.get('tensor_model_parallel_size', 1),
pipeline_model_parallel_size=cfg.get('pipeline_model_parallel_size', 1),
virtual_pipeline_model_parallel_size=vp_size,
pipeline_model_parallel_split_rank=cfg.get('pipeline_model_parallel_split_rank', 0),
micro_batch_size=cfg.get('micro_batch_size'),
global_batch_size=cfg.get('global_batch_size'),
rampup_batch_size=cfg.get('rampup_batch_size', None),
use_fp8=cfg.get('fp8', False),
init_mpi_proc_group=cfg.get('ub_tp_comm_overlap', False),
seed=self.cfg.get('seed', 1234),
apex_transformer_log_level=self.cfg.get('apex_transformer_log_level', 30),
)
```
This should have the option to set expert_parallel_size here but it's currently not supported. Any ETA when changes to NeMo will add this?
Training will fail with the following error:
[1,1] File "~/Megatron-LM/megatron/core/parallel_state.py", line 550, in get_tensor_and_expert_parallel_group
[1,1]<stdout>: assert (
[1,1]<stdout>:AssertionError: tensor and expert parallel group is not initialized
which makes sense since the option for expert parallel is not supported in the initialize_model_parallel_for_nemo() function.
Setup for testing uses latest updates in both Megatron-LM and NeMo-Megatron
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7800/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7800/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7799 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7799/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7799/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7799/events | https://github.com/NVIDIA/NeMo/issues/7799 | 1,960,588,172 | I_kwDOC_bI7s503DOM | 7,799 | ASR in real time? | {
"login": "TonSotin",
"id": 132354615,
"node_id": "U_kgDOB-OSNw",
"avatar_url": "https://avatars.githubusercontent.com/u/132354615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TonSotin",
"html_url": "https://github.com/TonSotin",
"followers_url": "https://api.github.com/users/TonSotin/followers",
"following_url": "https://api.github.com/users/TonSotin/following{/other_user}",
"gists_url": "https://api.github.com/users/TonSotin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TonSotin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TonSotin/subscriptions",
"organizations_url": "https://api.github.com/users/TonSotin/orgs",
"repos_url": "https://api.github.com/users/TonSotin/repos",
"events_url": "https://api.github.com/users/TonSotin/events{/privacy}",
"received_events_url": "https://api.github.com/users/TonSotin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-25T05:47:32 | 2023-10-30T05:41:11 | 2023-10-30T05:41:11 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Is it possible to use one of [ASR NeMo models](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/models.html) in real time speech recognition? | {
"login": "TonSotin",
"id": 132354615,
"node_id": "U_kgDOB-OSNw",
"avatar_url": "https://avatars.githubusercontent.com/u/132354615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/TonSotin",
"html_url": "https://github.com/TonSotin",
"followers_url": "https://api.github.com/users/TonSotin/followers",
"following_url": "https://api.github.com/users/TonSotin/following{/other_user}",
"gists_url": "https://api.github.com/users/TonSotin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/TonSotin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/TonSotin/subscriptions",
"organizations_url": "https://api.github.com/users/TonSotin/orgs",
"repos_url": "https://api.github.com/users/TonSotin/repos",
"events_url": "https://api.github.com/users/TonSotin/events{/privacy}",
"received_events_url": "https://api.github.com/users/TonSotin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7799/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7799/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7798 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7798/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7798/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7798/events | https://github.com/NVIDIA/NeMo/pull/7798 | 1,960,291,439 | PR_kwDOC_bI7s5dse8u | 7,798 | flash-decoding and rope changes for swa branch | {
"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/sam1373/followers",
"following_url": "https://api.github.com/users/sam1373/following{/other_user}",
"gists_url": "https://api.github.com/users/sam1373/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sam1373/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sam1373/subscriptions",
"organizations_url": "https://api.github.com/users/sam1373/orgs",
"repos_url": "https://api.github.com/users/sam1373/repos",
"events_url": "https://api.github.com/users/sam1373/events{/privacy}",
"received_events_url": "https://api.github.com/users/sam1373/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-25T00:23:31 | 2023-10-25T00:48:47 | 2023-10-25T00:48:47 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7798",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7798",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7798.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7798.patch",
"merged_at": "2023-10-25T00:48:47"
} | -flash-decoding used for decoding if available
-change rope to use rotary_base_len as interpolation base instead of current max len
-optionally only interpolate decoding | {
"login": "bmwshop",
"id": 482416,
"node_id": "MDQ6VXNlcjQ4MjQxNg==",
"avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/bmwshop",
"html_url": "https://github.com/bmwshop",
"followers_url": "https://api.github.com/users/bmwshop/followers",
"following_url": "https://api.github.com/users/bmwshop/following{/other_user}",
"gists_url": "https://api.github.com/users/bmwshop/gists{/gist_id}",
"starred_url": "https://api.github.com/users/bmwshop/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/bmwshop/subscriptions",
"organizations_url": "https://api.github.com/users/bmwshop/orgs",
"repos_url": "https://api.github.com/users/bmwshop/repos",
"events_url": "https://api.github.com/users/bmwshop/events{/privacy}",
"received_events_url": "https://api.github.com/users/bmwshop/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7798/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7798/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7796 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7796/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7796/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7796/events | https://github.com/NVIDIA/NeMo/pull/7796 | 1,959,767,723 | PR_kwDOC_bI7s5dqvcS | 7,796 | Add training support for multiple audios in a sample | {
"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/users/stevehuang52/followers",
"following_url": "https://api.github.com/users/stevehuang52/following{/other_user}",
"gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}",
"starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions",
"organizations_url": "https://api.github.com/users/stevehuang52/orgs",
"repos_url": "https://api.github.com/users/stevehuang52/repos",
"events_url": "https://api.github.com/users/stevehuang52/events{/privacy}",
"received_events_url": "https://api.github.com/users/stevehuang52/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-24T17:46:48 | 2023-10-24T20:36:21 | 2023-10-24T20:36:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7796",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7796",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7796.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7796.patch",
"merged_at": "2023-10-24T20:36:17"
} | # What does this PR do ?
- Fix code for allowing multiple audios in a sample
- Add training support for multiple audios in a sample
- Fix num_workers=0 issue, but doesn't affect training speed
| {
"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/users/stevehuang52/followers",
"following_url": "https://api.github.com/users/stevehuang52/following{/other_user}",
"gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}",
"starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions",
"organizations_url": "https://api.github.com/users/stevehuang52/orgs",
"repos_url": "https://api.github.com/users/stevehuang52/repos",
"events_url": "https://api.github.com/users/stevehuang52/events{/privacy}",
"received_events_url": "https://api.github.com/users/stevehuang52/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7796/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7796/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7794 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7794/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7794/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7794/events | https://github.com/NVIDIA/NeMo/pull/7794 | 1,959,566,093 | PR_kwDOC_bI7s5dqEIS | 7,794 | Update Apex install command in Dockerfile | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-24T15:48:54 | 2023-10-25T17:23:58 | 2023-10-25T17:23:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7794",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7794",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7794.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7794.patch",
"merged_at": "2023-10-25T17:23:57"
} | # What does this PR do ?
Updates Dockerfile to install Apex correctly.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7794/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7794/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7793 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7793/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7793/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7793/events | https://github.com/NVIDIA/NeMo/pull/7793 | 1,958,424,751 | PR_kwDOC_bI7s5dmNGs | 7,793 | (1) Add SHARP interface to M-CORE, (2) use send/recv to send train loss to the first rank instead of b-cast | {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo82/followers",
"following_url": "https://api.github.com/users/erhoo82/following{/other_user}",
"gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}",
"starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions",
"organizations_url": "https://api.github.com/users/erhoo82/orgs",
"repos_url": "https://api.github.com/users/erhoo82/repos",
"events_url": "https://api.github.com/users/erhoo82/events{/privacy}",
"received_events_url": "https://api.github.com/users/erhoo82/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-24T03:30:18 | 2024-01-02T15:02:05 | 2024-01-02T15:02:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7793",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7793",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7793.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7793.patch",
"merged_at": "2024-01-02T15:02:04"
} | # What does this PR do ?
(1) Add SHARP interface to M-CORE in the communicator initialization.
(2) use send/recv to send train loss to the first rank instead of b-cast. This mitigates the communication overhead.
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo82/followers",
"following_url": "https://api.github.com/users/erhoo82/following{/other_user}",
"gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}",
"starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions",
"organizations_url": "https://api.github.com/users/erhoo82/orgs",
"repos_url": "https://api.github.com/users/erhoo82/repos",
"events_url": "https://api.github.com/users/erhoo82/events{/privacy}",
"received_events_url": "https://api.github.com/users/erhoo82/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7793/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7793/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7792 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7792/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7792/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7792/events | https://github.com/NVIDIA/NeMo/pull/7792 | 1,958,236,520 | PR_kwDOC_bI7s5dll6P | 7,792 | Add option to tune distopt bucket sizes | {
"login": "timmoon10",
"id": 4406448,
"node_id": "MDQ6VXNlcjQ0MDY0NDg=",
"avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/timmoon10",
"html_url": "https://github.com/timmoon10",
"followers_url": "https://api.github.com/users/timmoon10/followers",
"following_url": "https://api.github.com/users/timmoon10/following{/other_user}",
"gists_url": "https://api.github.com/users/timmoon10/gists{/gist_id}",
"starred_url": "https://api.github.com/users/timmoon10/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/timmoon10/subscriptions",
"organizations_url": "https://api.github.com/users/timmoon10/orgs",
"repos_url": "https://api.github.com/users/timmoon10/repos",
"events_url": "https://api.github.com/users/timmoon10/events{/privacy}",
"received_events_url": "https://api.github.com/users/timmoon10/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1923495043,
"node_id": "MDU6TGFiZWwxOTIzNDk1MDQz",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core",
"name": "core",
"color": "f25e3a",
"default": false,
"description": "Changes to NeMo Core"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-24T00:09:11 | 2024-01-25T13:42:54 | 2023-12-15T01:46:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7792",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7792",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7792.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7792.patch",
"merged_at": null
} | # What does this PR do ?
The distributed Adam optimizer's performance and memory usage is sensitive to the bucket size:
1. Larger bucket sizes improve performance (less kernel overhead and NCCL latency overhead)
2. There is wasted memory and communication if the bucket sizes don't match the param sizes
3. The bucket size should be smaller than existing buffers in the caching memory allocator, e.g. from temporary activation tensors. Otherwise the allocator will need to allocate new buffers for temporary distopt buffers (e.g. for all-gathers).
This PR attempts to mitigate (2) by adding an option that looks for the bucket size in `[bucket_cap_mb/2, bucket_cap_mp]` that minimizes waste. Note that this `bucket_cap_mb` should still be chosen based on (3) and that the optimal choice will depend on the model.
Based on https://github.com/NVIDIA/NeMo/pull/7399. Pinging @shjwudp.
**Collection**: NLP
# Changelog
- Add option to tune distopt bucket sizes
# Usage
Configure the model with `model.optim.name=distributed_fused_adam`, `model.optim.tune_bucket_cap_mb=True`, `model.optim.bucket_cap_mb=<max buffer size in allocator>`:
https://github.com/NVIDIA/NeMo/blob/fb6fb2fc494afc6cbb13ab77e3829b69b6db6bb2/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml#L228
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Closes https://github.com/NVIDIA/NeMo/pull/7399 | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7792/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7792/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7791 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7791/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7791/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7791/events | https://github.com/NVIDIA/NeMo/pull/7791 | 1,958,219,078 | PR_kwDOC_bI7s5dliJt | 7,791 | Add All Multimodal Source Code | {
"login": "yaoyu-33",
"id": 54727607,
"node_id": "MDQ6VXNlcjU0NzI3NjA3",
"avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yaoyu-33",
"html_url": "https://github.com/yaoyu-33",
"followers_url": "https://api.github.com/users/yaoyu-33/followers",
"following_url": "https://api.github.com/users/yaoyu-33/following{/other_user}",
"gists_url": "https://api.github.com/users/yaoyu-33/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yaoyu-33/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yaoyu-33/subscriptions",
"organizations_url": "https://api.github.com/users/yaoyu-33/orgs",
"repos_url": "https://api.github.com/users/yaoyu-33/repos",
"events_url": "https://api.github.com/users/yaoyu-33/events{/privacy}",
"received_events_url": "https://api.github.com/users/yaoyu-33/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-23T23:49:14 | 2023-12-13T02:12:58 | 2023-12-13T02:12:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7791",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7791",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7791.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7791.patch",
"merged_at": "2023-12-13T02:12:56"
} | This reverts commit d6900f9bc1922d086e2e388dcec6e3bd2b0f59dc.
# What does this PR do ?
Add All Multimodal Source Code
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7791/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7791/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7790 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7790/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7790/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7790/events | https://github.com/NVIDIA/NeMo/pull/7790 | 1,958,199,430 | PR_kwDOC_bI7s5dld35 | 7,790 | Add some docs and update scripts for ASR | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-23T23:30:11 | 2023-10-24T03:46:36 | 2023-10-24T03:46:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7790",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7790",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7790.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7790.patch",
"merged_at": "2023-10-24T03:46:36"
} | # What does this PR do ?
Adds docs for subsampling args in ASR Fast Conformer and updates tokenization script
**Collection**: [ASR]
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [x] Documentation
| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7790/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7790/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7789 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7789/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7789/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7789/events | https://github.com/NVIDIA/NeMo/issues/7789 | 1,958,169,561 | I_kwDOC_bI7s50t0vZ | 7,789 | WER of Citrinet 256 is not improving. | {
"login": "Varuzhan97",
"id": 35900214,
"node_id": "MDQ6VXNlcjM1OTAwMjE0",
"avatar_url": "https://avatars.githubusercontent.com/u/35900214?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Varuzhan97",
"html_url": "https://github.com/Varuzhan97",
"followers_url": "https://api.github.com/users/Varuzhan97/followers",
"following_url": "https://api.github.com/users/Varuzhan97/following{/other_user}",
"gists_url": "https://api.github.com/users/Varuzhan97/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Varuzhan97/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Varuzhan97/subscriptions",
"organizations_url": "https://api.github.com/users/Varuzhan97/orgs",
"repos_url": "https://api.github.com/users/Varuzhan97/repos",
"events_url": "https://api.github.com/users/Varuzhan97/events{/privacy}",
"received_events_url": "https://api.github.com/users/Varuzhan97/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-23T23:02:27 | 2023-12-02T01:44:53 | 2023-12-02T01:44:52 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi. I have 34 hours of ASR dataset (split in an 80-20 ratio for training and validation) in the Armenian language and want to train the ASR model using Citrinet 256 (transfer-learning from stt_en_citrinet_256). After some epochs, WER is going up. How to improve this or must I use Citrinet 512? Below are hyperparameters of training:
`tokenizer type is unigram,`
`vocab size is 1024,`
`freeze_encoder: False,`
`batch_size: 4,`
`use_start_end_token: True,`
`trim_silence: False,`
`learning rate: 0.001,`
`betas: [0.95, 0.5],`
`weight_decay: 0.001,`
`warmup_steps: None,`
`warmup_ratio: 0.1,`
`minimum learning rate: 1e-5,`
`spec_augment.freq_masks: 2,`
`spec_augment.freq_width: 27,`
`spec_augment.time_masks: 10,`
`spec_augment.time_width: 0.05,`
`epochs: 200,`
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7789/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7789/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7788 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7788/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7788/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7788/events | https://github.com/NVIDIA/NeMo/pull/7788 | 1,958,057,755 | PR_kwDOC_bI7s5dk_Fz | 7,788 | Add selection criteria for reference audios in the `GlobalStyleToken` submodule | {
"login": "anferico",
"id": 30210403,
"node_id": "MDQ6VXNlcjMwMjEwNDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/30210403?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anferico",
"html_url": "https://github.com/anferico",
"followers_url": "https://api.github.com/users/anferico/followers",
"following_url": "https://api.github.com/users/anferico/following{/other_user}",
"gists_url": "https://api.github.com/users/anferico/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anferico/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anferico/subscriptions",
"organizations_url": "https://api.github.com/users/anferico/orgs",
"repos_url": "https://api.github.com/users/anferico/repos",
"events_url": "https://api.github.com/users/anferico/events{/privacy}",
"received_events_url": "https://api.github.com/users/anferico/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "subhankar-ghosh",
"id": 23703547,
"node_id": "MDQ6VXNlcjIzNzAzNTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/subhankar-ghosh",
"html_url": "https://github.com/subhankar-ghosh",
"followers_url": "https://api.github.com/users/subhankar-ghosh/followers",
"following_url": "https://api.github.com/users/subhankar-ghosh/following{/other_user}",
"gists_url": "https://api.github.com/users/subhankar-ghosh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/subhankar-ghosh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/subhankar-ghosh/subscriptions",
"organizations_url": "https://api.github.com/users/subhankar-ghosh/orgs",
"repos_url": "https://api.github.com/users/subhankar-ghosh/repos",
"events_url": "https://api.github.com/users/subhankar-ghosh/events{/privacy}",
"received_events_url": "https://api.github.com/users/subhankar-ghosh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "subhankar-ghosh",
"id": 23703547,
"node_id": "MDQ6VXNlcjIzNzAzNTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/subhankar-ghosh",
"html_url": "https://github.com/subhankar-ghosh",
"followers_url": "https://api.github.com/users/subhankar-ghosh/followers",
"following_url": "https://api.github.com/users/subhankar-ghosh/following{/other_user}",
"gists_url": "https://api.github.com/users/subhankar-ghosh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/subhankar-ghosh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/subhankar-ghosh/subscriptions",
"organizations_url": "https://api.github.com/users/subhankar-ghosh/orgs",
"repos_url": "https://api.github.com/users/subhankar-ghosh/repos",
"events_url": "https://api.github.com/users/subhankar-ghosh/events{/privacy}",
"received_events_url": "https://api.github.com/users/subhankar-ghosh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
{
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-23T21:31:32 | 2023-10-24T21:14:27 | 2023-10-24T21:14:27 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7788",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7788",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7788.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7788.patch",
"merged_at": "2023-10-24T21:14:27"
} | # What does this PR do ?
- Allow specifying the criterion with which the _reference audio_ is selected for a given training/validation example
**Collection**: TTS
# Changelog
- The current NeMo implementation selects the reference audio for a given training example as a random example from the same speaker. As discussed in #7777, this allows the GST module to extract speaker information, and _not_ speaking style information, from the reference spectrogram, thereby making it easier to fine-tune on new speakers with very little data
- On the other hand, the [GSTs paper](https://arxiv.org/abs/1803.09017) states that:
> During training, the reference signal is ground-truth audio.
- As discussed in #7777, it is desirable to support both use cases as opposed to just one of the two
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
## Who can review?
@subhankar-ghosh, @hsiehjackson
# Additional Information
* Related to #7777
| {
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7788/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7788/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7786 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7786/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7786/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7786/events | https://github.com/NVIDIA/NeMo/pull/7786 | 1,957,912,656 | PR_kwDOC_bI7s5dkfkE | 7,786 | Update `ema.py` for full Lightning 2.0 and 2.1 support | {
"login": "amorehead",
"id": 7051982,
"node_id": "MDQ6VXNlcjcwNTE5ODI=",
"avatar_url": "https://avatars.githubusercontent.com/u/7051982?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/amorehead",
"html_url": "https://github.com/amorehead",
"followers_url": "https://api.github.com/users/amorehead/followers",
"following_url": "https://api.github.com/users/amorehead/following{/other_user}",
"gists_url": "https://api.github.com/users/amorehead/gists{/gist_id}",
"starred_url": "https://api.github.com/users/amorehead/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/amorehead/subscriptions",
"organizations_url": "https://api.github.com/users/amorehead/orgs",
"repos_url": "https://api.github.com/users/amorehead/repos",
"events_url": "https://api.github.com/users/amorehead/events{/privacy}",
"received_events_url": "https://api.github.com/users/amorehead/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-23T19:50:07 | 2023-12-02T01:44:55 | 2023-12-02T01:44:54 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7786",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7786",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7786.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7786.patch",
"merged_at": null
} | # What does this PR do ?
Updates `ema.py` for full Lightning 2.0 and 2.1 support, and also adds full docstrings for the EMA `Callback` and its components.
# Changelog
- Update imports for the `EMA` `Callback`
- Add docstrings to the `EMA` `Callback`
# Usage
* Being able to use the `EMA` `Callback` in Lightning 2.0 as well as Lightning 2.1 models.
# 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?
- [x] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [x] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7786/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7786/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7785 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7785/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7785/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7785/events | https://github.com/NVIDIA/NeMo/pull/7785 | 1,957,903,957 | PR_kwDOC_bI7s5dkdqs | 7,785 | ConditionalInput: cat along the feature dim, not the batch dim | {
"login": "anferico",
"id": 30210403,
"node_id": "MDQ6VXNlcjMwMjEwNDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/30210403?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anferico",
"html_url": "https://github.com/anferico",
"followers_url": "https://api.github.com/users/anferico/followers",
"following_url": "https://api.github.com/users/anferico/following{/other_user}",
"gists_url": "https://api.github.com/users/anferico/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anferico/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anferico/subscriptions",
"organizations_url": "https://api.github.com/users/anferico/orgs",
"repos_url": "https://api.github.com/users/anferico/repos",
"events_url": "https://api.github.com/users/anferico/events{/privacy}",
"received_events_url": "https://api.github.com/users/anferico/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-23T19:44:01 | 2023-10-24T00:07:32 | 2023-10-24T00:07:32 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7785",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7785",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7785.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7785.patch",
"merged_at": "2023-10-24T00:07:32"
} | # What does this PR do ?
Fix bug in `nemo.collections.tts.modules.submodules.ConditionalInput.forward()`: concatenate `inputs` and `conditioning` along the _feature_ dimension, not the _batch_ dimension.
**Collection**: TTS
# Changelog
- When using `ConditionalInput` in `"concat"` mode, concatenate `inputs` and `conditioning` along the _feature_ dimension, not the _batch_ dimension as before
- Despite the misleading docstring in `ConditionalInput.forward()` (corrected in this PR), `inputs` and `conditioning` have shapes `B x T x H` and `B x T x C`, respectively (to be even more precise, `conditioning` has shape `B x 1 x C` _before_ the call to `conditioning.repeat()` and `B x T x C` _after_). Consequently, concatenating the two along the batch dimension has 2 problems:
- If `H != C`, the concatenation will fail
- If `H == C`, the concatenation results in a `2B x T x C` tensor
- This causes an error downstream when calling `self.concat_proj()`, which is defined as:
`self.concat_proj = torch.nn.Linear(hidden_dim + condition_dim, hidden_dim)`
- `self.concat_proj` is meant to map `B x T x (H+C)` tensors to `B x T x H` tensors, so passing a `2B x T x (H=C)` tensor to it results in the following error:
`RuntimeError: mat1 and mat2 shapes cannot be multiplied ((2B*T)x(H=C) and (H+C)xH)` (the actual error message contains constant values, but here I have extracted variables to make my point clearer)
- **Solution**: concatenate along the feature dimension to obtain a `B x T x (H+C)` tensor
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
## Who can review?
@subhankar-ghosh, @hsiehjackson
# Additional Information
* Related to #7777
| {
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7785/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7785/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7784 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7784/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7784/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7784/events | https://github.com/NVIDIA/NeMo/pull/7784 | 1,957,688,969 | PR_kwDOC_bI7s5djuVz | 7,784 | set context for text memmap to fork | {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-23T17:43:56 | 2023-10-24T03:57:29 | 2023-10-24T03:57:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7784",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7784",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7784.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7784.patch",
"merged_at": "2023-10-24T03:57:29"
} | # What does this PR do ?
the context for memmap dataset is very slow with "spawn" so we set the context to "fork" just for memmap dataset loading.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7784/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7784/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7783 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7783/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7783/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7783/events | https://github.com/NVIDIA/NeMo/issues/7783 | 1,957,420,276 | I_kwDOC_bI7s50q9z0 | 7,783 | RuntimeError: Error(s) in loading state_dict for EncDecRNNTBPEModel: size mismatch for decoder.prediction.embed.weight: copying a param with shape torch.Size([1025, 640]) from checkpoint, the shape in current model is torch.Size([928, 640]). | {
"login": "abarcovschi",
"id": 26311007,
"node_id": "MDQ6VXNlcjI2MzExMDA3",
"avatar_url": "https://avatars.githubusercontent.com/u/26311007?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abarcovschi",
"html_url": "https://github.com/abarcovschi",
"followers_url": "https://api.github.com/users/abarcovschi/followers",
"following_url": "https://api.github.com/users/abarcovschi/following{/other_user}",
"gists_url": "https://api.github.com/users/abarcovschi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abarcovschi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abarcovschi/subscriptions",
"organizations_url": "https://api.github.com/users/abarcovschi/orgs",
"repos_url": "https://api.github.com/users/abarcovschi/repos",
"events_url": "https://api.github.com/users/abarcovschi/events{/privacy}",
"received_events_url": "https://api.github.com/users/abarcovschi/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": 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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-23T15:17:06 | 2023-10-28T13:12:29 | 2023-10-28T13:12:28 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
There is a size mismatch between EncDec and Joint and Decoder modules when trying to finetune a Large Conformer-Transducer model.
**Steps/Code to reproduce bug**
I installed NeMo inside a docker container using the following command:
```
docker pull nvcr.io/nvidia/nemo:23.06
docker run --gpus all -it --rm -v /home/:/workspace --shm-size=8g -p 8888:8888 -p 6006:6006 --ulimit memlock=-1 --ulimit stack=67108864 --device=/dev/snd nvcr.io/nvidia/nemo:23.06
```
Inside the docker container I downloaded the Conformer-Transducer Large model using the following command:
```wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/nemo/stt_en_conformer_transducer_large/versions/1.10.0/zip -O stt_en_conformer_transducer_large_1.10.0.zip
```
Then I tried to launch finetuning using the following command:
```
speech_to_text_rnnt_bpe.py --config-path=configs
--config-name=conformer_transducer_bpe_large
name=NEW-test
model.train_ds.batch_size=16
model.validation_ds.batch_size=16
model.test_ds.batch_size=16
trainer.devices=-1
trainer.accelerator=gpu
+init_from_nemo_model=non-finetuned/models/stt_en_conformer_transducer_large.nemo
~model.encoder.stochastic_depth_drop_prob
~model.encoder.stochastic_depth_mode
~model.encoder.stochastic_depth_start_layer
```
I get the following error:
```
Traceback (most recent call last):
File "/workspace/projects/nemo_asr/speech_to_text_rnnt_bpe_custom.py", line 114, in main
asr_model.maybe_init_from_pretrained_checkpoint(cfg)
File "/usr/local/lib/python3.10/dist-packages/lightning_utilities/core/rank_zero.py", line 32, in wrapped_fn
return fn(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/nemo/core/classes/modelPT.py", line 1219, in maybe_init_from_pretrained_checkpoint
self.load_state_dict(restored_model.state_dict(), strict=False)
File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 2040, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for EncDecRNNTBPEModel:
size mismatch for decoder.prediction.embed.weight: copying a param with shape torch.Size([1025, 640]) from checkpoint, the shape in current model is torch.Size([928, 640]).
size mismatch for joint.joint_net.2.weight: copying a param with shape torch.Size([1025, 640]) from checkpoint, the shape in current model is torch.Size([928, 640]).
size mismatch for joint.joint_net.2.bias: copying a param with shape torch.Size([1025]) from checkpoint, the shape in current model is torch.Size([928]).
```
My config file is as follows:
```
# It contains the default values for training a Conformer-Transducer ASR model, large size (~120M) with Transducer loss and sub-word encoding.
# Architecture and training config:
# Default learning parameters in this config are set for effective batch size of 2K. To train it with smaller effective
# batch sizes, you may need to re-tune the learning parameters or use higher accumulate_grad_batches.
# Here are the recommended configs for different variants of Conformer-Transducer, other parameters are the same as in this config file.
#
# +--------------+---------+---------+----------+------------------+--------------+--------------------------+-----------------+
# | Model | d_model | n_heads | n_layers | conv_kernel_size | weight_decay | pred_hidden/joint_hidden | pred_rnn_layers |
# +==============+=========+========+===========+==================+==============+==========================+=================+
# | Small (14M)| 176 | 4 | 16 | 31 | 0.0 | 320 | 1 |
# +--------------+---------+--------+-----------+------------------+--------------+--------------------------+-----------------+
# | Medium (32M)| 256 | 4 | 16 | 31 | 1e-3 | 640 | 1 |
# +--------------+---------+--------+-----------+------------------+--------------+--------------------------+-----------------+
# | Large (120M)| 512 | 8 | 17 | 31 | 1e-3 | 640 | 1 |
# +--------------+---------+--------+-----------+------------------+--------------+--------------------------+-----------------+
# | XLarge (644M)| 1024 | 8 | 24 | 5 | 1e-3 | 640 | 2 |
# +--------------+---------+--------+-----------+------------------+--------------+--------------------------+-----------------+
# Default learning parameters in this config are set for global batch size of 2K while you may use lower values.
# To increase the global batch size with limited number of GPUs, you may use higher accumulate_grad_batches.
# However accumulate_grad_batches is better to be avoided as long as the global batch size is large enough and training is stable.
# You may find more info about Conformer-Transducer here: https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/models.html#conformer-transducer
# Pre-trained models of Conformer-Transducer can be found here: https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/results.html
# The checkpoint of the large model trained on NeMo ASRSET with this recipe can be found here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:stt_en_conformer_transducer_large
# We suggest to use trainer.precision=bf16 for GPUs which support it otherwise trainer.precision=16 is recommended.
# Using bf16 or 16 would make it possible to double the batch size and speedup training/inference. If fp16 is not stable and model diverges after some epochs, you may use fp32.
# Here are the suggested batch size per GPU for each precision and memory sizes:
# +-----------+------------+------------+
# | Precision | GPU Memory | Batch Size |
# +===========+============+============+
# | 32 | 16GB | 8 |
# | | 32GB | 16 |
# | | 80GB | 32 |
# +-----------+------------+------------+
# | 16 or | 16GB | 16 |
# | bf16 | 32GB | 32 |
# | | 80GB | 64 |
# +-----------+------------+------------+
# Note: They are based on the assumption of max_duration of 20. If you have longer or shorter max_duration, then batch sizes may need to get updated accordingly.
name: "Conformer-Transducer-BPE"
model:
sample_rate: 16000
compute_eval_loss: false # eval samples can be very long and exhaust memory. Disable computation of transducer loss during validation/testing with this flag.
log_prediction: true # enables logging sample predictions in the output during training
skip_nan_grad: false
model_defaults:
enc_hidden: ${model.encoder.d_model}
pred_hidden: 640
joint_hidden: 640
train_ds:
manifest_filepath: "/workspace/datasets/cmu_hf/train_manifest.json"
sample_rate: ${model.sample_rate}
batch_size: 16 # you may increase batch_size if your memory allows
shuffle: true
num_workers: 8
pin_memory: true
max_duration: 16.7 # it is set for LibriSpeech, you may need to update it for your dataset
min_duration: 0.1
# tarred datasets
is_tarred: false
tarred_audio_filepaths: null
shuffle_n: 2048
# bucketing params
bucketing_strategy: "synced_randomized"
bucketing_batch_size: null
validation_ds:
manifest_filepath: "/workspace/datasets/cmu_hf/test_manifest.json"
sample_rate: ${model.sample_rate}
batch_size: 16
shuffle: false
use_start_end_token: false
num_workers: 8
pin_memory: true
test_ds:
manifest_filepath: "/workspace/datasets/cmu_hf/test_manifest.json"
sample_rate: ${model.sample_rate}
batch_size: 16
shuffle: false
use_start_end_token: false
num_workers: 8
pin_memory: true
# You may find more detail on how to train a tokenizer at: /scripts/tokenizers/process_asr_text_tokenizer.py
# recommend to use SPE Unigram tokenizer with vocab size of 1K to 4k when using 4x sub-sampling
tokenizer:
dir: "/workspace/projects/nemo_asr/tokenizers/cmu_hf/tokenizer_spe_unigram_v1024" # path to directory which contains either tokenizer.model (bpe) or vocab.txt (for wpe)
type: bpe # Can be either bpe (SentencePiece tokenizer) or wpe (WordPiece tokenizer)
preprocessor:
_target_: nemo.collections.asr.modules.AudioToMelSpectrogramPreprocessor
sample_rate: ${model.sample_rate}
normalize: "per_feature"
window_size: 0.025
window_stride: 0.01
window: "hann"
features: 80
n_fft: 512
frame_splicing: 1
dither: 0.00001
pad_to: 0
spec_augment:
_target_: nemo.collections.asr.modules.SpectrogramAugmentation
freq_masks: 2 # set to zero to disable it
time_masks: 10 # set to zero to disable it
freq_width: 27
time_width: 0.05
encoder:
_target_: nemo.collections.asr.modules.ConformerEncoder
feat_in: ${model.preprocessor.features}
feat_out: -1 # you may set it if you need different output size other than the default d_model
n_layers: 17
d_model: 512
# Sub-sampling parameters
subsampling: striding # vggnet, striding, stacking or stacking_norm, dw_striding
subsampling_factor: 4 # must be power of 2 for striding and vggnet
subsampling_conv_channels: -1 # set to -1 to make it equal to the d_model
causal_downsampling: false
# Reduction parameters: Can be used to add another subsampling layer at a given position.
# Having a 2x reduction will speedup the training and inference speech while keeping similar WER.
# Adding it at the end will give the best WER while adding it at the beginning will give the best speedup.
reduction: null # pooling, striding, or null
reduction_position: null # Encoder block index or -1 for subsampling at the end of encoder
reduction_factor: 1
# Feed forward module's params
ff_expansion_factor: 4
# Multi-headed Attention Module's params
self_attention_model: rel_pos # rel_pos or abs_pos
n_heads: 8 # may need to be lower for smaller d_models
# [left, right] specifies the number of steps to be seen from left and right of each step in self-attention
att_context_size: [-1, -1] # -1 means unlimited context
att_context_style: regular # regular or chunked_limited
xscaling: true # scales up the input embeddings by sqrt(d_model)
untie_biases: true # unties the biases of the TransformerXL layers
pos_emb_max_len: 5000
# Convolution module's params
conv_kernel_size: 31
conv_norm_type: 'batch_norm' # batch_norm or layer_norm or groupnormN (N specifies the number of groups)
# conv_context_size can be"causal" or a list of two integers while conv_context_size[0]+conv_context_size[1]+1==conv_kernel_size
# null means [(kernel_size-1)//2, (kernel_size-1)//2], and 'causal' means [(kernel_size-1), 0]
conv_context_size: null
### regularization
dropout: 0.1 # The dropout used in most of the Conformer Modules
dropout_pre_encoder: 0.1 # The dropout used before the encoder
dropout_emb: 0.0 # The dropout used for embeddings
dropout_att: 0.1 # The dropout for multi-headed attention modules
# set to non-zero to enable stochastic depth
stochastic_depth_drop_prob: 0.0
stochastic_depth_mode: linear # linear or uniform
stochastic_depth_start_layer: 1
decoder:
_target_: nemo.collections.asr.modules.RNNTDecoder
normalization_mode: null # Currently only null is supported for export.
random_state_sampling: false # Random state sampling: https://arxiv.org/pdf/1910.11455.pdf
blank_as_pad: true # This flag must be set in order to support exporting of RNNT models + efficient inference.
prednet:
pred_hidden: ${model.model_defaults.pred_hidden}
pred_rnn_layers: 1
t_max: null
dropout: 0.2
joint:
_target_: nemo.collections.asr.modules.RNNTJoint
log_softmax: null # 'null' would set it automatically according to CPU/GPU device
preserve_memory: false # dramatically slows down training, but might preserve some memory
# Fuses the computation of prediction net + joint net + loss + WER calculation
# to be run on sub-batches of size `fused_batch_size`.
# When this flag is set to true, consider the `batch_size` of *_ds to be just `encoder` batch size.
# `fused_batch_size` is the actual batch size of the prediction net, joint net and transducer loss.
# Using small values here will preserve a lot of memory during training, but will make training slower as well.
# An optimal ratio of fused_batch_size : *_ds.batch_size is 1:1.
# However, to preserve memory, this ratio can be 1:8 or even 1:16.
# Extreme case of 1:B (i.e. fused_batch_size=1) should be avoided as training speed would be very slow.
fuse_loss_wer: true
fused_batch_size: 4
jointnet:
joint_hidden: ${model.model_defaults.joint_hidden}
activation: "relu"
dropout: 0.2
decoding:
strategy: "greedy_batch" # can be greedy, greedy_batch, beam, tsd, alsd.
# greedy strategy config
greedy:
max_symbols: 10
# beam strategy config
beam:
beam_size: 2
return_best_hypothesis: False
score_norm: true
tsd_max_sym_exp: 50 # for Time Synchronous Decoding
alsd_max_target_len: 2.0 # for Alignment-Length Synchronous Decoding
loss:
loss_name: "default"
warprnnt_numba_kwargs:
# FastEmit regularization: https://arxiv.org/abs/2010.11148
# You may enable FastEmit to reduce the latency of the model for streaming
fastemit_lambda: 0.0 # Recommended values to be in range [1e-4, 1e-2], 0.001 is a good start.
clamp: -1.0 # if > 0, applies gradient clamping in range [-clamp, clamp] for the joint tensor only.
# Adds Gaussian noise to the gradients of the decoder to avoid overfitting
variational_noise:
start_step: 0
std: 0.0
optim:
name: adamw
lr: 3.0
# optimizer arguments
betas: [0.9, 0.98]
weight_decay: 1e-3
# scheduler setup
sched:
name: NoamAnnealing
d_model: ${model.encoder.d_model}
# scheduler config override
warmup_steps: 40000
warmup_ratio: null
min_lr: 1e-6
trainer:
devices: -1 # number of GPUs, -1 would use all available GPUs
num_nodes: 1
max_epochs: 500
max_steps: -1 # computed at runtime if not set
val_check_interval: 1.0 # Set to 0.25 to check 4 times per epoch, or an int for number of iterations
accelerator: auto
strategy: ddp
accumulate_grad_batches: 1
gradient_clip_val: 0.0
precision: 32 # 16, 32, or bf16
log_every_n_steps: 10 # Interval of logging.
enable_progress_bar: True
num_sanity_val_steps: 0 # number of steps to perform validation steps for sanity check the validation process before starting the training, setting to 0 disables it
check_val_every_n_epoch: 1 # number of evaluations on validation every n epochs
sync_batchnorm: true
enable_checkpointing: False # Provided by exp_manager
logger: false # Provided by exp_manager
benchmark: false # needs to be false for models with variable-length speech input as it slows down training
exp_manager:
exp_dir: null
name: ${name}
create_tensorboard_logger: true
create_checkpoint_callback: true
checkpoint_callback_params:
# in case of multiple validation sets, first one is used
monitor: "val_wer" # the objective function that determines model performance
mode: "min"
save_top_k: 2 # number of best performing .ckpt files to save (last epoch is always saved as a .ckpt file separately)
save_best_model: true # saves best model as nemo file instead of the default last checkpoint
always_save_nemo: True # saves the checkpoints as nemo files instead of PTL checkpoints (last checkpoint is saved by default)
resume_if_exists: false
resume_ignore_no_checkpoint: false
create_wandb_logger: false
wandb_logger_kwargs:
name: null
project: null
```
**Additional context**
Add any other context about the problem here.
Example: A6000
I ran this exact command and successfully finetuned the model a few months ago last using the 23.03 image, but now I have no luck, coudl anyone please help me get this finetuning working? | {
"login": "abarcovschi",
"id": 26311007,
"node_id": "MDQ6VXNlcjI2MzExMDA3",
"avatar_url": "https://avatars.githubusercontent.com/u/26311007?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/abarcovschi",
"html_url": "https://github.com/abarcovschi",
"followers_url": "https://api.github.com/users/abarcovschi/followers",
"following_url": "https://api.github.com/users/abarcovschi/following{/other_user}",
"gists_url": "https://api.github.com/users/abarcovschi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/abarcovschi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/abarcovschi/subscriptions",
"organizations_url": "https://api.github.com/users/abarcovschi/orgs",
"repos_url": "https://api.github.com/users/abarcovschi/repos",
"events_url": "https://api.github.com/users/abarcovschi/events{/privacy}",
"received_events_url": "https://api.github.com/users/abarcovschi/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7783/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7783/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7782 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7782/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7782/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7782/events | https://github.com/NVIDIA/NeMo/issues/7782 | 1,957,359,159 | I_kwDOC_bI7s50qu43 | 7,782 | Convert llama2-70b-hf to nemo file results in number of weights not in checkpoint but in model | {
"login": "LouieBHLu",
"id": 51850969,
"node_id": "MDQ6VXNlcjUxODUwOTY5",
"avatar_url": "https://avatars.githubusercontent.com/u/51850969?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LouieBHLu",
"html_url": "https://github.com/LouieBHLu",
"followers_url": "https://api.github.com/users/LouieBHLu/followers",
"following_url": "https://api.github.com/users/LouieBHLu/following{/other_user}",
"gists_url": "https://api.github.com/users/LouieBHLu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LouieBHLu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LouieBHLu/subscriptions",
"organizations_url": "https://api.github.com/users/LouieBHLu/orgs",
"repos_url": "https://api.github.com/users/LouieBHLu/repos",
"events_url": "https://api.github.com/users/LouieBHLu/events{/privacy}",
"received_events_url": "https://api.github.com/users/LouieBHLu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-23T14:49:56 | 2023-11-30T01:45:55 | 2023-11-30T01:45:54 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am following this tutorial (https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/llama2peft.html) to convert llama2-70b-hf to a nemo file. I am encountering an issue that a number of weights are not in checkpoint but in model. I wonder if this has anything to do with the `megatron_llama_config.yaml` file, though I double checked every config allies with that of a 7b model.
Config:
```yaml
nemo_config: {'mcore_gpt': True, 'micro_batch_size': 4, 'global_batch_size': 8, 'tensor_model_parallel_size': 1, 'pipeline_model_parallel_size': 1, 'virtual_pipeline_model_parallel_size': None, 'encoder_seq_length': 4096, 'max_position_embeddings': 4096, 'num_layers': 32, 'hidden_size': 4096, 'ffn_hidden_size': 11008, 'num_attention_heads': 32, 'init_method_std': 0.02, 'use_scaled_init_method': True, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'ffn_dropout': 0.0, 'kv_channels': None, 'apply_query_key_layer_scaling': True, 'normalization': 'rmsnorm', 'layernorm_epsilon': 1e-05, 'do_layer_norm_weight_decay': False, 'make_vocab_size_divisible_by': 128, 'pre_process': True, 'post_process': True, 'persist_layer_norm': True, 'bias': False, 'activation': 'fast-swiglu', 'headscale': False, 'transformer_block_type': 'pre_ln', 'openai_gelu': False, 'normalize_attention_scores': True, 'position_embedding_type': 'rope', 'rotary_percentage': 1.0, 'attention_type': 'multihead', 'share_embeddings_and_output_weights': False, 'overlap_p2p_comm': False, 'batch_p2p_comm': True, 'num_query_groups': 32, 'tokenizer': {'library': 'sentencepiece', 'type': None, 'model': './llama2-7b-hf/tokenizer.model', 'vocab_file': None, 'merge_file': None, 'delimiter': None, 'sentencepiece_legacy': False}, 'native_amp_init_scale': 4294967296, 'native_amp_growth_interval': 1000, 'hysteresis': 2, 'fp32_residual_connection': False, 'fp16_lm_cross_entropy': False, 'megatron_amp_O2': False, 'grad_allreduce_chunk_size_mb': 125, 'grad_div_ar_fusion': True, 'gradient_accumulation_fusion': False, 'bias_activation_fusion': False, 'bias_dropout_add_fusion': False, 'masked_softmax_fusion': True, 'get_attention_mask_from_fusion': True, 'seed': 1234, 'resume_from_checkpoint': None, 'use_cpu_initialization': True, 'onnx_safe': False, 'apex_transformer_log_level': 30, 'gradient_as_bucket_view': True, 'sync_batch_comm': False, 'activations_checkpoint_granularity': None, 'activations_checkpoint_method': None, 'activations_checkpoint_num_layers': None, 'num_micro_batches_with_partial_activation_checkpoints': None, 'activations_checkpoint_layers_per_pipeline': None, 'sequence_parallel': False, 'transformer_engine': True, 'fp8': False, 'fp8_e4m3': False, 'fp8_hybrid': False, 'fp8_margin': 0, 'fp8_interval': 1, 'fp8_amax_history_len': 1, 'fp8_amax_compute_algo': 'most_recent', 'reduce_amax': True, 'use_emha': False, 'data': {'index_mapping_dir': None, 'data_impl': 'mmap', 'splits_string': '900,50,50', 'seq_length': '${model.encoder_seq_length}', 'skip_warmup': True, 'num_workers': 2, 'dataloader_type': 'single', 'reset_position_ids': False, 'reset_attention_mask': False, 'eod_mask_loss': False, 'validation_drop_last': True, 'no_seqlen_plus_one_input_tokens': False, 'pad_samples_to_global_batch_size': False, 'shuffle_documents': True}, 'nsys_profile': {'enabled': False, 'start_step': 10, 'end_step': 10, 'ranks': [0], 'gen_shape': False}, 'optim': {'name': 'fused_adam', 'lr': 0.0002, 'weight_decay': 0.01, 'betas': [0.9, 0.98], 'sched': {'name': 'CosineAnnealing', 'warmup_steps': 500, 'constant_steps': 50000, 'min_lr': 2e-05}}, 'precision': 32}
```
Some of the missing weights:
```txt
'model.embedding.word_embeddings.weight', 'model.rotary_pos_emb.inv_freq', 'model.decoder.layers.0.self_attention.linear_qkv.weight', 'model.decoder.layers.0.self_attention.linear_proj.weight', 'model.decoder.layers.0.mlp.linear_fc1.weight', 'model.decoder.layers.0.mlp.linear_fc2.weight', 'model.decoder.layers.0.self_attention.linear_qkv.layer_norm_weight', 'model.decoder.layers.0.mlp.linear_fc1.layer_norm_weight'
....
```
**Environment details**
I am using the NVIDIA docker.
Thank you! | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7782/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7782/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7781 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7781/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7781/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7781/events | https://github.com/NVIDIA/NeMo/pull/7781 | 1,957,148,274 | PR_kwDOC_bI7s5dh44b | 7,781 | Configure MCore logger | {
"login": "mikolajblaz",
"id": 9979479,
"node_id": "MDQ6VXNlcjk5Nzk0Nzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mikolajblaz",
"html_url": "https://github.com/mikolajblaz",
"followers_url": "https://api.github.com/users/mikolajblaz/followers",
"following_url": "https://api.github.com/users/mikolajblaz/following{/other_user}",
"gists_url": "https://api.github.com/users/mikolajblaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mikolajblaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mikolajblaz/subscriptions",
"organizations_url": "https://api.github.com/users/mikolajblaz/orgs",
"repos_url": "https://api.github.com/users/mikolajblaz/repos",
"events_url": "https://api.github.com/users/mikolajblaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mikolajblaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-23T13:18:23 | 2023-10-25T20:17:28 | 2023-10-25T20:17:28 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7781",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7781",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7781.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7781.patch",
"merged_at": "2023-10-25T20:17:27"
} | # What does this PR do ?
Configure MCore logger to print messages from MCore.
Note that currently only megatron.core.dist_checkpointing uses any logging.
In case of unidentified errors with dist checkpointing, might be helpful to run with NEMO_TESTING=1.
**Collection**: NLP
# Changelog
- Configure MCore logger to print messages from MCore.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7781/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7781/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7780 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7780/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7780/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7780/events | https://github.com/NVIDIA/NeMo/issues/7780 | 1,957,012,062 | I_kwDOC_bI7s50paJe | 7,780 | Error encountered at Step 24: 'set_logging_level' is not defined about tutorials/nlp/Relation_Extraction-BioMegatron.ipynb | {
"login": "Marfars",
"id": 30223443,
"node_id": "MDQ6VXNlcjMwMjIzNDQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30223443?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Marfars",
"html_url": "https://github.com/Marfars",
"followers_url": "https://api.github.com/users/Marfars/followers",
"following_url": "https://api.github.com/users/Marfars/following{/other_user}",
"gists_url": "https://api.github.com/users/Marfars/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Marfars/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Marfars/subscriptions",
"organizations_url": "https://api.github.com/users/Marfars/orgs",
"repos_url": "https://api.github.com/users/Marfars/repos",
"events_url": "https://api.github.com/users/Marfars/events{/privacy}",
"received_events_url": "https://api.github.com/users/Marfars/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-23T12:07:07 | 2024-01-09T03:42:20 | 2023-11-30T01:45:56 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I followed the instructions provided in the documentation for setting up Colab. The instructions are as follows:
1. Open a new Python 3 notebook.
2. Import this notebook from GitHub (File -> Upload Notebook -> "GITHUB" tab -> copy/paste GitHub URL)
3. Connect to an instance with a GPU (Runtime -> Change runtime type -> select "GPU" for hardware accelerator)
4. Run this cell to set up dependencies.
However, when I reached Step 24(`model = nemo_nlp.models.TextClassificationModel(cfg=config.model, trainer=trainer)`), I encountered an error stating that name 'set_logging_level' is not defined. I double-checked the instructions and ensured that I followed them accurately. Below is the stack trace for the error encountered:
```python
[NeMo I 2023-10-23 11:51:10 megatron_init:294] All pipeline model parallel group ranks: [[0]]
[NeMo I 2023-10-23 11:51:10 megatron_init:295] Rank 0 has pipeline model parallel rank 0
[NeMo I 2023-10-23 11:51:10 megatron_init:296] All embedding group ranks: [[0]]
[NeMo I 2023-10-23 11:51:10 megatron_init:297] Rank 0 has embedding rank: 0
[NeMo E 2023-10-23 11:51:10 common:506] Model instantiation failed!
Target class: nemo.collections.nlp.models.language_modeling.megatron_bert_model.MegatronBertModel
Error(s): name 'set_logging_level' is not defined
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/nemo/core/classes/common.py", line 485, in from_config_dict
instance = imported_cls(cfg=config, trainer=trainer)
File "/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/models/language_modeling/megatron_bert_model.py", line 88, in __init__
super().__init__(cfg, trainer=trainer, no_lm_init=False)
File "/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/models/language_modeling/megatron_base_model.py", line 158, in __init__
initialize_model_parallel_for_nemo(
File "/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/modules/common/megatron/megatron_init.py", line 141, in initialize_model_parallel_for_nemo
set_logging_level(apex_transformer_log_level)
NameError: name 'set_logging_level' is not defined
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-24-543503bf2763> in <cell line: 1>()
----> 1 model = nemo_nlp.models.TextClassificationModel(cfg=config.model, trainer=trainer)
12 frames
/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/modules/common/megatron/megatron_init.py in initialize_model_parallel_for_nemo(world_size, global_rank, local_rank, tensor_model_parallel_size, pipeline_model_parallel_size, virtual_pipeline_model_parallel_size, pipeline_model_parallel_split_rank, micro_batch_size, global_batch_size, rampup_batch_size, use_fp8, init_mpi_proc_group, seed, apex_transformer_log_level)
139 app_state._is_megatron_initialized = True
140
--> 141 set_logging_level(apex_transformer_log_level)
142
143
```
Please advise on how to resolve this issue or provide further guidance if there are additional steps needed to avoid this error.
Thank you for your assistance. | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7780/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7780/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7779 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7779/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7779/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7779/events | https://github.com/NVIDIA/NeMo/pull/7779 | 1,956,412,765 | PR_kwDOC_bI7s5dfZxY | 7,779 | Attention Prior, Tarred MLS Dataset, Top K Sampling, Multitask audio synthesis dataset | {
"login": "shehzeen",
"id": 7191931,
"node_id": "MDQ6VXNlcjcxOTE5MzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/7191931?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shehzeen",
"html_url": "https://github.com/shehzeen",
"followers_url": "https://api.github.com/users/shehzeen/followers",
"following_url": "https://api.github.com/users/shehzeen/following{/other_user}",
"gists_url": "https://api.github.com/users/shehzeen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/shehzeen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shehzeen/subscriptions",
"organizations_url": "https://api.github.com/users/shehzeen/orgs",
"repos_url": "https://api.github.com/users/shehzeen/repos",
"events_url": "https://api.github.com/users/shehzeen/events{/privacy}",
"received_events_url": "https://api.github.com/users/shehzeen/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
},
{
"id": 4847373924,
"node_id": "LA_kwDOC_bI7s8AAAABIO0OZA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common",
"name": "common",
"color": "c5def5",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-23T06:00:36 | 2023-12-05T01:28:16 | 2023-12-05T01:28:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7779",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7779",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7779.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7779.patch",
"merged_at": "2023-12-05T01:28:16"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7779/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7779/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7778 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7778/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7778/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7778/events | https://github.com/NVIDIA/NeMo/pull/7778 | 1,956,410,367 | PR_kwDOC_bI7s5dfZQg | 7,778 | Fix error of exporting megatron-gpt-model | {
"login": "RobinDong",
"id": 1953397,
"node_id": "MDQ6VXNlcjE5NTMzOTc=",
"avatar_url": "https://avatars.githubusercontent.com/u/1953397?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/RobinDong",
"html_url": "https://github.com/RobinDong",
"followers_url": "https://api.github.com/users/RobinDong/followers",
"following_url": "https://api.github.com/users/RobinDong/following{/other_user}",
"gists_url": "https://api.github.com/users/RobinDong/gists{/gist_id}",
"starred_url": "https://api.github.com/users/RobinDong/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/RobinDong/subscriptions",
"organizations_url": "https://api.github.com/users/RobinDong/orgs",
"repos_url": "https://api.github.com/users/RobinDong/repos",
"events_url": "https://api.github.com/users/RobinDong/events{/privacy}",
"received_events_url": "https://api.github.com/users/RobinDong/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-23T05:58:15 | 2024-01-11T01:46:17 | 2024-01-11T01:46:16 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7778",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7778",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7778.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7778.patch",
"merged_at": null
} | # What does this PR do ?
Use below steps to export Megatron GPT model:
1. Pull NeMo container [23.06](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo/tags)
2. Download megatron gpt model `wget https://huggingface.co/nvidia/nemo-megatron-gpt-1.3B/resolve/main/nemo_gpt1.3B_fp16.nemo`
3. Using command `python3 examples/nlp/language_modeling/megatron_export.py ++model_type=gpt ++onnx_model_file=nemo_gpt1.3B_fp16.onnx +gpt_model_file=nemo_gpt1.3B_fp16.nemo`
then it will report error:
```
Error executing job with overrides: ['++model_type=gpt', '++onnx_model_file=nemo_gpt1.3B_fp16.onnx', '+gpt_model_file=/mnt/robin.nemo']
Traceback (most recent call last):
File "/workspace/nemo/examples/nlp/language_modeling/megatron_export.py", line 142, in nemo_export
raise e
File "/workspace/nemo/examples/nlp/language_modeling/megatron_export.py", line 105, in nemo_export
model = ModelPT.restore_from(
File "/usr/local/lib/python3.10/dist-packages/nemo/core/classes/modelPT.py", line 435, in restore_from
instance = cls._save_restore_connector.restore_from(
File "/usr/local/lib/python3.10/dist-packages/nemo/collections/nlp/parts/nlp_overrides.py", line 393, in restore_from
loaded_params = super().load_config_and_state_dict(
File "/usr/local/lib/python3.10/dist-packages/nemo/core/connectors/save_restore_connector.py", line 164, in load_config_and_state_dict
instance = calling_cls.from_config_dict(config=conf, trainer=trainer)
File "/usr/local/lib/python3.10/dist-packages/nemo/core/classes/common.py", line 507, in from_config_dict
raise e
File "/usr/local/lib/python3.10/dist-packages/nemo/core/classes/common.py", line 499, in from_config_dict
instance = cls(cfg=config, trainer=trainer)
TypeError: Can't instantiate abstract class ModelPT with abstract methods list_available_models, setup_training_data, setup_validation_data
```
The configuration in `nemo_gpt1.3B_fp16.nemo` is:
```
{
"micro_batch_size":3,
"tensor_model_parallel_size":1,
"encoder_seq_length":2048,
"max_position_embeddings":2048,
"num_layers":24,
"hidden_size":2048,
"ffn_hidden_size":3072,
"num_attention_heads":16,
"init_method_std":0.015,
"hidden_dropout":0.1,
"kv_channels":"None",
"apply_query_key_layer_scaling":true,
"layernorm_epsilon":1e-05,
"make_vocab_size_divisible_by":128,
"pre_process":true,
"post_process":true,
"tokenizer":{
"library":"megatron",
"type":"GPT2BPETokenizer",
"model":"gpt",
"vocab_file":"/artifacts/vocab.json",
"merge_file":"/artifacts/merges.txt"
},
"native_amp_init_scale":4294967296,
"native_amp_growth_interval":1000,
"fp32_residual_connection":false,
"fp16_lm_cross_entropy":false,
"seed":1234,
"use_cpu_initialization":false,
"onnx_safe":false,
"activations_checkpoint_method":"None",
"activations_checkpoint_num_layers":1,
...
```
"ModelPT" has abstract functions so it can not be instantiated. Therefore the solution is reading "model" attribute from the configuration and checking it for the class before restoring the model from the file.
# Changelog
- Fix error of exporting megatron-gpt-model.
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
## Who can review?
@XuesongYang @MaximumEntropy @ericharper @ekmb @yzhang123 @VahidooX @vladgets @okuchaiev
# Additional Information
* Related to #7673
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7778/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7778/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7777 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7777/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7777/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7777/events | https://github.com/NVIDIA/NeMo/pull/7777 | 1,955,919,815 | PR_kwDOC_bI7s5ddyvV | 7,777 | [TTS] Fix Global Style Tokens (GSTs) implementation in FastPitch | {
"login": "anferico",
"id": 30210403,
"node_id": "MDQ6VXNlcjMwMjEwNDAz",
"avatar_url": "https://avatars.githubusercontent.com/u/30210403?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/anferico",
"html_url": "https://github.com/anferico",
"followers_url": "https://api.github.com/users/anferico/followers",
"following_url": "https://api.github.com/users/anferico/following{/other_user}",
"gists_url": "https://api.github.com/users/anferico/gists{/gist_id}",
"starred_url": "https://api.github.com/users/anferico/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/anferico/subscriptions",
"organizations_url": "https://api.github.com/users/anferico/orgs",
"repos_url": "https://api.github.com/users/anferico/repos",
"events_url": "https://api.github.com/users/anferico/events{/privacy}",
"received_events_url": "https://api.github.com/users/anferico/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "subhankar-ghosh",
"id": 23703547,
"node_id": "MDQ6VXNlcjIzNzAzNTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/subhankar-ghosh",
"html_url": "https://github.com/subhankar-ghosh",
"followers_url": "https://api.github.com/users/subhankar-ghosh/followers",
"following_url": "https://api.github.com/users/subhankar-ghosh/following{/other_user}",
"gists_url": "https://api.github.com/users/subhankar-ghosh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/subhankar-ghosh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/subhankar-ghosh/subscriptions",
"organizations_url": "https://api.github.com/users/subhankar-ghosh/orgs",
"repos_url": "https://api.github.com/users/subhankar-ghosh/repos",
"events_url": "https://api.github.com/users/subhankar-ghosh/events{/privacy}",
"received_events_url": "https://api.github.com/users/subhankar-ghosh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "subhankar-ghosh",
"id": 23703547,
"node_id": "MDQ6VXNlcjIzNzAzNTQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/subhankar-ghosh",
"html_url": "https://github.com/subhankar-ghosh",
"followers_url": "https://api.github.com/users/subhankar-ghosh/followers",
"following_url": "https://api.github.com/users/subhankar-ghosh/following{/other_user}",
"gists_url": "https://api.github.com/users/subhankar-ghosh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/subhankar-ghosh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/subhankar-ghosh/subscriptions",
"organizations_url": "https://api.github.com/users/subhankar-ghosh/orgs",
"repos_url": "https://api.github.com/users/subhankar-ghosh/repos",
"events_url": "https://api.github.com/users/subhankar-ghosh/events{/privacy}",
"received_events_url": "https://api.github.com/users/subhankar-ghosh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
{
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-22T14:18:01 | 2023-10-24T00:08:27 | 2023-10-24T00:08:27 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7777",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7777",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7777.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7777.patch",
"merged_at": null
} | # What does this PR do ?
1. Fix bug in `nemo.collections.tts.modules.submodules.ConditionalInput.forward()`
2. Fix implementation of Global Style Tokens in FastPitch
**Collection**: TTS
# Changelog
- When using `ConditionalInput` in `"concat"` mode, concatenate `inputs` and `conditioning` along the _feature_ dimension, not the _batch_ dimension as before
- Despite the misleading docstring in `ConditionalInput.forward()` (corrected in this PR), `inputs` and `conditioning` have shapes `B x T x H` and `B x T x C`, respectively (to be even more precise, `conditioning` has shape `B x 1 x C` _before_ the call to `conditioning.repeat()` and `B x T x C` _after_). Consequently, concatenating the two along the batch dimension has 2 problems:
- If `H != C`, the concatenation will fail
- If `H == C`, the concatenation results in a `2B x T x C` tensor
- This causes an error downstream when calling `self.concat_proj()`, which is defined as:
`self.concat_proj = torch.nn.Linear(hidden_dim + condition_dim, hidden_dim)`
- `self.concat_proj` is meant to map `B x T x (H+C)` tensors to `B x T x H` tensors, so passing a `2B x T x (H=C)` tensor to it results in the following error:
`RuntimeError: mat1 and mat2 shapes cannot be multiplied ((2B*T)x(H=C) and (H+C)xH)` (the actual error message contains constant values, but here I have extracted variables to make my point clearer)
- **Solution**: concatenate along the feature dimension to obtain a `B x T x (H+C)` tensor
- Fix the implementation of GSTs in FastPitch, specifically regarding the selection of the _reference audio_ for a given training example
- The current NeMo implementation selects the reference audio for a given training example as a random example from the same speaker. Note that this also forces the user to add `speaker_id` to `sup_data_types` even when they don't want to use speaker embeddings
- However, the [GSTs paper](https://arxiv.org/abs/1803.09017) clearly states that:
> During training, the reference signal is ground-truth audio.
- While this is enough reason to justify amending the current NeMo implementation, I have expressed my thoughts on what selecting the reference audio at random may lead to in [this issue](https://github.com/NVIDIA/NeMo/issues/7420) I opened over a month ago (which went totally unnoticed)
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
## Who can review?
@blisc, @okuchaiev
# Additional Information
* Related to #7420
* I have run tests, but some failed or errored out. None of the failed tests makes use of my changes though. See [test_short_summary.txt](https://github.com/NVIDIA/NeMo/files/13063436/test_short_summary.txt) for further details
| {
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7777/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7777/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7776 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7776/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7776/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7776/events | https://github.com/NVIDIA/NeMo/issues/7776 | 1,955,797,605 | I_kwDOC_bI7s50kxpl | 7,776 | How to achieve real-time dialogue with AI ? | {
"login": "monkeycc",
"id": 6490927,
"node_id": "MDQ6VXNlcjY0OTA5Mjc=",
"avatar_url": "https://avatars.githubusercontent.com/u/6490927?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/monkeycc",
"html_url": "https://github.com/monkeycc",
"followers_url": "https://api.github.com/users/monkeycc/followers",
"following_url": "https://api.github.com/users/monkeycc/following{/other_user}",
"gists_url": "https://api.github.com/users/monkeycc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monkeycc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monkeycc/subscriptions",
"organizations_url": "https://api.github.com/users/monkeycc/orgs",
"repos_url": "https://api.github.com/users/monkeycc/repos",
"events_url": "https://api.github.com/users/monkeycc/events{/privacy}",
"received_events_url": "https://api.github.com/users/monkeycc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-22T07:38:42 | 2024-01-31T06:50:41 | 2023-10-24T06:44:21 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | ASR - LLM - TTS
ASR+VAD ?
How to achieve real-time dialogue with AI ?
ASR real-time detection, human speech, converted into text
Human beings stop talking,
Text submission to LLM
LLM sends text to TTS | {
"login": "monkeycc",
"id": 6490927,
"node_id": "MDQ6VXNlcjY0OTA5Mjc=",
"avatar_url": "https://avatars.githubusercontent.com/u/6490927?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/monkeycc",
"html_url": "https://github.com/monkeycc",
"followers_url": "https://api.github.com/users/monkeycc/followers",
"following_url": "https://api.github.com/users/monkeycc/following{/other_user}",
"gists_url": "https://api.github.com/users/monkeycc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/monkeycc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/monkeycc/subscriptions",
"organizations_url": "https://api.github.com/users/monkeycc/orgs",
"repos_url": "https://api.github.com/users/monkeycc/repos",
"events_url": "https://api.github.com/users/monkeycc/events{/privacy}",
"received_events_url": "https://api.github.com/users/monkeycc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7776/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7776/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7775 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7775/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7775/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7775/events | https://github.com/NVIDIA/NeMo/pull/7775 | 1,955,133,811 | PR_kwDOC_bI7s5dbVsR | 7,775 | vera | {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T23:34:39 | 2023-11-30T01:45:59 | 2023-11-30T01:45:59 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7775",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7775",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7775.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7775.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7775/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7775/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7774 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7774/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7774/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7774/events | https://github.com/NVIDIA/NeMo/pull/7774 | 1,955,069,640 | PR_kwDOC_bI7s5dbHr_ | 7,774 | Create PrecisionPlugin for megatron_ckpt_to_nemo.py trainer | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T22:09:51 | 2023-10-23T16:41:36 | 2023-10-23T16:41:35 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7774",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7774",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7774.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7774.patch",
"merged_at": "2023-10-23T16:41:35"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7774/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7774/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7773 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7773/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7773/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7773/events | https://github.com/NVIDIA/NeMo/pull/7773 | 1,955,059,127 | PR_kwDOC_bI7s5dbFd9 | 7,773 | NeMo doc update: NeMo basics + improve ASR docs | {
"login": "erastorgueva-nv",
"id": 80532067,
"node_id": "MDQ6VXNlcjgwNTMyMDY3",
"avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erastorgueva-nv",
"html_url": "https://github.com/erastorgueva-nv",
"followers_url": "https://api.github.com/users/erastorgueva-nv/followers",
"following_url": "https://api.github.com/users/erastorgueva-nv/following{/other_user}",
"gists_url": "https://api.github.com/users/erastorgueva-nv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/erastorgueva-nv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/erastorgueva-nv/subscriptions",
"organizations_url": "https://api.github.com/users/erastorgueva-nv/orgs",
"repos_url": "https://api.github.com/users/erastorgueva-nv/repos",
"events_url": "https://api.github.com/users/erastorgueva-nv/events{/privacy}",
"received_events_url": "https://api.github.com/users/erastorgueva-nv/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T21:56:38 | 2023-11-14T01:45:15 | 2023-11-14T01:45:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7773",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7773",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7773.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7773.patch",
"merged_at": null
} | # What does this PR do ?
Add some foundational NeMo docs + improve ASR docs
**Collection**: docs
# Changelog
- Add specific line by line info of high level changes in this PR.
# 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/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [x] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7773/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7773/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7772 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7772/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7772/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7772/events | https://github.com/NVIDIA/NeMo/pull/7772 | 1,954,987,513 | PR_kwDOC_bI7s5da2Ma | 7,772 | fix(clustering_diarizer.py): fix typo | {
"login": "jqueguiner",
"id": 690878,
"node_id": "MDQ6VXNlcjY5MDg3OA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690878?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jqueguiner",
"html_url": "https://github.com/jqueguiner",
"followers_url": "https://api.github.com/users/jqueguiner/followers",
"following_url": "https://api.github.com/users/jqueguiner/following{/other_user}",
"gists_url": "https://api.github.com/users/jqueguiner/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jqueguiner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jqueguiner/subscriptions",
"organizations_url": "https://api.github.com/users/jqueguiner/orgs",
"repos_url": "https://api.github.com/users/jqueguiner/repos",
"events_url": "https://api.github.com/users/jqueguiner/events{/privacy}",
"received_events_url": "https://api.github.com/users/jqueguiner/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-20T20:42:09 | 2023-10-23T17:01:16 | 2023-10-23T17:01:16 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7772",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7772",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7772.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7772.patch",
"merged_at": "2023-10-23T17:01:16"
} | # What does this PR do ?
fix typo in docstring | {
"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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7772/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7772/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7771 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7771/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7771/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7771/events | https://github.com/NVIDIA/NeMo/pull/7771 | 1,954,969,932 | PR_kwDOC_bI7s5daycV | 7,771 | fix(diarization-README): typo | {
"login": "jqueguiner",
"id": 690878,
"node_id": "MDQ6VXNlcjY5MDg3OA==",
"avatar_url": "https://avatars.githubusercontent.com/u/690878?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jqueguiner",
"html_url": "https://github.com/jqueguiner",
"followers_url": "https://api.github.com/users/jqueguiner/followers",
"following_url": "https://api.github.com/users/jqueguiner/following{/other_user}",
"gists_url": "https://api.github.com/users/jqueguiner/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jqueguiner/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jqueguiner/subscriptions",
"organizations_url": "https://api.github.com/users/jqueguiner/orgs",
"repos_url": "https://api.github.com/users/jqueguiner/repos",
"events_url": "https://api.github.com/users/jqueguiner/events{/privacy}",
"received_events_url": "https://api.github.com/users/jqueguiner/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4811888028,
"node_id": "LA_kwDOC_bI7s8AAAABHs-VnA",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks",
"name": "Speaker Tasks",
"color": "871AD4",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T20:24:54 | 2023-10-23T17:02:37 | 2023-10-23T17:02:37 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7771",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7771",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7771.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7771.patch",
"merged_at": "2023-10-23T17:02:37"
} | # What does this PR do ?
Fix typo | {
"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/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7771/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7771/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7770 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7770/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7770/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7770/events | https://github.com/NVIDIA/NeMo/pull/7770 | 1,954,927,724 | PR_kwDOC_bI7s5dapVG | 7,770 | Nemo to HF converter for LLaMA model | {
"login": "uppalutkarsh",
"id": 49331882,
"node_id": "MDQ6VXNlcjQ5MzMxODgy",
"avatar_url": "https://avatars.githubusercontent.com/u/49331882?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/uppalutkarsh",
"html_url": "https://github.com/uppalutkarsh",
"followers_url": "https://api.github.com/users/uppalutkarsh/followers",
"following_url": "https://api.github.com/users/uppalutkarsh/following{/other_user}",
"gists_url": "https://api.github.com/users/uppalutkarsh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/uppalutkarsh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/uppalutkarsh/subscriptions",
"organizations_url": "https://api.github.com/users/uppalutkarsh/orgs",
"repos_url": "https://api.github.com/users/uppalutkarsh/repos",
"events_url": "https://api.github.com/users/uppalutkarsh/events{/privacy}",
"received_events_url": "https://api.github.com/users/uppalutkarsh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-20T19:46:47 | 2023-11-14T09:22:48 | 2023-10-30T17:22:53 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7770",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7770",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7770.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7770.patch",
"merged_at": "2023-10-30T17:22:53"
} | # What does this PR do ?
Nemo to HF converter for LLaMA model
**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
python3 convert_nemo_llama_to_hf.py
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7770/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7770/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7768 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7768/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7768/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7768/events | https://github.com/NVIDIA/NeMo/pull/7768 | 1,954,786,840 | PR_kwDOC_bI7s5daLQR | 7,768 | Add reconfigure microbatch calculator before inference and update GBS, MBS for inference | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T17:57:05 | 2023-10-20T18:43:39 | 2023-10-20T18:43:38 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7768",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7768",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7768.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7768.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7768/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7768/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7767 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7767/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7767/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7767/events | https://github.com/NVIDIA/NeMo/pull/7767 | 1,954,725,430 | PR_kwDOC_bI7s5dZ-Fe | 7,767 | Create PrecisionPlugin for megatron_ckpt_to_nemo.py trainer | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-20T17:13:36 | 2023-10-20T22:09:26 | 2023-10-20T22:09:25 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7767",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7767",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7767.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7767.patch",
"merged_at": "2023-10-20T22:09:25"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7767/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7767/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7766 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7766/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7766/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7766/events | https://github.com/NVIDIA/NeMo/issues/7766 | 1,954,462,729 | I_kwDOC_bI7s50frwJ | 7,766 | Llama 2 70b convert & finetuning | {
"login": "JosephChenHub",
"id": 22444830,
"node_id": "MDQ6VXNlcjIyNDQ0ODMw",
"avatar_url": "https://avatars.githubusercontent.com/u/22444830?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/JosephChenHub",
"html_url": "https://github.com/JosephChenHub",
"followers_url": "https://api.github.com/users/JosephChenHub/followers",
"following_url": "https://api.github.com/users/JosephChenHub/following{/other_user}",
"gists_url": "https://api.github.com/users/JosephChenHub/gists{/gist_id}",
"starred_url": "https://api.github.com/users/JosephChenHub/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/JosephChenHub/subscriptions",
"organizations_url": "https://api.github.com/users/JosephChenHub/orgs",
"repos_url": "https://api.github.com/users/JosephChenHub/repos",
"events_url": "https://api.github.com/users/JosephChenHub/events{/privacy}",
"received_events_url": "https://api.github.com/users/JosephChenHub/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-10-20T14:56:39 | 2023-11-29T01:46:03 | 2023-11-29T01:46:02 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I am following the tutorial: https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/llama2peft.html
to finetuning llama 2 on custom dataset.
when convert the llama 2 70b-hf to .nemo with the script
```
python3 ./scripts/nlp_language_modeling/convert_hf_llama_to_nemo.py --in-file=$1 --out-file=$2
```
the output of conversion is

but there exist no file named "llama2-70b.nemo" , only outputs a ``model_weights'':

the ``model_weights'' cannot feed to the training script:

How can we successfully run the tutorial ?
**Environment details**
- OS version: Ubuntu 18.04
- PyTorch version: '2.2.0.dev20231013+cu118'
- Python version: 3.8
- transformers: 4.33.0
- transformer_engine: stable branch
- CUDA : 11.8
- CUDNN: 8.6
**Additional context**
GPU: 8xA100
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7766/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7766/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7765 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7765/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7765/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7765/events | https://github.com/NVIDIA/NeMo/issues/7765 | 1,954,109,214 | I_kwDOC_bI7s50eVce | 7,765 | Update transformers requirement to the latest stable version | {
"login": "Inigo-13",
"id": 59397615,
"node_id": "MDQ6VXNlcjU5Mzk3NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/59397615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Inigo-13",
"html_url": "https://github.com/Inigo-13",
"followers_url": "https://api.github.com/users/Inigo-13/followers",
"following_url": "https://api.github.com/users/Inigo-13/following{/other_user}",
"gists_url": "https://api.github.com/users/Inigo-13/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Inigo-13/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Inigo-13/subscriptions",
"organizations_url": "https://api.github.com/users/Inigo-13/orgs",
"repos_url": "https://api.github.com/users/Inigo-13/repos",
"events_url": "https://api.github.com/users/Inigo-13/events{/privacy}",
"received_events_url": "https://api.github.com/users/Inigo-13/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-20T11:39:06 | 2024-02-08T01:43:45 | 2024-02-08T01:43:45 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi there!
The third-party dependency for the transformers package is outdated when looking at the requirements folder [./requirements/requirements_lightning.txt](https://github.com/NVIDIA/NeMo/blob/main/requirements/requirements_lightning.txt#L5)
Is it possible to update this dependency to the latest stable version transformers 4.34.1?
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7765/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7765/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7764 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7764/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7764/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7764/events | https://github.com/NVIDIA/NeMo/pull/7764 | 1,953,338,349 | PR_kwDOC_bI7s5dVPch | 7,764 | Fix bug wrt change decoding strategy for bpe 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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-20T01:45:13 | 2023-10-23T17:16:14 | 2023-10-23T17:16:13 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7764",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7764",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7764.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7764.patch",
"merged_at": "2023-10-23T17:16:13"
} | # What does this PR do ?
Fixes an issue that forgets to update cur_decoder of rnnt bpe model
**Collection**: [ASR]
# Changelog
- Fix change decoding strategy bug
- Add test to check for repeated change to strategy
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
| {
"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/users/XuesongYang/followers",
"following_url": "https://api.github.com/users/XuesongYang/following{/other_user}",
"gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions",
"organizations_url": "https://api.github.com/users/XuesongYang/orgs",
"repos_url": "https://api.github.com/users/XuesongYang/repos",
"events_url": "https://api.github.com/users/XuesongYang/events{/privacy}",
"received_events_url": "https://api.github.com/users/XuesongYang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7764/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7764/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7763 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7763/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7763/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7763/events | https://github.com/NVIDIA/NeMo/pull/7763 | 1,953,337,516 | PR_kwDOC_bI7s5dVPRQ | 7,763 | Add reconfigure microbatch calculator before inference and update GBS, MBS for inference | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-20T01:44:07 | 2023-10-20T17:56:39 | 2023-10-20T17:56:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7763",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7763",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7763.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7763.patch",
"merged_at": "2023-10-20T17:56:38"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7763/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7763/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7762 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7762/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7762/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7762/events | https://github.com/NVIDIA/NeMo/pull/7762 | 1,953,323,726 | PR_kwDOC_bI7s5dVMPR | 7,762 | Fix bug wrt change decoding strategy for bpe models | {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-20T01:28:56 | 2023-10-20T01:44:50 | 2023-10-20T01:44:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7762",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7762",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7762.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7762.patch",
"merged_at": "2023-10-20T01:44:46"
} | # What does this PR do ?
Fixes an issue that forgets to update cur_decoder of rnnt bpe model
**Collection**: [ASR]
# Changelog
- Fix change decoding strategy bug
- Add test to check for repeated change to strategy
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7762/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7762/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7761 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7761/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7761/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7761/events | https://github.com/NVIDIA/NeMo/pull/7761 | 1,953,135,505 | PR_kwDOC_bI7s5dUjNs | 7,761 | Change accelerator to 'auto' in nlp_checkpoint_port.py | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"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-10-19T22:12:54 | 2023-10-24T18:48:14 | 2023-10-24T18:48:13 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7761",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7761",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7761.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7761.patch",
"merged_at": "2023-10-24T18:48:13"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7761/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7761/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7760 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7760/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7760/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7760/events | https://github.com/NVIDIA/NeMo/pull/7760 | 1,952,686,264 | PR_kwDOC_bI7s5dTAjC | 7,760 | fix hybrid eval | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-19T16:49:37 | 2023-10-19T17:04:08 | 2023-10-19T17:04:07 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7760",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7760",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7760.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7760.patch",
"merged_at": "2023-10-19T17:04:07"
} | # What does this PR do ?
fix hybrid eval
**PR Type**:
- [ ] New Feature
- [ V] Bugfix
- [ ] Documentation
## Who can review?
@titu1994
# Additional Information
* Related to #7710
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7760/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7760/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7759 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7759/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7759/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7759/events | https://github.com/NVIDIA/NeMo/pull/7759 | 1,952,376,152 | PR_kwDOC_bI7s5dR_ro | 7,759 | fix hybrid eval | {
"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/followers",
"following_url": "https://api.github.com/users/karpnv/following{/other_user}",
"gists_url": "https://api.github.com/users/karpnv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karpnv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karpnv/subscriptions",
"organizations_url": "https://api.github.com/users/karpnv/orgs",
"repos_url": "https://api.github.com/users/karpnv/repos",
"events_url": "https://api.github.com/users/karpnv/events{/privacy}",
"received_events_url": "https://api.github.com/users/karpnv/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-19T14:15:58 | 2023-10-19T16:49:11 | 2023-10-19T16:49:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7759",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7759",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7759.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7759.patch",
"merged_at": "2023-10-19T16:49:10"
} | # What does this PR do ?
fix hybrid eval
**PR Type**:
- [ ] New Feature
- [ V] Bugfix
- [ ] Documentation
## Who can review?
@titu1994
# Additional Information
* Related to #7710
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7759/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7759/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7758 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7758/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7758/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7758/events | https://github.com/NVIDIA/NeMo/pull/7758 | 1,952,312,437 | PR_kwDOC_bI7s5dRx2j | 7,758 | docs: fix typos | {
"login": "shuoer86",
"id": 129674997,
"node_id": "U_kgDOB7qu9Q",
"avatar_url": "https://avatars.githubusercontent.com/u/129674997?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shuoer86",
"html_url": "https://github.com/shuoer86",
"followers_url": "https://api.github.com/users/shuoer86/followers",
"following_url": "https://api.github.com/users/shuoer86/following{/other_user}",
"gists_url": "https://api.github.com/users/shuoer86/gists{/gist_id}",
"starred_url": "https://api.github.com/users/shuoer86/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shuoer86/subscriptions",
"organizations_url": "https://api.github.com/users/shuoer86/orgs",
"repos_url": "https://api.github.com/users/shuoer86/repos",
"events_url": "https://api.github.com/users/shuoer86/events{/privacy}",
"received_events_url": "https://api.github.com/users/shuoer86/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-19T13:48:37 | 2023-10-20T00:20:29 | 2023-10-20T00:20:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7758",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7758",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7758.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7758.patch",
"merged_at": "2023-10-20T00:20:29"
} | null | {
"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/users/XuesongYang/followers",
"following_url": "https://api.github.com/users/XuesongYang/following{/other_user}",
"gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions",
"organizations_url": "https://api.github.com/users/XuesongYang/orgs",
"repos_url": "https://api.github.com/users/XuesongYang/repos",
"events_url": "https://api.github.com/users/XuesongYang/events{/privacy}",
"received_events_url": "https://api.github.com/users/XuesongYang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7758/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7758/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7757 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7757/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7757/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7757/events | https://github.com/NVIDIA/NeMo/pull/7757 | 1,952,302,458 | PR_kwDOC_bI7s5dRvmh | 7,757 | fix hybrid eval | {
"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/followers",
"following_url": "https://api.github.com/users/karpnv/following{/other_user}",
"gists_url": "https://api.github.com/users/karpnv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/karpnv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/karpnv/subscriptions",
"organizations_url": "https://api.github.com/users/karpnv/orgs",
"repos_url": "https://api.github.com/users/karpnv/repos",
"events_url": "https://api.github.com/users/karpnv/events{/privacy}",
"received_events_url": "https://api.github.com/users/karpnv/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-19T13:44:51 | 2023-10-19T17:10:11 | 2023-10-19T17:10:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7757",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7757",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7757.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7757.patch",
"merged_at": "2023-10-19T17:10:10"
} | # What does this PR do ?
**PR Type**:
- [ ] New Feature
- [ V] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
@titu1994
# Additional Information
* Related to #7710
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7757/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7757/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7756 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7756/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7756/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7756/events | https://github.com/NVIDIA/NeMo/issues/7756 | 1,952,231,939 | I_kwDOC_bI7s50XLID | 7,756 | Zarr directory not found for checkpoint_dir | {
"login": "premmotgi",
"id": 55761557,
"node_id": "MDQ6VXNlcjU1NzYxNTU3",
"avatar_url": "https://avatars.githubusercontent.com/u/55761557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/premmotgi",
"html_url": "https://github.com/premmotgi",
"followers_url": "https://api.github.com/users/premmotgi/followers",
"following_url": "https://api.github.com/users/premmotgi/following{/other_user}",
"gists_url": "https://api.github.com/users/premmotgi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/premmotgi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/premmotgi/subscriptions",
"organizations_url": "https://api.github.com/users/premmotgi/orgs",
"repos_url": "https://api.github.com/users/premmotgi/repos",
"events_url": "https://api.github.com/users/premmotgi/events{/privacy}",
"received_events_url": "https://api.github.com/users/premmotgi/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-10-19T13:13:38 | 2024-01-24T15:30:19 | 2023-11-13T23:49:43 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When I run a tuning job with default nvidia callback configuration. I get below error. If checkpoint_callback is disabled then epoch finishes fine. This seems to be an internal issue to me.
Image used: Nemo 28.03
A clear and concise description of what the bug is.Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
Traceback (most recent call last):
File "/opt/NeMo/examples/nlp/language_modeling/tuning/megatron_gpt_sft.py", line 212, in main
trainer.fit(model)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/trainer.py", line 532, in fit
call._call_and_handle_interrupt(
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/call.py", line 42, in _call_and_handle_interrupt
return trainer.strategy.launcher.launch(trainer_fn, *args, trainer=trainer, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/strategies/launchers/subprocess_script.py", line 93, in launch
return function(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/trainer.py", line 571, in _fit_impl
self._run(model, ckpt_path=ckpt_path)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/trainer.py", line 980, in _run
results = self._run_stage()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/trainer.py", line 1023, in _run_stage
self.fit_loop.run()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/fit_loop.py", line 202, in run
self.advance()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/fit_loop.py", line 355, in advance
self.epoch_loop.run(self._data_fetcher)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/training_epoch_loop.py", line 134, in run
self.on_advance_end()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/training_epoch_loop.py", line 249, in on_advance_end
self.val_loop.run()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/utilities.py", line 181, in _decorator
return loop_run(self, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/evaluation_loop.py", line 122, in run
return self.on_run_end()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/evaluation_loop.py", line 258, in on_run_end
self._on_evaluation_end()
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loops/evaluation_loop.py", line 303, in _on_evaluation_end
call._call_callback_hooks(trainer, hook_name, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/call.py", line 194, in _call_callback_hooks
fn(trainer, trainer.lightning_module, *args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py", line 311, in on_validation_end
self._save_topk_checkpoint(trainer, monitor_candidates)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py", line 360, in _save_topk_checkpoint
self._save_monitor_checkpoint(trainer, monitor_candidates)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py", line 663, in _save_monitor_checkpoint
self._update_best_and_save(current, trainer, monitor_candidates)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py", line 714, in _update_best_and_save
self._save_checkpoint(trainer, filepath)
File "/opt/NeMo/nemo/utils/callbacks/nemo_model_checkpoint.py", line 272, in _save_checkpoint
super()._save_checkpoint(trainer, filepath)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py", line 365, in _save_checkpoint
trainer.save_checkpoint(filepath, self.save_weights_only)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/trainer.py", line 1316, in save_checkpoint
self._checkpoint_connector.save_checkpoint(filepath, weights_only=weights_only, storage_options=storage_options)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/connectors/checkpoint_connector.py", line 506, in save_checkpoint
_checkpoint = self.dump_checkpoint(weights_only)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/connectors/checkpoint_connector.py", line 491, in dump_checkpoint
call._call_callbacks_on_save_checkpoint(trainer, checkpoint)
File "/usr/local/lib/python3.10/dist-packages/pytorch_lightning/trainer/call.py", line 221, in _call_callbacks_on_save_checkpoint
callback.on_save_checkpoint(trainer, trainer.lightning_module, checkpoint)
File "/opt/NeMo/nemo/utils/callbacks/nemo_model_checkpoint.py", line 181, in on_save_checkpoint
pl_module.save_to(save_path=app_state.model_restore_path)
File "/opt/NeMo/nemo/core/classes/modelPT.py", line 385, in save_to
self._save_restore_connector.save_to(self, str(save_path)) # downstream tasks expect str, not Path
File "/opt/NeMo/nemo/collections/nlp/parts/nlp_overrides.py", line 489, in save_to
dist_checkpointing.save(sharded_state_dict=sharded_state_dict, checkpoint_dir=dist_ckpt_dir)
File "/opt/Megatron-LM/megatron/core/dist_checkpointing/serialization.py", line 174, in save
sharded_strategy.save(sharded_tensors, checkpoint_dir)
File "/opt/Megatron-LM/megatron/core/dist_checkpointing/strategies/zarr.py", line 49, in save
arrays = _create_or_open_zarr_arrays(sharded_tensors, checkpoint_dir)
File "/opt/Megatron-LM/megatron/core/dist_checkpointing/strategies/zarr.py", line 73, in _create_or_open_zarr_arrays
arr = zarr.open(checkpoint_dir / ten.key, 'r+', **open_kwargs)
File "/usr/local/lib/python3.10/dist-packages/zarr/convenience.py", line 130, in open
raise PathNotFoundError(path)
zarr.errors.PathNotFoundError: nothing found at path ''
**Steps/Code to reproduce bug**
Please list *minimal* steps or code snippet for us to be able to reproduce the bug.
A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment overview (please complete the following information)**
- Environment location: [Bare-metal, Docker, Cloud(specify cloud provider - AWS, Azure, GCP, Collab)]
- Method of NeMo install: [pip install or from source]. Please specify exact commands you used to install.
- If method of install is [Docker], provide `docker pull` & `docker run` commands used
**Environment details**
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
- OS version
- PyTorch version
- Python version
**Additional context**
Add any other context about the problem here.
Example: H100
| {
"login": "premmotgi",
"id": 55761557,
"node_id": "MDQ6VXNlcjU1NzYxNTU3",
"avatar_url": "https://avatars.githubusercontent.com/u/55761557?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/premmotgi",
"html_url": "https://github.com/premmotgi",
"followers_url": "https://api.github.com/users/premmotgi/followers",
"following_url": "https://api.github.com/users/premmotgi/following{/other_user}",
"gists_url": "https://api.github.com/users/premmotgi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/premmotgi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/premmotgi/subscriptions",
"organizations_url": "https://api.github.com/users/premmotgi/orgs",
"repos_url": "https://api.github.com/users/premmotgi/repos",
"events_url": "https://api.github.com/users/premmotgi/events{/privacy}",
"received_events_url": "https://api.github.com/users/premmotgi/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7756/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7756/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/7755 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7755/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7755/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7755/events | https://github.com/NVIDIA/NeMo/pull/7755 | 1,951,676,440 | PR_kwDOC_bI7s5dPnCz | 7,755 | Fix bug in MegatronPretrainingRandomSampler | {
"login": "zigzagcai",
"id": 8370601,
"node_id": "MDQ6VXNlcjgzNzA2MDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/8370601?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zigzagcai",
"html_url": "https://github.com/zigzagcai",
"followers_url": "https://api.github.com/users/zigzagcai/followers",
"following_url": "https://api.github.com/users/zigzagcai/following{/other_user}",
"gists_url": "https://api.github.com/users/zigzagcai/gists{/gist_id}",
"starred_url": "https://api.github.com/users/zigzagcai/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/zigzagcai/subscriptions",
"organizations_url": "https://api.github.com/users/zigzagcai/orgs",
"repos_url": "https://api.github.com/users/zigzagcai/repos",
"events_url": "https://api.github.com/users/zigzagcai/events{/privacy}",
"received_events_url": "https://api.github.com/users/zigzagcai/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-19T09:08:13 | 2023-12-15T01:46:12 | 2023-12-15T01:46:12 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7755",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7755",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7755.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7755.patch",
"merged_at": null
} | # What does this PR do ?
Bug fix for `MegatronPretrainingRandomSampler`, which may affect NLP collections in NeMo
**Collection**: NLP
# Changelog
**Changed Files**: `nemo/collections/nlp/data/language_modeling/megatron/data_samplers.py`
- [MegatronPretrainingRandomSampler](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/data/language_modeling/megatron/data_samplers.py#L162) requires `self.data_parallel_size` to calculate `bucket_offset`, but `self.data_parallel_size` is missing in the attributes.
- It will raise `AttributeError: 'MegatronPretrainingRandomSampler' object has no attribute 'data_parallel_size'. Did you mean: 'data_parallel_rank'?` when we tried to run llama2 models with `dataloader_type=cyclic`
# Reproduce steps
1. Use configuration `dataloader_type: cyclic` to launch llama2 models with [configuration file](https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml#L210)
``` yaml
data:
data_impl: mmap
dataloader_type: cyclic
skip_warmup: true
splits_string: "99990,8,2"
seq_length: 4096
reset_position_ids: false
reset_attention_mask: false
eod_mask_loss: false
index_mapping_dir: null
data_prefix:
- ${data_dir}/my-llama_00_text_document
```
2. Then you will get the error msg shown below
``` bash
File "/mnt/petrelfs/caizheng/miniconda3/envs/nemo/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1084, in __init__
self._reset(loader, first_iter=True)
File "/mnt/petrelfs/caizheng/miniconda3/envs/nemo/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1117, in _reset
self._try_put_index()
File "/mnt/petrelfs/caizheng/miniconda3/envs/nemo/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 1351, in _try_put_index
index = self._next_index()
File "/mnt/petrelfs/caizheng/miniconda3/envs/nemo/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 623, in _next_index
return next(self._sampler_iter) # may raise StopIteration
File "/mnt/petrelfs/caizheng/dev/NeMo/nemo/collections/nlp/data/language_modeling/megatron/data_samplers.py", line 163, in __iter__
bucket_offset = current_epoch_samples // self.data_parallel_size
AttributeError: 'MegatronPretrainingRandomSampler' object has no attribute 'data_parallel_size'. Did you mean: 'data_parallel_rank'?
```
# 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)
- [x] Did you write any new necessary tests?
- [x] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7755/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7755/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7754 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7754/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7754/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7754/events | https://github.com/NVIDIA/NeMo/pull/7754 | 1,951,463,222 | PR_kwDOC_bI7s5dO4lO | 7,754 | Updated installation of ctc-decoders | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-19T07:15:48 | 2023-10-19T07:30:57 | 2023-10-19T07:30:56 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7754",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7754",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7754.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7754.patch",
"merged_at": "2023-10-19T07:30:56"
} | # What does this PR do ?
Fixed issue with installation of ctc-decoders and Offline-ASR notebook
**Collection**: `tutorials/asr`
# Changelog
- Fixed issue with installation of ctc-decoders and Offline-ASR notebook
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# 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 update any necessary documentation?
- [X] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [X] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7754/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7754/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7753 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7753/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7753/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7753/events | https://github.com/NVIDIA/NeMo/pull/7753 | 1,951,049,755 | PR_kwDOC_bI7s5dNfUd | 7,753 | Pin mcore to 0.3 | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI",
"name": "CI",
"color": "1D76DB",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-19T02:08:45 | 2023-10-19T16:02:33 | 2023-10-19T16:02:32 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7753",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7753",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7753.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7753.patch",
"merged_at": "2023-10-19T16:02:32"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7753/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7753/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7752 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7752/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7752/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7752/events | https://github.com/NVIDIA/NeMo/pull/7752 | 1,950,847,276 | PR_kwDOC_bI7s5dMz35 | 7,752 | Add activations_checkpoint related args for model cfg in lora.ipynb | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T23:04:56 | 2023-10-19T02:07:07 | 2023-10-19T02:07:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7752",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7752",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7752.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7752.patch",
"merged_at": "2023-10-19T02:07: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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7752/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7752/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7751 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7751/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7751/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7751/events | https://github.com/NVIDIA/NeMo/pull/7751 | 1,950,804,061 | PR_kwDOC_bI7s5dMqYe | 7,751 | Pin mcore to 0.3 | {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T22:26:51 | 2023-10-19T02:08:12 | 2023-10-19T02:08:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7751",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7751",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7751.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7751.patch",
"merged_at": "2023-10-19T02:08:11"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7751/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7751/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7750 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7750/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7750/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7750/events | https://github.com/NVIDIA/NeMo/pull/7750 | 1,950,241,200 | PR_kwDOC_bI7s5dKvYx | 7,750 | Add Adapter and IA3 support for MCore models | {
"login": "cuichenx",
"id": 43478052,
"node_id": "MDQ6VXNlcjQzNDc4MDUy",
"avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cuichenx",
"html_url": "https://github.com/cuichenx",
"followers_url": "https://api.github.com/users/cuichenx/followers",
"following_url": "https://api.github.com/users/cuichenx/following{/other_user}",
"gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions",
"organizations_url": "https://api.github.com/users/cuichenx/orgs",
"repos_url": "https://api.github.com/users/cuichenx/repos",
"events_url": "https://api.github.com/users/cuichenx/events{/privacy}",
"received_events_url": "https://api.github.com/users/cuichenx/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T17:02:53 | 2023-11-09T14:55:28 | 2023-11-09T14:55:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7750",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7750",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7750.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7750.patch",
"merged_at": "2023-11-09T14:55:27"
} | # What does this PR do ?
Add Adapter and IA3 for MCore PEFT tuning.
Previously, only LoRA and PTuning was supported for MCore models.
Verified training curve and eval results on Squad are identical as NeMo GPT model.
**Collection**: NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
```bash
model.peft.peft_scheme=adapter
# OR
model.peft.peft_scheme=ia3
# are now supported for mcore models (model.mcore_gpt=True)
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "cuichenx",
"id": 43478052,
"node_id": "MDQ6VXNlcjQzNDc4MDUy",
"avatar_url": "https://avatars.githubusercontent.com/u/43478052?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/cuichenx",
"html_url": "https://github.com/cuichenx",
"followers_url": "https://api.github.com/users/cuichenx/followers",
"following_url": "https://api.github.com/users/cuichenx/following{/other_user}",
"gists_url": "https://api.github.com/users/cuichenx/gists{/gist_id}",
"starred_url": "https://api.github.com/users/cuichenx/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/cuichenx/subscriptions",
"organizations_url": "https://api.github.com/users/cuichenx/orgs",
"repos_url": "https://api.github.com/users/cuichenx/repos",
"events_url": "https://api.github.com/users/cuichenx/events{/privacy}",
"received_events_url": "https://api.github.com/users/cuichenx/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7750/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7750/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7749 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7749/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7749/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7749/events | https://github.com/NVIDIA/NeMo/pull/7749 | 1,950,013,694 | PR_kwDOC_bI7s5dJ99_ | 7,749 | Add dist ckpt support for regular optimizers | {
"login": "mikolajblaz",
"id": 9979479,
"node_id": "MDQ6VXNlcjk5Nzk0Nzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mikolajblaz",
"html_url": "https://github.com/mikolajblaz",
"followers_url": "https://api.github.com/users/mikolajblaz/followers",
"following_url": "https://api.github.com/users/mikolajblaz/following{/other_user}",
"gists_url": "https://api.github.com/users/mikolajblaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mikolajblaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mikolajblaz/subscriptions",
"organizations_url": "https://api.github.com/users/mikolajblaz/orgs",
"repos_url": "https://api.github.com/users/mikolajblaz/repos",
"events_url": "https://api.github.com/users/mikolajblaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mikolajblaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-18T15:19:54 | 2024-02-05T16:53:17 | 2024-01-31T21:47:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7749",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7749",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7749.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7749.patch",
"merged_at": "2024-01-31T21:47:02"
} | # What does this PR do ?
Add dist checkpoint support for regular (non O2 and non-distributed) optimizers.
This change is required to support dist ckpt for FSDP training
**Collection**: NLP
# Changelog
- Add dist checkpoint support for regular (non O2 and non-distributed) optimizers.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/dimapihtar/followers",
"following_url": "https://api.github.com/users/dimapihtar/following{/other_user}",
"gists_url": "https://api.github.com/users/dimapihtar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dimapihtar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dimapihtar/subscriptions",
"organizations_url": "https://api.github.com/users/dimapihtar/orgs",
"repos_url": "https://api.github.com/users/dimapihtar/repos",
"events_url": "https://api.github.com/users/dimapihtar/events{/privacy}",
"received_events_url": "https://api.github.com/users/dimapihtar/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7749/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7749/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7748 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7748/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7748/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7748/events | https://github.com/NVIDIA/NeMo/pull/7748 | 1,949,516,314 | PR_kwDOC_bI7s5dIRcJ | 7,748 | Pin tensorstore version | {
"login": "mikolajblaz",
"id": 9979479,
"node_id": "MDQ6VXNlcjk5Nzk0Nzk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mikolajblaz",
"html_url": "https://github.com/mikolajblaz",
"followers_url": "https://api.github.com/users/mikolajblaz/followers",
"following_url": "https://api.github.com/users/mikolajblaz/following{/other_user}",
"gists_url": "https://api.github.com/users/mikolajblaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mikolajblaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mikolajblaz/subscriptions",
"organizations_url": "https://api.github.com/users/mikolajblaz/orgs",
"repos_url": "https://api.github.com/users/mikolajblaz/repos",
"events_url": "https://api.github.com/users/mikolajblaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/mikolajblaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-10-18T11:28:03 | 2023-10-19T16:04:38 | 2023-10-19T16:04:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7748",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7748",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7748.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7748.patch",
"merged_at": null
} | # What does this PR do ?
Tensorstore version 0.1.46 (published 10/18/23) breaks BF16 support for Zarr
**Collection**: NLP
# Changelog
- pin tensorstore version to 0.1.45
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7748/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7748/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7747 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7747/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7747/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7747/events | https://github.com/NVIDIA/NeMo/pull/7747 | 1,948,990,505 | PR_kwDOC_bI7s5dGerU | 7,747 | Change accelerator to 'auto' in nlp_checkpoint_port.py | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T06:54:12 | 2023-10-19T22:12:28 | 2023-10-19T22:12:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7747",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7747",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7747.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7747.patch",
"merged_at": "2023-10-19T22:12:27"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7747/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7747/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7746 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7746/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7746/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7746/events | https://github.com/NVIDIA/NeMo/pull/7746 | 1,948,781,861 | PR_kwDOC_bI7s5dFwaN | 7,746 | Updated installation of ctc-decoders | {
"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",
"following_url": "https://api.github.com/users/vsl9/following{/other_user}",
"gists_url": "https://api.github.com/users/vsl9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsl9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsl9/subscriptions",
"organizations_url": "https://api.github.com/users/vsl9/orgs",
"repos_url": "https://api.github.com/users/vsl9/repos",
"events_url": "https://api.github.com/users/vsl9/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsl9/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T04:23:43 | 2023-10-19T07:15:19 | 2023-10-19T07:15:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7746",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7746",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7746.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7746.patch",
"merged_at": "2023-10-19T07:15:18"
} | # What does this PR do ?
Fixed issue with installation of ctc-decoders and Offline-ASR notebook
**Collection**: `tutorials/asr`
# Changelog
- Fixed issue with installation of ctc-decoders and Offline-ASR notebook
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# 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 update any necessary documentation?
- [X] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [X] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7746/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7746/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7745 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7745/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7745/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7745/events | https://github.com/NVIDIA/NeMo/pull/7745 | 1,948,761,507 | PR_kwDOC_bI7s5dFr8e | 7,745 | tune specific params in the base model | {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T04:01:57 | 2024-01-16T17:07:28 | 2024-01-16T17:07:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7745",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7745",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7745.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7745.patch",
"merged_at": "2024-01-16T17:07:27"
} | # What does this PR do ?
tune only a selected subset of the params of the base model.
**Collection**: [NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/followers",
"following_url": "https://api.github.com/users/arendu/following{/other_user}",
"gists_url": "https://api.github.com/users/arendu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arendu/subscriptions",
"organizations_url": "https://api.github.com/users/arendu/orgs",
"repos_url": "https://api.github.com/users/arendu/repos",
"events_url": "https://api.github.com/users/arendu/events{/privacy}",
"received_events_url": "https://api.github.com/users/arendu/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7745/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7745/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7744 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7744/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7744/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7744/events | https://github.com/NVIDIA/NeMo/pull/7744 | 1,948,638,481 | PR_kwDOC_bI7s5dFQ-X | 7,744 | Support flash decoding | {
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-18T02:16:04 | 2023-10-24T18:30:39 | 2023-10-24T18:30:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7744",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7744",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7744.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7744.patch",
"merged_at": "2023-10-24T18:30:37"
} | # What does this PR do ?
Add flash decoding from `flash-attn>=2.2` in this [repo](https://github.com/Dao-AILab/flash-attention/tree/main).
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* Add `model.use_flash_attention=True` when doing inference
* Support with container `nvcr.io/nvidian/ac-aiapps/nemo:swa101623`
# 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 update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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.com/users/hsiehjackson/followers",
"following_url": "https://api.github.com/users/hsiehjackson/following{/other_user}",
"gists_url": "https://api.github.com/users/hsiehjackson/gists{/gist_id}",
"starred_url": "https://api.github.com/users/hsiehjackson/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/hsiehjackson/subscriptions",
"organizations_url": "https://api.github.com/users/hsiehjackson/orgs",
"repos_url": "https://api.github.com/users/hsiehjackson/repos",
"events_url": "https://api.github.com/users/hsiehjackson/events{/privacy}",
"received_events_url": "https://api.github.com/users/hsiehjackson/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7744/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7744/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7743 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7743/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7743/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7743/events | https://github.com/NVIDIA/NeMo/pull/7743 | 1,948,468,830 | PR_kwDOC_bI7s5dEsph | 7,743 | Replace gpus with devices | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-17T23:41:12 | 2023-10-17T23:46:43 | 2023-10-17T23:46:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7743",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7743",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7743.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7743.patch",
"merged_at": "2023-10-17T23:46:42"
} | # 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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7743/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7743/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7742 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7742/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7742/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7742/events | https://github.com/NVIDIA/NeMo/pull/7742 | 1,948,415,931 | PR_kwDOC_bI7s5dEg9u | 7,742 | Add NLPDDPStrategyNotebook and change trainer gpus to devices | {
"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": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-17T22:47:37 | 2023-10-17T22:52:28 | 2023-10-17T22:51:46 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7742",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7742",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7742.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7742.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 code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7742/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7742/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7741 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7741/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7741/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7741/events | https://github.com/NVIDIA/NeMo/pull/7741 | 1,948,268,438 | PR_kwDOC_bI7s5dD_6q | 7,741 | Add NLPDDPStrategyNotebook and change trainer gpus to devices | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-17T21:06:47 | 2023-10-17T22:47:05 | 2023-10-17T22:47:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7741",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7741",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7741.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7741.patch",
"merged_at": "2023-10-17T22:47:04"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7741/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7741/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7740 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7740/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7740/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7740/events | https://github.com/NVIDIA/NeMo/pull/7740 | 1,948,218,912 | PR_kwDOC_bI7s5dD0wu | 7,740 | FSDP + Tensor Parallelism | {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo82/followers",
"following_url": "https://api.github.com/users/erhoo82/following{/other_user}",
"gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}",
"starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions",
"organizations_url": "https://api.github.com/users/erhoo82/orgs",
"repos_url": "https://api.github.com/users/erhoo82/repos",
"events_url": "https://api.github.com/users/erhoo82/events{/privacy}",
"received_events_url": "https://api.github.com/users/erhoo82/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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-10-17T20:41:17 | 2024-01-02T01:45:09 | 2023-12-10T19:34:28 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7740",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7740",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7740.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7740.patch",
"merged_at": null
} | # What does this PR do ?
Supports torch FSDP with Tensor Parallelism
# Usage
Set `model.fsdp=True` to enable FSDP. Gradient reduction data type can be set using `model.fsdp_grad_reduce_dtype`.
FSDP mode is not compatible with the `Distributed Optimizer` and `O2 optimizer wrapper`, thus should set `model.megatron_amp_O2=False` and do not use `model.optim.name="distributed_fused_adam"`
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo82/followers",
"following_url": "https://api.github.com/users/erhoo82/following{/other_user}",
"gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}",
"starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions",
"organizations_url": "https://api.github.com/users/erhoo82/orgs",
"repos_url": "https://api.github.com/users/erhoo82/repos",
"events_url": "https://api.github.com/users/erhoo82/events{/privacy}",
"received_events_url": "https://api.github.com/users/erhoo82/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7740/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7740/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/7739 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/7739/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/7739/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/7739/events | https://github.com/NVIDIA/NeMo/pull/7739 | 1,947,985,068 | PR_kwDOC_bI7s5dDCWf | 7,739 | context parallelism | {
"login": "xrennvidia",
"id": 103958965,
"node_id": "U_kgDOBjJJtQ",
"avatar_url": "https://avatars.githubusercontent.com/u/103958965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xrennvidia",
"html_url": "https://github.com/xrennvidia",
"followers_url": "https://api.github.com/users/xrennvidia/followers",
"following_url": "https://api.github.com/users/xrennvidia/following{/other_user}",
"gists_url": "https://api.github.com/users/xrennvidia/gists{/gist_id}",
"starred_url": "https://api.github.com/users/xrennvidia/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xrennvidia/subscriptions",
"organizations_url": "https://api.github.com/users/xrennvidia/orgs",
"repos_url": "https://api.github.com/users/xrennvidia/repos",
"events_url": "https://api.github.com/users/xrennvidia/events{/privacy}",
"received_events_url": "https://api.github.com/users/xrennvidia/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP",
"name": "NLP",
"color": "CBF09A",
"default": false,
"description": ""
}
] | closed | false | null | [] | null | null | 2023-10-17T18:11:50 | 2024-01-10T06:32:11 | 2024-01-10T06:32:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/7739",
"html_url": "https://github.com/NVIDIA/NeMo/pull/7739",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/7739.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/7739.patch",
"merged_at": "2024-01-10T06:32:10"
} | # What does this PR do ?
GPT training with long-context input (e.g., sequence length of 16, 32K, 64K) can easily overflow GPU memory with huge activations. Context parallelism splits long-context input along the dimension of sequence length, parallelizes partitioned sequence segments among multiple GPUs. In this way, each GPU only needs to store activations of a part of sequence length, so that we can avoid memory overflow.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready for review"
**Pre checks**:
- [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
- [ ] Did you write any new necessary tests?
- [ ] Did you add or update any necessary documentation?
- [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc)
- [ ] Reviewer: Does the PR have correct import guards for all optional libraries?
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
If you haven't finished some of the above items you can still open "Draft" PR.
## Who can review?
Anyone in the community is free to review the PR once the checks have passed.
[Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
# Additional Information
* Related to # (issue)
| {
"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/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/7739/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/7739/timeline | null | null | true |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.