url
stringlengths
52
53
repository_url
stringclasses
1 value
labels_url
stringlengths
66
67
comments_url
stringlengths
61
62
events_url
stringlengths
59
60
html_url
stringlengths
40
43
id
int64
719M
2.8B
node_id
stringlengths
18
32
number
int64
1.28k
11.9k
title
stringlengths
1
350
user
dict
labels
listlengths
0
10
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
3
milestone
null
comments
listlengths
0
30
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
sub_issues_summary
dict
active_lock_reason
stringclasses
1 value
draft
bool
2 classes
pull_request
dict
body
stringlengths
0
73.4k
closed_by
dict
reactions
dict
timeline_url
stringlengths
61
62
performed_via_github_app
null
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/NVIDIA/NeMo/issues/10783
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10783/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10783/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10783/events
https://github.com/NVIDIA/NeMo/pull/10783
2,571,038,326
PR_kwDOC_bI7s592Ohp
10,783
remove 8x3b recipes (#10764)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", ...
closed
false
null
[]
null
[]
2024-10-07T17:28:39
2024-10-08T00:37:16
2024-10-08T00:37:15
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10783", "html_url": "https://github.com/NVIDIA/NeMo/pull/10783", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10783.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10783.patch", "merged_at": "2024-10-08T00:37:15" }
* remove 8x3b recipes * remove 8x3b from test_nemo_run * rm from __init__ --------- # 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 lev...
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10783/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10783/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10782
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10782/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10782/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10782/events
https://github.com/NVIDIA/NeMo/issues/10782
2,570,722,788
I_kwDOC_bI7s6ZOh3k
10,782
Unable to merge lora weights: "world_size (1) is not divisible by 4"
{ "login": "Elan456", "id": 106495544, "node_id": "U_kgDOBlj-OA", "avatar_url": "https://avatars.githubusercontent.com/u/106495544?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Elan456", "html_url": "https://github.com/Elan456", "followers_url": "https://api.github.com/users/Elan456/foll...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
[ "## Fix\n\nIn the `model_config.yaml` of the .nemo checkpoint downloaded from [Hugging Face](https://huggingface.co/nvidia/Minitron-4B-Base), the `tensor_model_parallel_size` is set to 4:\n\n```\ntensor_model_parallel_size: 4\n```\n\nIf you untar the `.nemo` checkpoint, change the value of `tensor_model_parallel_si...
2024-10-07T15:04:35
2024-11-17T02:05:18
2024-11-17T02:05:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** When running `merge_lora_weights/merge.py` with TP and PP set to 1 on a fine-tuned minitron checkpoint, I run into the following error: ```sh raise RuntimeError(f"world_size ({world_size}) is not divisible by {total_model_size}") [rank0]: RuntimeError: world_size (1) is not divisible by 4 ``` The...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10782/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10782/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10781
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10781/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10781/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10781/events
https://github.com/NVIDIA/NeMo/pull/10781
2,570,453,692
PR_kwDOC_bI7s590Vhg
10,781
remove optional flag
{ "login": "JRD971000", "id": 71892896, "node_id": "MDQ6VXNlcjcxODkyODk2", "avatar_url": "https://avatars.githubusercontent.com/u/71892896?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JRD971000", "html_url": "https://github.com/JRD971000", "followers_url": "https://api.github.com/users/...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
{ "login": "JRD971000", "id": 71892896, "node_id": "MDQ6VXNlcjcxODkyODk2", "avatar_url": "https://avatars.githubusercontent.com/u/71892896?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JRD971000", "html_url": "https://github.com/JRD971000", "followers_url": "https://api.github.com/users/...
[ { "login": "JRD971000", "id": 71892896, "node_id": "MDQ6VXNlcjcxODkyODk2", "avatar_url": "https://avatars.githubusercontent.com/u/71892896?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JRD971000", "html_url": "https://github.com/JRD971000", "followers_url": "https://a...
null
[ "[🤖]: Hi @JRD971000 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g"...
2024-10-07T13:30:08
2024-10-08T21:11:41
2024-10-08T21:11:39
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10781", "html_url": "https://github.com/NVIDIA/NeMo/pull/10781", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10781.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10781.patch", "merged_at": "2024-10-08T21:11:39" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10781/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10781/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10780
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10780/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10780/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10780/events
https://github.com/NVIDIA/NeMo/pull/10780
2,569,511,167
PR_kwDOC_bI7s59xQgU
10,780
Akoumparouli/mcore microbatch calculator fix
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @akoumpa 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-07T06:54:45
2024-10-07T17:06:31
2024-10-07T17:06:29
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10780", "html_url": "https://github.com/NVIDIA/NeMo/pull/10780", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10780.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10780.patch", "merged_at": "2024-10-07T17:06:29" }
# What does this PR do ? Changes: 1. use context manager when running reconfigure microbatch calculator to avoid side-effects across tests. 2. move test/lightning/io to test/lightning/_io to avoid name-collision with python's io lib. **Collection**: [Note which collection this PR will affect] # Changelog ...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10780/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10780/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10779
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10779/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10779/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10779/events
https://github.com/NVIDIA/NeMo/pull/10779
2,569,015,550
PR_kwDOC_bI7s59vqpa
10,779
Bump `Dockerfile.ci` (2024-10-07)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-07T00:23:20
2024-10-07T05:57:46
2024-10-07T05:57:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10779", "html_url": "https://github.com/NVIDIA/NeMo/pull/10779", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10779.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10779.patch", "merged_at": "2024-10-07T05:57:44" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10779/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10779/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10778
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10778/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10778/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10778/events
https://github.com/NVIDIA/NeMo/pull/10778
2,568,381,524
PR_kwDOC_bI7s59t_3-
10,778
Bump `Dockerfile.ci` (2024-10-06)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-06T00:24:15
2024-10-07T05:54:10
2024-10-07T05:54:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10778", "html_url": "https://github.com/NVIDIA/NeMo/pull/10778", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10778.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10778.patch", "merged_at": "2024-10-07T05:54:08" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10778/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10778/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10777
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10777/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10777/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10777/events
https://github.com/NVIDIA/NeMo/pull/10777
2,568,276,789
PR_kwDOC_bI7s59ttEQ
10,777
replace `SIGKILL` with `SIGTERM`
{ "login": "MahmoudAshraf97", "id": 32404268, "node_id": "MDQ6VXNlcjMyNDA0MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/32404268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MahmoudAshraf97", "html_url": "https://github.com/MahmoudAshraf97", "followers_url": "https://api...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "Not stale", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", ...
2024-10-05T19:08:51
2024-12-03T02:05:29
2024-12-03T02:05:28
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10777", "html_url": "https://github.com/NVIDIA/NeMo/pull/10777", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10777.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10777.patch", "merged_at": null }
# What does this PR do ? `signal.SIGKILL` is used but it's not supported in windows, it was introduced in #9352 **Collection**: Core # Changelog - Replace `signal.SIGKILL` with `signal.SIGTERM` as it is not supported in windows, I know windows is supposed to be used along with WSL, but most of the 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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10777/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10777/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10776
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10776/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10776/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10776/events
https://github.com/NVIDIA/NeMo/pull/10776
2,568,247,815
PR_kwDOC_bI7s59tnoM
10,776
Bump `Dockerfile.ci` (2024-10-05)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-05T18:16:41
2024-10-05T20:49:55
2024-10-05T20:49:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10776", "html_url": "https://github.com/NVIDIA/NeMo/pull/10776", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10776.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10776.patch", "merged_at": "2024-10-05T20:49:53" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10776/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10776/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10775
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10775/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10775/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10775/events
https://github.com/NVIDIA/NeMo/pull/10775
2,568,229,764
PR_kwDOC_bI7s59tkax
10,775
ci: Add cherry-pick label to cherry-picks
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-05T17:27:59
2024-10-07T14:22:12
2024-10-07T14:22:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10775", "html_url": "https://github.com/NVIDIA/NeMo/pull/10775", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10775.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10775.patch", "merged_at": "2024-10-07T14:22:10" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10775/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10775/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10774
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10774/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10774/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10774/events
https://github.com/NVIDIA/NeMo/pull/10774
2,568,222,233
PR_kwDOC_bI7s59ti9I
10,774
ci: Fix broken notifications
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-10-05T17:06:25
2024-10-05T19:09:01
2024-10-05T19:09:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10774", "html_url": "https://github.com/NVIDIA/NeMo/pull/10774", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10774.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10774.patch", "merged_at": "2024-10-05T19:09:00" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10774/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10774/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10773
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10773/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10773/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10773/events
https://github.com/NVIDIA/NeMo/pull/10773
2,567,835,682
PR_kwDOC_bI7s59sMqK
10,773
ci: Cleanup required tests
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g", ...
2024-10-05T10:33:25
2024-10-07T14:29:11
2024-10-07T14:29:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10773", "html_url": "https://github.com/NVIDIA/NeMo/pull/10773", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10773.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10773.patch", "merged_at": "2024-10-07T14:29:08" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10773/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10773/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10772
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10772/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10772/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10772/events
https://github.com/NVIDIA/NeMo/issues/10772
2,567,781,993
I_kwDOC_bI7s6ZDT5p
10,772
`IPython` should be included in the requirements
{ "login": "MahmoudAshraf97", "id": 32404268, "node_id": "MDQ6VXNlcjMyNDA0MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/32404268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MahmoudAshraf97", "html_url": "https://github.com/MahmoudAshraf97", "followers_url": "https://api...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
[ "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", ".", "👍 ➕ ", "Fixed in #11191 , release 2.0.0" ]
2024-10-05T09:40:09
2024-11-18T09:07:42
2024-11-18T09:07:40
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** `IPython` is not included in the requirements but it is used in an non-optional manner **Steps/Code to reproduce bug** `from nemo.collections.asr.parts.utils.vad_utils import load_tensor_from_file` On a new environment that comes without `IPython` **Expected behavior** `IPython` should be incl...
{ "login": "MahmoudAshraf97", "id": 32404268, "node_id": "MDQ6VXNlcjMyNDA0MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/32404268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MahmoudAshraf97", "html_url": "https://github.com/MahmoudAshraf97", "followers_url": "https://api...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10772/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10772/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10771
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10771/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10771/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10771/events
https://github.com/NVIDIA/NeMo/pull/10771
2,567,746,311
PR_kwDOC_bI7s59r425
10,771
Dpykhtar/llama3 8b 24.09 train
{ "login": "dimapihtar", "id": 37850217, "node_id": "MDQ6VXNlcjM3ODUwMjE3", "avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dimapihtar", "html_url": "https://github.com/dimapihtar", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[]
2024-10-05T08:58:17
2024-10-25T10:57:52
2024-10-25T10:57:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10771", "html_url": "https://github.com/NVIDIA/NeMo/pull/10771", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10771.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10771.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "dimapihtar", "id": 37850217, "node_id": "MDQ6VXNlcjM3ODUwMjE3", "avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dimapihtar", "html_url": "https://github.com/dimapihtar", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10771/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10771/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10770
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10770/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10770/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10770/events
https://github.com/NVIDIA/NeMo/pull/10770
2,567,651,228
PR_kwDOC_bI7s59rmma
10,770
Cherry pick `Checkpoint connector bugfixes (10647 & 10786)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", ...
closed
false
null
[]
null
[ "Maybe some other change needs to get cherry picked? https://github.com/NVIDIA/NeMo/actions/runs/11191244026/job/31113955708?pr=10770", "@akoumpa to help merge this in", "CI passed: https://github.com/NVIDIA/NeMo/actions/runs/11446635583" ]
2024-10-05T04:28:27
2024-10-22T21:19:40
2024-10-22T21:19:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10770", "html_url": "https://github.com/NVIDIA/NeMo/pull/10770", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10770.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10770.patch", "merged_at": "2024-10-22T21:19:38" }
[🤖]: Hi @jstjohn 👋,<br><br>we've cherry picked #10647 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10770/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10770/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10769
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10769/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10769/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10769/events
https://github.com/NVIDIA/NeMo/pull/10769
2,567,646,944
PR_kwDOC_bI7s59rluG
10,769
Fix checkpoint loading when lm_head is on separate pipeline stage
{ "login": "paul-gibbons", "id": 87940629, "node_id": "MDQ6VXNlcjg3OTQwNjI5", "avatar_url": "https://avatars.githubusercontent.com/u/87940629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paul-gibbons", "html_url": "https://github.com/paul-gibbons", "followers_url": "https://api.github.c...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "htt...
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was c...
2024-10-05T04:13:57
2024-12-09T02:07:08
2024-12-09T02:07:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10769", "html_url": "https://github.com/NVIDIA/NeMo/pull/10769", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10769.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10769.patch", "merged_at": null }
# What does this PR do ? Fixes param_groups in the checkpoint when we have a separate pipeline stage for lm_head. Without this we face error below when loading the distributed checkpoint before resuming training. `ValueError: Cannot merge two lists with different lengths (2 and 1, encountered at level ('optimize...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10769/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10769/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10768
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10768/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10768/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10768/events
https://github.com/NVIDIA/NeMo/pull/10768
2,567,555,999
PR_kwDOC_bI7s59rTdP
10,768
Bump `Dockerfile.ci` (2024-10-05)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-05T00:21:49
2024-10-05T06:12:49
2024-10-05T06:12:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10768", "html_url": "https://github.com/NVIDIA/NeMo/pull/10768", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10768.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10768.patch", "merged_at": "2024-10-05T06:12:47" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10768/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10768/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10767
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10767/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10767/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10767/events
https://github.com/NVIDIA/NeMo/pull/10767
2,567,496,104
PR_kwDOC_bI7s59rG_6
10,767
Reduce storage usage in favor of local storage
{ "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/us...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @pablo-garay 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1...
2024-10-04T22:36:19
2024-10-09T13:36:07
2024-10-09T13:36:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10767", "html_url": "https://github.com/NVIDIA/NeMo/pull/10767", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10767.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10767.patch", "merged_at": "2024-10-09T13:36:05" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10767/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10767/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10766
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10766/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10766/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10766/events
https://github.com/NVIDIA/NeMo/pull/10766
2,567,419,431
PR_kwDOC_bI7s59q4DU
10,766
disable dynamo for DDP test
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "htt...
closed
false
null
[]
null
[ "in case this fixes the test, please set it to required too", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-04T21:17:25
2024-11-10T02:00:50
2024-11-10T02:00:50
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10766", "html_url": "https://github.com/NVIDIA/NeMo/pull/10766", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10766.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10766.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10766/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10766/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10765
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10765/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10765/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10765/events
https://github.com/NVIDIA/NeMo/pull/10765
2,567,233,280
PR_kwDOC_bI7s59qY5S
10,765
Save yaml config for model in nemo.lightning.io
{ "login": "hemildesai", "id": 8195444, "node_id": "MDQ6VXNlcjgxOTU0NDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8195444?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hemildesai", "html_url": "https://github.com/hemildesai", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[ "[🤖]: Hi @hemildesai 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11335318509) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko...
2024-10-04T19:56:07
2024-10-15T05:36:29
2024-10-15T05:36:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10765", "html_url": "https://github.com/NVIDIA/NeMo/pull/10765", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10765.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10765.patch", "merged_at": "2024-10-15T05:36:28" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10765/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10765/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10764
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10764/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10764/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10764/events
https://github.com/NVIDIA/NeMo/pull/10764
2,567,191,753
PR_kwDOC_bI7s59qTG1
10,764
remove 8x3b recipes
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[ "[🤖]: Hi @akoumpa 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g" ]
2024-10-04T19:37:01
2024-10-08T00:35:36
2024-10-07T17:24:13
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10764", "html_url": "https://github.com/NVIDIA/NeMo/pull/10764", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10764.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10764.patch", "merged_at": "2024-10-07T17:24: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 cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10764/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10764/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10763
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10763/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10763/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10763/events
https://github.com/NVIDIA/NeMo/pull/10763
2,566,962,357
PR_kwDOC_bI7s59pufm
10,763
Add LLama32 Vision Model Support in Nemo 2.0
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yao...
[ { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", ...
closed
false
{ "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/cui...
[ { "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....
null
[ "[🤖]: Hi @yaoyu-33 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11732901102) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n...
2024-10-04T17:57:14
2024-11-12T02:39:48
2024-11-08T18:31:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10763", "html_url": "https://github.com/NVIDIA/NeMo/pull/10763", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10763.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10763.patch", "merged_at": "2024-11-08T18:31:15" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yao...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10763/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10763/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10762
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10762/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10762/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10762/events
https://github.com/NVIDIA/NeMo/pull/10762
2,566,834,542
PR_kwDOC_bI7s59pYIf
10,762
ub configs (for performance)
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-04T17:09:36
2024-10-11T18:58:43
2024-10-11T18:58:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10762", "html_url": "https://github.com/NVIDIA/NeMo/pull/10762", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10762.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10762.patch", "merged_at": "2024-10-11T18:58:42" }
# What does this PR do ? tb overlap configs for llama3.1 405b, gpt 20b and 175b **Collection**: [llm] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python trainer = run.Config( nl.Trainer, ...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10762/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10762/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10761
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10761/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10761/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10761/events
https://github.com/NVIDIA/NeMo/pull/10761
2,566,786,339
PR_kwDOC_bI7s59pNk_
10,761
Akoumparouli/nemo ux test fixes (#10641)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-04T16:50:37
2024-10-04T21:23:16
2024-10-04T21:23:15
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10761", "html_url": "https://github.com/NVIDIA/NeMo/pull/10761", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10761.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10761.patch", "merged_at": "2024-10-04T21:23:15" }
* NeMoLogger arg rename dir -> log_dir * Set NVTE_APPLY_QK_LAYER_SCALING=0 * call mbs reconfigure to avoid interference from other tests; rewrite os.environ :( to avoid interference from other tests * Apply isort and black reformatting --------- # What does this PR do ? Add a one line ...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10761/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10761/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10760
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10760/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10760/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10760/events
https://github.com/NVIDIA/NeMo/pull/10760
2,566,681,949
PR_kwDOC_bI7s59o2kd
10,760
Cherry pick `Vllm 0.6.0 integration test (10697)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-04T15:50:44
2024-10-04T18:37:40
2024-10-04T18:37:37
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10760", "html_url": "https://github.com/NVIDIA/NeMo/pull/10760", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10760.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10760.patch", "merged_at": "2024-10-04T18:37:37" }
[🤖]: Hi @HuiyingLi 👋,<br><br>we've cherry picked #10697 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/th...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10760/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10760/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10759
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10759/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10759/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10759/events
https://github.com/NVIDIA/NeMo/pull/10759
2,566,519,511
PR_kwDOC_bI7s59oS_Y
10,759
multiturn training support for SALM
{ "login": "zhehuaichen", "id": 139396994, "node_id": "U_kgDOCE8Hgg", "avatar_url": "https://avatars.githubusercontent.com/u/139396994?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhehuaichen", "html_url": "https://github.com/zhehuaichen", "followers_url": "https://api.github.com/users/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "htt...
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was c...
2024-10-04T14:26:41
2024-11-24T02:06:04
2024-11-24T02:06:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10759", "html_url": "https://github.com/NVIDIA/NeMo/pull/10759", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10759.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10759.patch", "merged_at": null }
## Manifest format ``` { “id”: “some_id_14323452”, "conversations": [ { "value": "Can you help summarize the following?", "from": "User", "type": "text", }, { "value": "123.wav", "from": "User", "type": "audio", “duration”: 5.73, }, { ...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10759/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10759/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10758
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10758/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10758/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10758/events
https://github.com/NVIDIA/NeMo/pull/10758
2,565,810,243
PR_kwDOC_bI7s59l5qq
10,758
ci: Improve VM maintenance
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "Successful run: https://github.com/NVIDIA/NeMo/actions/runs/11178779025/job/31077046171" ]
2024-10-04T08:41:32
2024-10-25T14:21:58
2024-10-25T14:21:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10758", "html_url": "https://github.com/NVIDIA/NeMo/pull/10758", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10758.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10758.patch", "merged_at": "2024-10-25T14:21:58" }
# What does this PR do ? * Infers the list of VMs to check via the rest api. Another benefit: We can filter for runners that are online! * Runs a check to decide if a reboot is necessary or not * Transposes the execution order: Prev. we worked in stages (first: shutdown of _all_ runners, second: re-install dr...
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10758/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10758/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10757
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10757/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10757/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10757/events
https://github.com/NVIDIA/NeMo/pull/10757
2,565,741,893
PR_kwDOC_bI7s59lrN4
10,757
ci: Apply hotfix to `Nemo_CICD_Test`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "This needs to get into `main` urgently or all other PRs are blocked" ]
2024-10-04T08:05:23
2024-10-04T08:05:44
2024-10-04T08:05:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10757", "html_url": "https://github.com/NVIDIA/NeMo/pull/10757", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10757.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10757.patch", "merged_at": "2024-10-04T08:05: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 cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10757/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10757/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10756
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10756/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10756/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10756/events
https://github.com/NVIDIA/NeMo/pull/10756
2,565,651,765
PR_kwDOC_bI7s59lZox
10,756
ci: Fix `Nemo_CICD_Test` step
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-04T07:23:55
2024-10-04T15:57:37
2024-10-04T15:57:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10756", "html_url": "https://github.com/NVIDIA/NeMo/pull/10756", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10756.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10756.patch", "merged_at": "2024-10-04T15:57:35" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10756/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10756/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10755
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10755/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10755/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10755/events
https://github.com/NVIDIA/NeMo/pull/10755
2,565,222,841
PR_kwDOC_bI7s59kCVj
10,755
Remove long context recipe finetuning tests
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[ "The last step `CICD NeMo / Nemo_CICD_Test (pull_request)` fails due to a bug in the testing system. But I checked all test steps manually and haven't found any failure that would prevent from merging. So will override the branch protection rules and merge" ]
2024-10-04T01:00:15
2024-10-04T08:07:02
2024-10-04T08:07:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10755", "html_url": "https://github.com/NVIDIA/NeMo/pull/10755", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10755.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10755.patch", "merged_at": "2024-10-04T08:07:00" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10755/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10755/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10754
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10754/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10754/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10754/events
https://github.com/NVIDIA/NeMo/pull/10754
2,565,192,746
PR_kwDOC_bI7s59j7-z
10,754
Bump `Dockerfile.ci` (2024-10-04)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do next.\n...
2024-10-04T00:21:57
2024-10-04T13:16:56
2024-10-04T13:16:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10754", "html_url": "https://github.com/NVIDIA/NeMo/pull/10754", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10754.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10754.patch", "merged_at": "2024-10-04T13:16:54" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10754/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10754/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10753
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10753/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10753/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10753/events
https://github.com/NVIDIA/NeMo/pull/10753
2,565,192,348
PR_kwDOC_bI7s59j75P
10,753
SP=off
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "isn't this changed needed for 8x3b as well?\r\n" ]
2024-10-04T00:21:26
2024-10-04T21:45:49
2024-10-04T21:45:48
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10753", "html_url": "https://github.com/NVIDIA/NeMo/pull/10753", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10753.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10753.patch", "merged_at": "2024-10-04T21:45:48" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10753/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10753/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10752
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10752/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10752/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10752/events
https://github.com/NVIDIA/NeMo/pull/10752
2,565,188,500
PR_kwDOC_bI7s59j7ER
10,752
Add flux inference pipeline
{ "login": "Victor49152", "id": 111467530, "node_id": "U_kgDOBqTcCg", "avatar_url": "https://avatars.githubusercontent.com/u/111467530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Victor49152", "html_url": "https://github.com/Victor49152", "followers_url": "https://api.github.com/users/...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
{ "login": "Victor49152", "id": 111467530, "node_id": "U_kgDOBqTcCg", "avatar_url": "https://avatars.githubusercontent.com/u/111467530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Victor49152", "html_url": "https://github.com/Victor49152", "followers_url": "https://api.github.com/users/...
[ { "login": "Victor49152", "id": 111467530, "node_id": "U_kgDOBqTcCg", "avatar_url": "https://avatars.githubusercontent.com/u/111467530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Victor49152", "html_url": "https://github.com/Victor49152", "followers_url": "https://a...
null
[ "This PR is dependent on implementation of media in Mcore. Will need to add the changes to NeMo first or stay as a draft until the Mcore change is merged.", "@zpx01 can you take a look at the flow matching?", "[🤖]: Hi @Victor49152 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDI...
2024-10-04T00:16:35
2024-10-22T00:24:03
2024-10-22T00:24:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10752", "html_url": "https://github.com/NVIDIA/NeMo/pull/10752", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10752.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10752.patch", "merged_at": "2024-10-22T00:24:03" }
# What does this PR do ? Add flux inference pipeline **Collection**: diffusion # Changelog /nemo/collections/diffusion # GitHub Actions CI The Jenkins CI system has been replaced by GitHub Actions self-hosted runners. The GitHub Actions CI will run automatically when the "Run CICD" label is ad...
{ "login": "Victor49152", "id": 111467530, "node_id": "U_kgDOBqTcCg", "avatar_url": "https://avatars.githubusercontent.com/u/111467530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Victor49152", "html_url": "https://github.com/Victor49152", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10752/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10752/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10751
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10751/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10751/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10751/events
https://github.com/NVIDIA/NeMo/pull/10751
2,565,120,777
PR_kwDOC_bI7s59jsui
10,751
remove rm -rf /home/TestData and use /tmp instead (#10729)
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "Equivalent: https://github.com/NVIDIA/NeMo/pull/10729 in main" ]
2024-10-03T22:51:25
2024-10-03T22:55:18
2024-10-03T22:55:16
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10751", "html_url": "https://github.com/NVIDIA/NeMo/pull/10751", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10751.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10751.patch", "merged_at": "2024-10-03T22:55:16" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10751/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10751/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10750
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10750/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10750/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10750/events
https://github.com/NVIDIA/NeMo/pull/10750
2,565,044,750
PR_kwDOC_bI7s59jc6X
10,750
[Draft] Fix optimizer state_dict compatibility between Apex's fused_adam and distributed_fused_adam
{ "login": "paul-gibbons", "id": 87940629, "node_id": "MDQ6VXNlcjg3OTQwNjI5", "avatar_url": "https://avatars.githubusercontent.com/u/87940629?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paul-gibbons", "html_url": "https://github.com/paul-gibbons", "followers_url": "https://api.github.c...
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-03T21:38:32
2024-10-25T01:59:17
2024-10-25T01:59:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10750", "html_url": "https://github.com/NVIDIA/NeMo/pull/10750", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10750.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10750.patch", "merged_at": null }
# Description The use case I am supporting is the ability to take model checkpoints trained with fused_adam optimizer and then resume training with Apex's distributed_fused_adam while maintaining optimizer state. There is mismatch in the optimizer state_dict where MoE-specific keys, which are ShardedTensorFactory o...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10750/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10750/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10749
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10749/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10749/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10749/events
https://github.com/NVIDIA/NeMo/pull/10749
2,564,953,681
PR_kwDOC_bI7s59jJq3
10,749
Yash/dev llava next
{ "login": "yashaswikarnati", "id": 144376261, "node_id": "U_kgDOCJsBxQ", "avatar_url": "https://avatars.githubusercontent.com/u/144376261?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yashaswikarnati", "html_url": "https://github.com/yashaswikarnati", "followers_url": "https://api.githu...
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
[ "https://wandb.ai/joc/llava_next_energon/runs/70551i0j?nw=nwuserykarnati - fine tuning convergence run on LLaVA dataset" ]
2024-10-03T20:32:53
2024-11-04T18:58:06
2024-11-04T18:58:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10749", "html_url": "https://github.com/NVIDIA/NeMo/pull/10749", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10749.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10749.patch", "merged_at": null }
# What does this PR do ? Support training of LLaVa NeXt model. **Collection**: [Note which collection this PR will affect] Multimodal # Changelog - Added necessary task encoders for energon data module to support training LLaVA NeXT with NeVA Model # Usage The only change is to use the energon based data...
{ "login": "yashaswikarnati", "id": 144376261, "node_id": "U_kgDOCJsBxQ", "avatar_url": "https://avatars.githubusercontent.com/u/144376261?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yashaswikarnati", "html_url": "https://github.com/yashaswikarnati", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10749/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10749/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10748
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10748/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10748/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10748/events
https://github.com/NVIDIA/NeMo/pull/10748
2,564,913,308
PR_kwDOC_bI7s59jBDb
10,748
[MCoreDistOptim] Add assertions for McoreDistOptim and fix fp8 arg specs
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-10-03T20:06:27
2024-10-08T03:59:50
2024-10-07T15:11:28
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10748", "html_url": "https://github.com/NVIDIA/NeMo/pull/10748", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10748.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10748.patch", "merged_at": "2024-10-07T15:11:28" }
# What does this PR do ? 1. Copies the argument guard for param AG overlap with optim.step from Megatron LM. 2. Add FP8 support to MoE sequential group gemm **Collection**: [Note which collection this PR will affect] # Changelog - AUse param AG overlap with optim.step only when using (1) param AG overlap an...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10748/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10748/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10747
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10747/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10747/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10747/events
https://github.com/NVIDIA/NeMo/pull/10747
2,564,889,239
PR_kwDOC_bI7s59i76P
10,747
perf recipes
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-03T19:50:52
2024-11-05T01:57:42
2024-11-05T01:57:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10747", "html_url": "https://github.com/NVIDIA/NeMo/pull/10747", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10747.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10747.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10747/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10747/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10746
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10746/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10746/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10746/events
https://github.com/NVIDIA/NeMo/pull/10746
2,564,827,491
PR_kwDOC_bI7s59iutR
10,746
Cherry pick `Remove finetuning recipes for Long Context (10703)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-03T19:15:58
2024-10-04T15:23:35
2024-10-04T15:23:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10746", "html_url": "https://github.com/NVIDIA/NeMo/pull/10746", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10746.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10746.patch", "merged_at": "2024-10-04T15:23:34" }
[🤖]: Hi @BoxiangW 👋,<br><br>we've cherry picked #10703 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10746/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10746/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10745
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10745/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10745/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10745/events
https://github.com/NVIDIA/NeMo/issues/10745
2,564,661,667
I_kwDOC_bI7s6Y3aGj
10,745
Loading 70B model from .nemo checkpoint takes very long time
{ "login": "jiaji-huang", "id": 54750926, "node_id": "MDQ6VXNlcjU0NzUwOTI2", "avatar_url": "https://avatars.githubusercontent.com/u/54750926?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jiaji-huang", "html_url": "https://github.com/jiaji-huang", "followers_url": "https://api.github.com/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-03T17:55:24
2024-11-11T01:58:43
2024-11-11T01:58:43
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am launching a continuous pretraining job from a 70B model checkpoint. The checkpoint is saved as .nemo file. I use ``` megatronGPTModel.restore_from(restore_path="/path/to/my/70B/.nemo", override_config_path, trainer) ``` to restore the checkpoint. It hangs while unpacking the .nemo file. The container I am using i...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10745/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10745/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10744
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10744/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10744/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10744/events
https://github.com/NVIDIA/NeMo/pull/10744
2,564,656,705
PR_kwDOC_bI7s59iJj0
10,744
Fix load nemo issue in Multimodal TRTLLM
{ "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
{ "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://api.github.com/users...
[ { "login": "meatybobby", "id": 9738259, "node_id": "MDQ6VXNlcjk3MzgyNTk=", "avatar_url": "https://avatars.githubusercontent.com/u/9738259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meatybobby", "html_url": "https://github.com/meatybobby", "followers_url": "https://...
null
[ "@meatybobby Do you think this PR should also be merged to 24.09 release? If yes, we need to add the r2.0.0 label.", "[🤖]: Hi @meatybobby 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to m...
2024-10-03T17:52:21
2024-10-05T19:33:44
2024-10-05T19:33:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10744", "html_url": "https://github.com/NVIDIA/NeMo/pull/10744", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10744.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10744.patch", "merged_at": "2024-10-05T19:33:43" }
# What does this PR do ? Fix load nemo issue in Multimodal TRTLLM **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 demonstra...
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10744/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10744/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10743
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10743/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10743/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10743/events
https://github.com/NVIDIA/NeMo/pull/10743
2,564,604,601
PR_kwDOC_bI7s59h9t8
10,743
Cherry pick `Fix typo in ASR RNNT BPE model (10742)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-10-03T17:30:19
2024-10-04T12:06:50
2024-10-04T12:06:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10743", "html_url": "https://github.com/NVIDIA/NeMo/pull/10743", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10743.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10743.patch", "merged_at": "2024-10-04T12:06:48" }
[🤖]: Hi @pzelasko 👋,<br><br>we've cherry picked #10742 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10743/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10743/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10742
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10742/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10742/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10742/events
https://github.com/NVIDIA/NeMo/pull/10742
2,564,599,224
PR_kwDOC_bI7s59h8gM
10,742
Fix typo in ASR RNNT BPE model
{ "login": "pzelasko", "id": 15930688, "node_id": "MDQ6VXNlcjE1OTMwNjg4", "avatar_url": "https://avatars.githubusercontent.com/u/15930688?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pzelasko", "html_url": "https://github.com/pzelasko", "followers_url": "https://api.github.com/users/pze...
[ { "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": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url": "https://a...
closed
false
null
[]
null
[]
2024-10-03T17:28:35
2024-10-03T17:29:53
2024-10-03T17:29:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10742", "html_url": "https://github.com/NVIDIA/NeMo/pull/10742", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10742.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10742.patch", "merged_at": "2024-10-03T17:29:46" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10742/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10742/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10741
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10741/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10741/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10741/events
https://github.com/NVIDIA/NeMo/pull/10741
2,564,375,831
PR_kwDOC_bI7s59hLGm
10,741
allow cudnn fa
{ "login": "JimmyZhang12", "id": 67203904, "node_id": "MDQ6VXNlcjY3MjAzOTA0", "avatar_url": "https://avatars.githubusercontent.com/u/67203904?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JimmyZhang12", "html_url": "https://github.com/JimmyZhang12", "followers_url": "https://api.github.c...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @JimmyZhang12 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11165214983) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to ...
2024-10-03T15:38:59
2024-10-11T18:41:24
2024-10-11T18:41:22
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10741", "html_url": "https://github.com/NVIDIA/NeMo/pull/10741", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10741.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10741.patch", "merged_at": "2024-10-11T18:41:22" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10741/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10741/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10740
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10740/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10740/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10740/events
https://github.com/NVIDIA/NeMo/pull/10740
2,564,163,071
PR_kwDOC_bI7s59gcTB
10,740
TestEncDecMultiTaskModel for canary parallel
{ "login": "karpnv", "id": 1645775, "node_id": "MDQ6VXNlcjE2NDU3NzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karpnv", "html_url": "https://github.com/karpnv", "followers_url": "https://api.github.com/users/karpnv/foll...
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "[🤖]: Hi @karpnv 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11166342670) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do nex...
2024-10-03T14:06:40
2024-10-04T04:01:41
2024-10-04T04:01:39
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10740", "html_url": "https://github.com/NVIDIA/NeMo/pull/10740", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10740.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10740.patch", "merged_at": "2024-10-04T04:01:39" }
# Fix tests for TestEncDecMultiTaskModel **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? @pzelasko # Additional Information * Related to # (issue)
{ "login": "karpnv", "id": 1645775, "node_id": "MDQ6VXNlcjE2NDU3NzU=", "avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4", "gravatar_id": "", "url": "https://api.github.com/users/karpnv", "html_url": "https://github.com/karpnv", "followers_url": "https://api.github.com/users/karpnv/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10740/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10740/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10739
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10739/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10739/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10739/events
https://github.com/NVIDIA/NeMo/pull/10739
2,563,952,338
PR_kwDOC_bI7s59fuhg
10,739
ci: Re-instantiate optional tests
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11162127214) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do nex...
2024-10-03T12:38:16
2024-10-05T07:47:36
2024-10-05T07:47:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10739", "html_url": "https://github.com/NVIDIA/NeMo/pull/10739", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10739.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10739.patch", "merged_at": "2024-10-05T07:47:34" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10739/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10739/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10738
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10738/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10738/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10738/events
https://github.com/NVIDIA/NeMo/issues/10738
2,563,781,195
I_kwDOC_bI7s6Y0DJL
10,738
How to implement weight decay towards the pre-trained model?
{ "login": "sedol1339", "id": 5188731, "node_id": "MDQ6VXNlcjUxODg3MzE=", "avatar_url": "https://avatars.githubusercontent.com/u/5188731?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sedol1339", "html_url": "https://github.com/sedol1339", "followers_url": "https://api.github.com/users/se...
[ { "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
[ "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-03T11:15:41
2024-11-11T01:58:45
2024-11-11T01:58:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, let me one question. If using NeMo for supervised fune-tuning, how do I implement penalizing the distance between starting and current weights? This was shown to be effective in https://arxiv.org/abs/1706.03610
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10738/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10738/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10737
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10737/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10737/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10737/events
https://github.com/NVIDIA/NeMo/pull/10737
2,563,764,938
PR_kwDOC_bI7s59fFZl
10,737
ci(slack): Fix job pagination
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-10-03T11:07:38
2024-10-03T20:26:57
2024-10-03T20:26:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10737", "html_url": "https://github.com/NVIDIA/NeMo/pull/10737", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10737.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10737.patch", "merged_at": "2024-10-03T20:26:55" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10737/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10737/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10736
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10736/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10736/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10736/events
https://github.com/NVIDIA/NeMo/pull/10736
2,563,681,022
PR_kwDOC_bI7s59ezBw
10,736
ci: Fix secret
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-03T10:26:44
2024-10-03T10:26:55
2024-10-03T10:26:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10736", "html_url": "https://github.com/NVIDIA/NeMo/pull/10736", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10736.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10736.patch", "merged_at": "2024-10-03T10:26:51" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10736/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10736/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10735
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10735/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10735/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10735/events
https://github.com/NVIDIA/NeMo/pull/10735
2,563,664,562
PR_kwDOC_bI7s59evey
10,735
ci: Improve caching and image retention
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do next.\n...
2024-10-03T10:18:23
2024-10-04T10:12:59
2024-10-04T10:12:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10735", "html_url": "https://github.com/NVIDIA/NeMo/pull/10735", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10735.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10735.patch", "merged_at": "2024-10-04T10:12:58" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10735/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10735/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10734
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10734/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10734/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10734/events
https://github.com/NVIDIA/NeMo/pull/10734
2,563,650,223
PR_kwDOC_bI7s59esXh
10,734
ci: Fix issue with feedback
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-03T10:11:39
2024-10-03T10:11:49
2024-10-03T10:11:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10734", "html_url": "https://github.com/NVIDIA/NeMo/pull/10734", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10734.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10734.patch", "merged_at": "2024-10-03T10:11:46" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10734/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10734/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10733
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10733/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10733/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10733/events
https://github.com/NVIDIA/NeMo/pull/10733
2,563,526,433
PR_kwDOC_bI7s59eRYu
10,733
Adding init_model_parallel to FabricMegatronStrategy
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @marcromeyn 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g...
2024-10-03T09:13:49
2024-10-09T21:25:58
2024-10-09T21:25:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10733", "html_url": "https://github.com/NVIDIA/NeMo/pull/10733", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10733.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10733.patch", "merged_at": "2024-10-09T21:25:57" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10733/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10733/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10732
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10732/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10732/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10732/events
https://github.com/NVIDIA/NeMo/pull/10732
2,563,413,454
PR_kwDOC_bI7s59d47i
10,732
Moving steps to MegatronParallel to improve UX for Fabric
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @marcromeyn 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11275169690) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko...
2024-10-03T08:16:21
2024-10-10T21:30:49
2024-10-10T21:30:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10732", "html_url": "https://github.com/NVIDIA/NeMo/pull/10732", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10732.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10732.patch", "merged_at": "2024-10-10T21:30:47" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10732/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10732/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10731
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10731/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10731/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10731/events
https://github.com/NVIDIA/NeMo/pull/10731
2,563,353,196
PR_kwDOC_bI7s59dsA8
10,731
Cherry pick `In-framework inference fixes (10698)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-03T07:43:23
2024-10-04T06:19:01
2024-10-04T06:19:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10731", "html_url": "https://github.com/NVIDIA/NeMo/pull/10731", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10731.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10731.patch", "merged_at": "2024-10-04T06:19:00" }
[🤖]: Hi @janekl 👋,<br><br>we've cherry picked #10698 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10731/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10731/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10730
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10730/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10730/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10730/events
https://github.com/NVIDIA/NeMo/pull/10730
2,563,315,761
PR_kwDOC_bI7s59dkFX
10,730
Track io for hf AutoTokenizer
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-03T07:22:02
2024-10-25T01:59:19
2024-10-25T01:59:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10730", "html_url": "https://github.com/NVIDIA/NeMo/pull/10730", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10730.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10730.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10730/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10730/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10729
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10729/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10729/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10729/events
https://github.com/NVIDIA/NeMo/pull/10729
2,563,296,486
PR_kwDOC_bI7s59df5L
10,729
remove rm -rf /home/TestData and use /tmp instead
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "hey @akoumpa the CI passed - let's get this into `main` - thanks for this!" ]
2024-10-03T07:11:41
2024-10-03T18:46:37
2024-10-03T18:46:35
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10729", "html_url": "https://github.com/NVIDIA/NeMo/pull/10729", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10729.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10729.patch", "merged_at": "2024-10-03T18:46:35" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10729/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10729/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10728
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10728/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10728/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10728/events
https://github.com/NVIDIA/NeMo/pull/10728
2,563,062,713
PR_kwDOC_bI7s59cuIx
10,728
Fix error raising logic in model import
{ "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/cui...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @cuichenx 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do next....
2024-10-03T03:53:27
2024-10-08T17:34:04
2024-10-08T17:34:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10728", "html_url": "https://github.com/NVIDIA/NeMo/pull/10728", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10728.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10728.patch", "merged_at": "2024-10-08T17:34:03" }
# What does this PR do ? Fix error raising logic in model import **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 demonstrat...
{ "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/cui...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10728/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10728/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10727
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10727/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10727/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10727/events
https://github.com/NVIDIA/NeMo/pull/10727
2,562,878,881
PR_kwDOC_bI7s59cIg-
10,727
Bump `Dockerfile.ci` (2024-10-03)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-03T00:22:01
2024-10-03T13:32:50
2024-10-03T13:32:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10727", "html_url": "https://github.com/NVIDIA/NeMo/pull/10727", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10727.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10727.patch", "merged_at": "2024-10-03T13:32:48" }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10727/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10727/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10726
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10726/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10726/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10726/events
https://github.com/NVIDIA/NeMo/pull/10726
2,562,803,093
PR_kwDOC_bI7s59b33n
10,726
Cherrypick 10457
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-02T23:15:01
2024-10-03T19:55:59
2024-10-03T19:55:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10726", "html_url": "https://github.com/NVIDIA/NeMo/pull/10726", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10726.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10726.patch", "merged_at": "2024-10-03T19:55:57" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10726/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10726/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10725
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10725/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10725/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10725/events
https://github.com/NVIDIA/NeMo/pull/10725
2,562,800,922
PR_kwDOC_bI7s59b3X8
10,725
Fix gradient clipping mistral
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "[🤖]: Hi @maanug-nv 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g"...
2024-10-02T23:13:36
2024-10-09T09:19:54
2024-10-09T09:19:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10725", "html_url": "https://github.com/NVIDIA/NeMo/pull/10725", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10725.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10725.patch", "merged_at": "2024-10-09T09:19:53" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10725/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10725/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10724
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10724/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10724/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10724/events
https://github.com/NVIDIA/NeMo/pull/10724
2,562,755,301
PR_kwDOC_bI7s59bs33
10,724
Cherrypick 10470
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-02T22:49:12
2024-10-03T19:55:46
2024-10-03T19:55:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10724", "html_url": "https://github.com/NVIDIA/NeMo/pull/10724", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10724.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10724.patch", "merged_at": "2024-10-03T19:55:44" }
* Call reload_model_params only if there's no optimizer state * add nemo-ux resume test * Apply isort and black reformatting --------- # 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] # Chang...
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10724/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10724/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10723
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10723/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10723/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10723/events
https://github.com/NVIDIA/NeMo/pull/10723
2,562,744,537
PR_kwDOC_bI7s59bqfj
10,723
Cherrypick #10498
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[]
closed
false
null
[]
null
[]
2024-10-02T22:39:50
2024-10-03T19:55:32
2024-10-03T19:55:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10723", "html_url": "https://github.com/NVIDIA/NeMo/pull/10723", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10723.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10723.patch", "merged_at": "2024-10-03T19:55:31" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10723/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10723/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10722
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10722/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10722/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10722/events
https://github.com/NVIDIA/NeMo/pull/10722
2,562,719,771
PR_kwDOC_bI7s59blQl
10,722
Cherrypick 10300
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-02T22:14:04
2024-10-02T23:00:44
2024-10-02T23:00:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10722", "html_url": "https://github.com/NVIDIA/NeMo/pull/10722", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10722.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10722.patch", "merged_at": "2024-10-02T23:00:42" }
* Adding nemo-run to requirements * Updating nemo-run entrypoint inside setup.py * Remove nemo-run from requirements until we have a pypi package * Update entrypoint naming * Setting up cli recipe for llama3-8b * Move AutoTokenizer import inline for starcoder * Move AutoTokeniz...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10722/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10722/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10721
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10721/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10721/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10721/events
https://github.com/NVIDIA/NeMo/pull/10721
2,562,662,865
PR_kwDOC_bI7s59bZHH
10,721
[McoreDistOptim] Add a few assertions for McoreDistOptim
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://a...
closed
false
null
[]
null
[ "Close this and move to https://github.com/NVIDIA/NeMo/pull/10748\r\nto avoid CI issues" ]
2024-10-02T21:23:46
2024-10-08T03:59:47
2024-10-03T20:53:58
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10721", "html_url": "https://github.com/NVIDIA/NeMo/pull/10721", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10721.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10721.patch", "merged_at": null }
# What does this PR do ? Copies the argument guard for param AG overlap with optim.step from Megatron LM. # Changelog - Use param AG overlap with optim.step only when using (1) param AG overlap and (2) virtual pipelining - Param AG overlap can be used only when grad RS overlap is used # Usage * You can pot...
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10721/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10721/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10720
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10720/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10720/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10720/events
https://github.com/NVIDIA/NeMo/pull/10720
2,562,652,408
PR_kwDOC_bI7s59bW3I
10,720
Add Llama 3.1 Pruning and Distillation Tutorial
{ "login": "gvenkatakris", "id": 182821545, "node_id": "U_kgDOCuWiqQ", "avatar_url": "https://avatars.githubusercontent.com/u/182821545?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gvenkatakris", "html_url": "https://github.com/gvenkatakris", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
[ "@gvenkatakris Thanks for this great feature! I note that the current impl only support TP. Will PP be supported in the roadmap? " ]
2024-10-02T21:15:43
2024-11-23T12:50:48
2024-10-04T05:54:29
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10720", "html_url": "https://github.com/NVIDIA/NeMo/pull/10720", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10720.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10720.patch", "merged_at": "2024-10-04T05:54:29" }
Add Llama 3.1 pruning and distillation tutorial to NeMo tutorials
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10720/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10720/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10719
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10719/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10719/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10719/events
https://github.com/NVIDIA/NeMo/pull/10719
2,562,370,498
PR_kwDOC_bI7s59aZ1E
10,719
use model device for embedding extraction
{ "login": "AFieldman", "id": 183621534, "node_id": "U_kgDOCvHXng", "avatar_url": "https://avatars.githubusercontent.com/u/183621534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AFieldman", "html_url": "https://github.com/AFieldman", "followers_url": "https://api.github.com/users/AField...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "htt...
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-02T18:23:06
2024-10-25T01:59:21
2024-10-25T01:59:20
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10719", "html_url": "https://github.com/NVIDIA/NeMo/pull/10719", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10719.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10719.patch", "merged_at": null }
This fixes major slowdowns when running diarization parallel on multiple gpus Discussion: https://github.com/NVIDIA/NeMo/issues/7101 # What does this PR do ? Stores embedding extraction on device. # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can pote...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10719/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10719/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10718
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10718/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10718/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10718/events
https://github.com/NVIDIA/NeMo/pull/10718
2,562,364,556
PR_kwDOC_bI7s59aYhX
10,718
chore: Release/nim 24.08 no deploy trt llm only
{ "login": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "https://api.github.c...
[ { "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
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-02T18:20:30
2024-11-01T02:04:05
2024-11-01T02:04:04
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10718", "html_url": "https://github.com/NVIDIA/NeMo/pull/10718", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10718.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10718.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10718/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10718/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10717
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10717/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10717/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10717/events
https://github.com/NVIDIA/NeMo/pull/10717
2,562,354,972
PR_kwDOC_bI7s59aWYn
10,717
Fix/gpu for embedding extraction
{ "login": "AFieldman", "id": 183621534, "node_id": "U_kgDOCvHXng", "avatar_url": "https://avatars.githubusercontent.com/u/183621534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AFieldman", "html_url": "https://github.com/AFieldman", "followers_url": "https://api.github.com/users/AField...
[ { "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
[]
2024-10-02T18:16:36
2024-10-02T18:22:52
2024-10-02T18:22:52
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10717", "html_url": "https://github.com/NVIDIA/NeMo/pull/10717", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10717.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10717.patch", "merged_at": null }
# What does this PR do ? Stores embedding extraction on device. This fixes major slowdowns when running diarization parallel on multiple gpus Discussion: https://github.com/NVIDIA/NeMo/issues/7101 **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info o...
{ "login": "AFieldman", "id": 183621534, "node_id": "U_kgDOCvHXng", "avatar_url": "https://avatars.githubusercontent.com/u/183621534?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AFieldman", "html_url": "https://github.com/AFieldman", "followers_url": "https://api.github.com/users/AField...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10717/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10717/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10716
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10716/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10716/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10716/events
https://github.com/NVIDIA/NeMo/pull/10716
2,562,293,166
PR_kwDOC_bI7s59aIhP
10,716
Adding NeMo 2.0 T5 finetuning (on Squad dataset)
{ "login": "huvunvidia", "id": 86480512, "node_id": "MDQ6VXNlcjg2NDgwNTEy", "avatar_url": "https://avatars.githubusercontent.com/u/86480512?v=4", "gravatar_id": "", "url": "https://api.github.com/users/huvunvidia", "html_url": "https://github.com/huvunvidia", "followers_url": "https://api.github.com/use...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @huvunvidia 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1g...
2024-10-02T17:50:32
2024-10-10T14:16:46
2024-10-10T14:16:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10716", "html_url": "https://github.com/NVIDIA/NeMo/pull/10716", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10716.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10716.patch", "merged_at": "2024-10-10T14:16:44" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10716/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10716/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10715
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10715/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10715/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10715/events
https://github.com/NVIDIA/NeMo/issues/10715
2,562,277,228
I_kwDOC_bI7s6YuT9s
10,715
Global shape mismatch for loaded ((1024, 768)) and expected ((512, 768)) tensor for key model.embedding.position_embeddings.weight
{ "login": "Alireza3242", "id": 77293766, "node_id": "MDQ6VXNlcjc3MjkzNzY2", "avatar_url": "https://avatars.githubusercontent.com/u/77293766?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Alireza3242", "html_url": "https://github.com/Alireza3242", "followers_url": "https://api.github.com/...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
[ "I find it:\nI have to delete this folder:\nnemo_experiments/megatron_gpt/checkpoints", "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.", "This issue was closed because it has been inactive for 7 days since being marked ...
2024-10-02T17:40:32
2024-11-12T07:12:17
2024-11-10T02:00:52
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I followed the instructions in: https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/nlp/nemo_megatron/gpt/gpt_training.html the i replace 1024 with 512 ``` python src/examples/nlp/language_modeling/megatron_gpt_pretraining.py \ --config-path=conf \ --config-name=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"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10715/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10715/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/10714
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10714/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10714/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10714/events
https://github.com/NVIDIA/NeMo/pull/10714
2,562,258,986
PR_kwDOC_bI7s59aBLg
10,714
Upt nemo2 ckpt inn TRT-LLM export
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
[]
closed
false
null
[]
null
[]
2024-10-02T17:29:14
2024-10-08T16:29:56
2024-10-08T16:29:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10714", "html_url": "https://github.com/NVIDIA/NeMo/pull/10714", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10714.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10714.patch", "merged_at": null }
# What does this PR do ? Adds support for nemo 2.0 ckpt in export
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10714/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10714/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10713
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10713/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10713/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10713/events
https://github.com/NVIDIA/NeMo/pull/10713
2,562,030,359
PR_kwDOC_bI7s59ZPQJ
10,713
Add a build option to load_context
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
{ "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://api.github.com/users...
[ { "login": "marcromeyn", "id": 3015785, "node_id": "MDQ6VXNlcjMwMTU3ODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4", "gravatar_id": "", "url": "https://api.github.com/users/marcromeyn", "html_url": "https://github.com/marcromeyn", "followers_url": "https://...
null
[ "[🤖]: Hi @marcromeyn 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11494978487) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko...
2024-10-02T15:36:57
2024-10-24T11:07:27
2024-10-24T11:07:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10713", "html_url": "https://github.com/NVIDIA/NeMo/pull/10713", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10713.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10713.patch", "merged_at": "2024-10-24T11:07: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 cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10713/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10713/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10712
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10712/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10712/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10712/events
https://github.com/NVIDIA/NeMo/pull/10712
2,561,840,646
PR_kwDOC_bI7s59Yl6Z
10,712
nemotron perf recipes
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
[]
2024-10-02T14:28:29
2024-10-03T19:52:26
2024-10-03T19:52:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10712", "html_url": "https://github.com/NVIDIA/NeMo/pull/10712", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10712.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10712.patch", "merged_at": null }
# What does this PR do ? Nemotron recipeswith performance optimizations. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet d...
{ "login": "malay-nagda", "id": 164242706, "node_id": "U_kgDOCcolEg", "avatar_url": "https://avatars.githubusercontent.com/u/164242706?v=4", "gravatar_id": "", "url": "https://api.github.com/users/malay-nagda", "html_url": "https://github.com/malay-nagda", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10712/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10712/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10711
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10711/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10711/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10711/events
https://github.com/NVIDIA/NeMo/pull/10711
2,561,749,158
PR_kwDOC_bI7s59YSgk
10,711
missing space
{ "login": "orena1", "id": 8983713, "node_id": "MDQ6VXNlcjg5ODM3MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/8983713?v=4", "gravatar_id": "", "url": "https://api.github.com/users/orena1", "html_url": "https://github.com/orena1", "followers_url": "https://api.github.com/users/orena1/foll...
[ { "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
[ "@pzelasko @nithinraok\r\n", "Merged with #9597" ]
2024-10-02T13:49:15
2024-10-03T20:12:51
2024-10-03T20:12:50
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10711", "html_url": "https://github.com/NVIDIA/NeMo/pull/10711", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10711.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10711.patch", "merged_at": null }
just missing a space in the error message.
{ "login": "orena1", "id": 8983713, "node_id": "MDQ6VXNlcjg5ODM3MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/8983713?v=4", "gravatar_id": "", "url": "https://api.github.com/users/orena1", "html_url": "https://github.com/orena1", "followers_url": "https://api.github.com/users/orena1/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10711/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10711/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10710
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10710/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10710/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10710/events
https://github.com/NVIDIA/NeMo/pull/10710
2,561,155,493
PR_kwDOC_bI7s59Wwrb
10,710
Support `tie_word_embeddings=True` in `convert_mistral_7b_nemo_to_hf.py`
{ "login": "suhara", "id": 32640, "node_id": "MDQ6VXNlcjMyNjQw", "avatar_url": "https://avatars.githubusercontent.com/u/32640?v=4", "gravatar_id": "", "url": "https://api.github.com/users/suhara", "html_url": "https://github.com/suhara", "followers_url": "https://api.github.com/users/suhara/followers", ...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-02T10:02:04
2024-10-18T06:25:13
2024-10-18T06:25:13
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10710", "html_url": "https://github.com/NVIDIA/NeMo/pull/10710", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10710.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10710.patch", "merged_at": "2024-10-18T06:25:13" }
# What does this PR do ? `convert_mistral_7b_nemo_to_hf.py` does not support tied embeddings. In other words, - `share_embeddings_and_output_weights: true` in `model_config.yaml` in a .nemo checkpoint should be converted to `tie_word_embeddings": true` in `config.json` in an HF checkpoint. **Collection**: [...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10710/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10710/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10709
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10709/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10709/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10709/events
https://github.com/NVIDIA/NeMo/pull/10709
2,561,053,678
PR_kwDOC_bI7s59WaCR
10,709
ci: Disable feedback on forks
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-02T09:19:26
2024-10-02T09:19:38
2024-10-02T09:19:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10709", "html_url": "https://github.com/NVIDIA/NeMo/pull/10709", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10709.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10709.patch", "merged_at": "2024-10-02T09:19:34" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10709/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10709/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10708
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10708/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10708/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10708/events
https://github.com/NVIDIA/NeMo/pull/10708
2,560,918,833
PR_kwDOC_bI7s59V9El
10,708
ci: Restore docker cache
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[]
2024-10-02T08:07:45
2024-10-02T15:51:51
2024-10-02T15:51:49
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10708", "html_url": "https://github.com/NVIDIA/NeMo/pull/10708", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10708.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10708.patch", "merged_at": "2024-10-02T15:51: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 cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10708/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10708/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10707
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10707/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10707/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10707/events
https://github.com/NVIDIA/NeMo/pull/10707
2,560,503,423
PR_kwDOC_bI7s59Unu7
10,707
[McoreDistOptim] fix the naming to match apex.dist
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-10-02T01:29:16
2024-10-02T16:24:16
2024-10-02T14:25:29
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10707", "html_url": "https://github.com/NVIDIA/NeMo/pull/10707", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10707.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10707.patch", "merged_at": "2024-10-02T14:25:29" }
# What does this PR do ? Change the `overlap_param_gather` to `overlap_param_sync` to match with apex.dist. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10707/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10707/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10706
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10706/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10706/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10706/events
https://github.com/NVIDIA/NeMo/pull/10706
2,560,425,318
PR_kwDOC_bI7s59UWqB
10,706
Bump `Dockerfile.ci` (2024-10-02)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-02T00:22:10
2024-10-03T13:33:42
2024-10-03T13:33:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10706", "html_url": "https://github.com/NVIDIA/NeMo/pull/10706", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10706.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10706.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10706/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10706/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10705
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10705/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10705/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10705/events
https://github.com/NVIDIA/NeMo/pull/10705
2,560,359,654
PR_kwDOC_bI7s59UIyn
10,705
Cherry pick `Update NeVA Mixtral Tutorial (10669)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Multi%20Modal", "name": "Multi Modal", "color": "ededed", "default": false, "description": null }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", ...
closed
false
null
[]
null
[]
2024-10-01T23:06:10
2024-10-04T11:09:39
2024-10-04T11:09:37
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10705", "html_url": "https://github.com/NVIDIA/NeMo/pull/10705", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10705.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10705.patch", "merged_at": "2024-10-04T11:09:37" }
[🤖]: Hi @paul-gibbons 👋,<br><br>we've cherry picked #10669 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10705/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10705/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10704
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10704/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10704/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10704/events
https://github.com/NVIDIA/NeMo/pull/10704
2,560,333,113
PR_kwDOC_bI7s59UDFZ
10,704
Mixtral set seq_length=4k
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[ "this needs the 'r2.0.0' tag right?\r\n", "@maanug-nv I have it on https://github.com/NVIDIA/NeMo/pull/10526", "[🤖]: Hi @akoumpa 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/$REPOSITORY/actions/runs/$RUN_ID) for this PR just finished successfully\n\nSo it might be time to merge th...
2024-10-01T22:38:35
2024-10-08T17:44:00
2024-10-08T17:43:59
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10704", "html_url": "https://github.com/NVIDIA/NeMo/pull/10704", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10704.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10704.patch", "merged_at": "2024-10-08T17:43:59" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10704/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10704/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10703
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10703/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10703/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10703/events
https://github.com/NVIDIA/NeMo/pull/10703
2,560,247,683
PR_kwDOC_bI7s59TxZf
10,703
Remove finetuning recipes for Long Context
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
[ { "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api....
null
[ "hey @BoxiangW, this PR broke the test [L0_Unit_Tests_GPU_LLM](https://github.com/NVIDIA/NeMo/actions/runs/11149877529/job/30989881442). Can you help us fixing it?" ]
2024-10-01T21:29:48
2024-10-04T07:10:23
2024-10-03T19:15:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10703", "html_url": "https://github.com/NVIDIA/NeMo/pull/10703", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10703.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10703.patch", "merged_at": "2024-10-03T19:15:30" }
# What does this PR do ? Removed finetuning recipes due to no use cases **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet dem...
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10703/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10703/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10702
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10702/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10702/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10702/events
https://github.com/NVIDIA/NeMo/pull/10702
2,560,183,840
PR_kwDOC_bI7s59TjUv
10,702
[MoE] Add FP8 arg for MoE Sequential Gemm
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://a...
closed
false
null
[]
null
[ "@pablo-garay I saw the failure test OPTIONAL_L0_Unit_Tests_CPU_ASR / main but it seem not related to my change. Not sure if these are expected?", "Close this and move to https://github.com/NVIDIA/NeMo/pull/10748\r\nto avoid CI issues" ]
2024-10-01T20:47:58
2024-10-08T03:59:46
2024-10-03T20:54:26
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10702", "html_url": "https://github.com/NVIDIA/NeMo/pull/10702", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10702.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10702.patch", "merged_at": null }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "gdengk", "id": 160076886, "node_id": "U_kgDOCYqUVg", "avatar_url": "https://avatars.githubusercontent.com/u/160076886?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gdengk", "html_url": "https://github.com/gdengk", "followers_url": "https://api.github.com/users/gdengk/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10702/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10702/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10701
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10701/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10701/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10701/events
https://github.com/NVIDIA/NeMo/pull/10701
2,560,169,186
PR_kwDOC_bI7s59TgMK
10,701
a few fixes for the new prompt template based dataloader and lora+distributed fused adam
{ "login": "zhehuaichen", "id": 139396994, "node_id": "U_kgDOCE8Hgg", "avatar_url": "https://avatars.githubusercontent.com/u/139396994?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhehuaichen", "html_url": "https://github.com/zhehuaichen", "followers_url": "https://api.github.com/users/...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://a...
closed
false
null
[]
null
[]
2024-10-01T20:38:22
2024-10-01T20:48:03
2024-10-01T20:48:02
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10701", "html_url": "https://github.com/NVIDIA/NeMo/pull/10701", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10701.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10701.patch", "merged_at": "2024-10-01T20:48:02" }
1. tokenize_with_prompt (from Piotr) 2. keep the previous behavior of truncating input_ids when the length is larger than max_seq_length 3. add gemma support 4. make the prompt template compatible with our data which has `context`, `question`, or `default_context` in the manifest 5. support distributed fused adam o...
{ "login": "zhehuaichen", "id": 139396994, "node_id": "U_kgDOCE8Hgg", "avatar_url": "https://avatars.githubusercontent.com/u/139396994?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhehuaichen", "html_url": "https://github.com/zhehuaichen", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10701/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10701/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10700
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10700/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10700/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10700/events
https://github.com/NVIDIA/NeMo/pull/10700
2,560,166,428
PR_kwDOC_bI7s59TfmH
10,700
add diffusion energon dataloader
{ "login": "ethanhe42", "id": 10027339, "node_id": "MDQ6VXNlcjEwMDI3MzM5", "avatar_url": "https://avatars.githubusercontent.com/u/10027339?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ethanhe42", "html_url": "https://github.com/ethanhe42", "followers_url": "https://api.github.com/users/...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @ethanhe42 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11166294773) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do ...
2024-10-01T20:36:54
2024-10-04T18:10:58
2024-10-04T18:06:11
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10700", "html_url": "https://github.com/NVIDIA/NeMo/pull/10700", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10700.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10700.patch", "merged_at": "2024-10-04T18:06:11" }
# What does this PR do ? add diffusion energon dataloader # 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 ``` # GitHub Actions CI The Jenkins CI s...
{ "login": "ethanhe42", "id": 10027339, "node_id": "MDQ6VXNlcjEwMDI3MzM5", "avatar_url": "https://avatars.githubusercontent.com/u/10027339?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ethanhe42", "html_url": "https://github.com/ethanhe42", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10700/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10700/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10699
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10699/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10699/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10699/events
https://github.com/NVIDIA/NeMo/pull/10699
2,560,030,305
PR_kwDOC_bI7s59TCdq
10,699
Allow logging memory profile on interval
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale." ]
2024-10-01T19:30:32
2024-10-30T01:59:23
2024-10-30T01:59:22
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10699", "html_url": "https://github.com/NVIDIA/NeMo/pull/10699", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10699.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10699.patch", "merged_at": null }
# What does this PR do ? Allow logging memory profile via the interval constructor arg. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a ...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10699/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10699/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10698
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10698/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10698/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10698/events
https://github.com/NVIDIA/NeMo/pull/10698
2,559,741,336
PR_kwDOC_bI7s59SFE7
10,698
In-framework inference fixes
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/foll...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-01T16:45:42
2024-10-03T07:42:56
2024-10-03T07:42:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10698", "html_url": "https://github.com/NVIDIA/NeMo/pull/10698", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10698.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10698.patch", "merged_at": "2024-10-03T07:42:54" }
# What does this PR do ? Fixing two things in **r2.0.0** release testing, to be cherry-picked to the release branch: - repro below for an oldish Nemo checkpoint from FP8 SFT: ``` python /opt/NeMo/tests/export/nemo_export.py \ --checkpoint_dir /opt/checkpoints/LLAMA2-7B-base/LLAMA2-7B-fp8-sft.nemo \ --model_t...
{ "login": "janekl", "id": 5582967, "node_id": "MDQ6VXNlcjU1ODI5Njc=", "avatar_url": "https://avatars.githubusercontent.com/u/5582967?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janekl", "html_url": "https://github.com/janekl", "followers_url": "https://api.github.com/users/janekl/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10698/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10698/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10697
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10697/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10697/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10697/events
https://github.com/NVIDIA/NeMo/pull/10697
2,559,734,733
PR_kwDOC_bI7s59SDpQ
10,697
Vllm 0.6.0 integration test
{ "login": "HuiyingLi", "id": 1331543, "node_id": "MDQ6VXNlcjEzMzE1NDM=", "avatar_url": "https://avatars.githubusercontent.com/u/1331543?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HuiyingLi", "html_url": "https://github.com/HuiyingLi", "followers_url": "https://api.github.com/users/Hu...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" }, { "id": 7436254803, "node_id": "LA_kwDOC_bI7s8AAAABuzw-Uw", "url"...
closed
false
null
[]
null
[]
2024-10-01T16:41:54
2024-10-04T15:50:15
2024-10-04T15:50:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10697", "html_url": "https://github.com/NVIDIA/NeMo/pull/10697", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10697.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10697.patch", "merged_at": "2024-10-04T15:50:14" }
# What does this PR do ? Add integrations to update vllm to 0.6.0 **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 demonstra...
{ "login": "oyilmaz-nvidia", "id": 35306097, "node_id": "MDQ6VXNlcjM1MzA2MDk3", "avatar_url": "https://avatars.githubusercontent.com/u/35306097?v=4", "gravatar_id": "", "url": "https://api.github.com/users/oyilmaz-nvidia", "html_url": "https://github.com/oyilmaz-nvidia", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10697/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10697/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10696
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10696/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10696/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10696/events
https://github.com/NVIDIA/NeMo/pull/10696
2,559,477,250
PR_kwDOC_bI7s59RMVG
10,696
Cherry pick 10559 and 10555
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-01T14:50:36
2024-10-09T15:40:44
2024-10-09T15:40:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10696", "html_url": "https://github.com/NVIDIA/NeMo/pull/10696", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10696.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10696.patch", "merged_at": "2024-10-09T15:40:42" }
# What does this PR do ? Cheery pick #10559 and #10555 to r2.0.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/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10696/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10696/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10695
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10695/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10695/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10695/events
https://github.com/NVIDIA/NeMo/pull/10695
2,559,267,015
PR_kwDOC_bI7s59QePW
10,695
ci: Add workflow for scheduled VM reboot
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-01T13:34:45
2024-10-03T09:51:25
2024-10-03T09:51:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10695", "html_url": "https://github.com/NVIDIA/NeMo/pull/10695", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10695.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10695.patch", "merged_at": "2024-10-03T09:51:22" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10695/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10695/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10694
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10694/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10694/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10694/events
https://github.com/NVIDIA/NeMo/pull/10694
2,558,405,776
PR_kwDOC_bI7s59NhMp
10,694
ci: Stability to CI/CD
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @ko3n1g 👋,\n\nI just wanted to let you know that, you know, a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11120821848) for this PR just finished successfully ✨\n\nSo it might be time to merge this PR or like to get some approvals 🚀\n\nBut I'm just a 🤖 so I'll leave it you what to do nex...
2024-10-01T07:26:10
2024-10-01T12:59:48
2024-10-01T12:59:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10694", "html_url": "https://github.com/NVIDIA/NeMo/pull/10694", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10694.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10694.patch", "merged_at": "2024-10-01T12:59:46" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10694/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10694/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10693
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10693/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10693/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10693/events
https://github.com/NVIDIA/NeMo/pull/10693
2,558,250,750
PR_kwDOC_bI7s59NAPY
10,693
MCore Partial DistOpt Feature
{ "login": "sanandaraj5597", "id": 55270934, "node_id": "MDQ6VXNlcjU1MjcwOTM0", "avatar_url": "https://avatars.githubusercontent.com/u/55270934?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sanandaraj5597", "html_url": "https://github.com/sanandaraj5597", "followers_url": "https://api.gi...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "This PR was closed because it has been inactive for 7 days since being marked as stale.", "[🤖]: Hi @sanandaraj5597 👋,\n\nWe wanted to let you know that a [CICD ...
2024-10-01T05:51:42
2025-01-15T23:25:44
2025-01-15T02:22:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10693", "html_url": "https://github.com/NVIDIA/NeMo/pull/10693", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10693.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10693.patch", "merged_at": "2025-01-15T02:22:22" }
# What does this PR do ? This PR adds an interface argument to support the MCore Partial DistOpt feature. The argument `num_distributed_optimizer_instances` determines the the level of sharding that can be done on the MCore DistOpt across the DP domain. The setting need to be set as `training.model.optim. num_dis...
{ "login": "erhoo82", "id": 15861259, "node_id": "MDQ6VXNlcjE1ODYxMjU5", "avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erhoo82", "html_url": "https://github.com/erhoo82", "followers_url": "https://api.github.com/users/erhoo8...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10693/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10693/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10692
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10692/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10692/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10692/events
https://github.com/NVIDIA/NeMo/pull/10692
2,558,212,397
PR_kwDOC_bI7s59M3zD
10,692
mixtral bitexact ci test
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api...
closed
false
null
[]
null
[ "[🤖]: Hi @akoumpa 👋,\n\nWe wanted to let you know that a [CICD pipeline](https://github.com/NVIDIA/NeMo/actions/runs/11280794259) for this PR just finished successfully\n\nSo it might be time to merge this PR or get some approvals\n\nI'm just a bot so I'll leave it you what to do next.\n\n//cc @pablo-garay @ko3n1...
2024-10-01T05:23:12
2024-10-11T06:27:31
2024-10-11T06:27:30
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10692", "html_url": "https://github.com/NVIDIA/NeMo/pull/10692", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10692.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10692.patch", "merged_at": "2024-10-11T06:27:30" }
# What does this PR do ? Run Mini-Mixtral (3M) pretraining with Mcore & NeMo and compare bitexactness of checkpoints. **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 ...
{ "login": "akoumpa", "id": 153118171, "node_id": "U_kgDOCSBl2w", "avatar_url": "https://avatars.githubusercontent.com/u/153118171?v=4", "gravatar_id": "", "url": "https://api.github.com/users/akoumpa", "html_url": "https://github.com/akoumpa", "followers_url": "https://api.github.com/users/akoumpa/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10692/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10692/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10691
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10691/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10691/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10691/events
https://github.com/NVIDIA/NeMo/pull/10691
2,557,912,343
PR_kwDOC_bI7s59L36B
10,691
Bump `Dockerfile.ci` (2024-10-01)
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Run%20CICD", "name": "Run CICD", "color": "fef2c0", "default": false, "description": "" } ]
closed
false
null
[]
null
[]
2024-10-01T00:24:58
2024-10-03T13:33:38
2024-10-03T13:33:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10691", "html_url": "https://github.com/NVIDIA/NeMo/pull/10691", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10691.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10691.patch", "merged_at": null }
🚀 PR to Bump `Dockerfile.ci`. 📝 Please remember the following to-do's before merge: - [ ] Verify the presubmit CI 🙏 Please merge this PR only if the CI workflow completed successfully.
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10691/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10691/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10690
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10690/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10690/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10690/events
https://github.com/NVIDIA/NeMo/pull/10690
2,557,877,779
PR_kwDOC_bI7s59Lwoi
10,690
Add assertion for always save nemo add model parallel size
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", ...
closed
false
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
[ { "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api....
null
[ "Seems like we don't have the ability to save '.nemo' in 2.0 right?", "Yes, this was an NVbug about NeMo 1.0. We are not going to save .nemo in 2.0 right now", "One last request, can we add a test in `test_exp_manager.py` to ensure this configuration will fail?", "@maanug-nv Can you help approve this again? ...
2024-09-30T23:51:31
2024-10-22T07:49:59
2024-10-22T07:49:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10690", "html_url": "https://github.com/NVIDIA/NeMo/pull/10690", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10690.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10690.patch", "merged_at": "2024-10-22T07:49:58" }
# What does this PR do ? `always_save_nemo` option is not supported yet to work with model parallel. Added assertions to avoid future confusions. **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 po...
{ "login": "BoxiangW", "id": 45734921, "node_id": "MDQ6VXNlcjQ1NzM0OTIx", "avatar_url": "https://avatars.githubusercontent.com/u/45734921?v=4", "gravatar_id": "", "url": "https://api.github.com/users/BoxiangW", "html_url": "https://github.com/BoxiangW", "followers_url": "https://api.github.com/users/Box...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10690/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10690/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10689
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10689/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10689/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10689/events
https://github.com/NVIDIA/NeMo/pull/10689
2,557,859,496
PR_kwDOC_bI7s59Lsdo
10,689
DAPT with NeMo FW
{ "login": "jvamaraju", "id": 171097758, "node_id": "U_kgDOCjK-ng", "avatar_url": "https://avatars.githubusercontent.com/u/171097758?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jvamaraju", "html_url": "https://github.com/jvamaraju", "followers_url": "https://api.github.com/users/jvamar...
[ { "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
[ "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days.", "Finalizing reviews and comments this week\r\n", "This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update o...
2024-09-30T23:40:37
2024-12-06T18:30:19
2024-11-29T02:03:52
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10689", "html_url": "https://github.com/NVIDIA/NeMo/pull/10689", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10689.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10689.patch", "merged_at": null }
# What does this PR do ? Tutorial for DAPT with NeMo Framework **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 demonstratin...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10689/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10689/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10688
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10688/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10688/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10688/events
https://github.com/NVIDIA/NeMo/pull/10688
2,557,857,104
PR_kwDOC_bI7s59Lr7j
10,688
Context Parallel SFT Support for dataset in THD format
{ "login": "tomlifu", "id": 22651648, "node_id": "MDQ6VXNlcjIyNjUxNjQ4", "avatar_url": "https://avatars.githubusercontent.com/u/22651648?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tomlifu", "html_url": "https://github.com/tomlifu", "followers_url": "https://api.github.com/users/tomlif...
[ { "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": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[ "Please fix [DCO](https://github.com/NVIDIA/NeMo/pull/10688/checks?check_run_id=31972432771) also.", "Could you let me know when it will be completed? I’ve been really looking forward to this feature. It works in pretrain, but it’s really strange that it doesn’t work in SFT.", "<!-- pylint-output-strict-mode-fa...
2024-09-30T23:39:01
2024-11-28T00:03:05
2024-11-28T00:03:05
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10688", "html_url": "https://github.com/NVIDIA/NeMo/pull/10688", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10688.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10688.patch", "merged_at": "2024-11-28T00:03:05" }
# What does this PR do ? This PR adds CP support for THD format and is compatible with cu_seqlen_padded in the latest CUDNN fused attention. Steps to run SFT + CP + THD format: 1. Prepare packed dataset in THD format: run `scripts/nlp_language_modeling/prepare_packed_ft_dataset.py` to pack the dataset into THD f...
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10688/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10688/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10687
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10687/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10687/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10687/events
https://github.com/NVIDIA/NeMo/pull/10687
2,557,613,056
PR_kwDOC_bI7s59K1ay
10,687
Revert "Cherry pick `Updating modelopt spec for Mixtral (10660)` into `r2.0.0`"
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 6876332615, "node_id": "LA_kwDOC_bI7s8AAAABmdyCRw", "url": "https://a...
closed
false
null
[]
null
[]
2024-09-30T20:50:20
2024-10-01T09:03:00
2024-10-01T09:02:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10687", "html_url": "https://github.com/NVIDIA/NeMo/pull/10687", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10687.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10687.patch", "merged_at": "2024-10-01T09:02:58" }
Reverts NVIDIA/NeMo#10664
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10687/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10687/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10686
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10686/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10686/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10686/events
https://github.com/NVIDIA/NeMo/pull/10686
2,557,435,880
PR_kwDOC_bI7s59KOp1
10,686
Require setuptools>=70 and update deprecated api (#10659)
{ "login": "thomasdhc", "id": 9426164, "node_id": "MDQ6VXNlcjk0MjYxNjQ=", "avatar_url": "https://avatars.githubusercontent.com/u/9426164?v=4", "gravatar_id": "", "url": "https://api.github.com/users/thomasdhc", "html_url": "https://github.com/thomasdhc", "followers_url": "https://api.github.com/users/th...
[ { "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": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", "url": "https://a...
closed
false
null
[]
null
[]
2024-09-30T19:02:04
2024-09-30T19:05:03
2024-09-30T19:05:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10686", "html_url": "https://github.com/NVIDIA/NeMo/pull/10686", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10686.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10686.patch", "merged_at": "2024-09-30T19:05:01" }
* Require setuptools>=70 and update deprecated api * Apply isort and black reformatting --------- # 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 h...
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10686/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10686/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10685
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10685/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10685/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10685/events
https://github.com/NVIDIA/NeMo/pull/10685
2,557,341,871
PR_kwDOC_bI7s59J6kv
10,685
Cherry pick `DB tutorial ckpt path update (10662)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "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": 6627254865, "node_id": "LA_kwDOC_bI7s8AAAABiwPiUQ", ...
closed
false
null
[]
null
[ "Failure: https://github.com/NVIDIA/NeMo/actions/runs/11177438116/job/31073124510" ]
2024-09-30T18:09:01
2024-10-14T16:58:20
2024-10-14T16:58:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10685", "html_url": "https://github.com/NVIDIA/NeMo/pull/10685", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10685.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10685.patch", "merged_at": "2024-10-14T16:58:19" }
[🤖]: Hi @Victor49152 👋,<br><br>we've cherry picked #10662 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10685/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10685/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/10684
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/10684/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/10684/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/10684/events
https://github.com/NVIDIA/NeMo/pull/10684
2,557,276,492
PR_kwDOC_bI7s59JsUZ
10,684
Cherry pick `Akoumparouli/fix get tokenizer list (10596)` into `r2.0.0`
{ "login": "ko3n1g", "id": 16716991, "node_id": "MDQ6VXNlcjE2NzE2OTkx", "avatar_url": "https://avatars.githubusercontent.com/u/16716991?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ko3n1g", "html_url": "https://github.com/ko3n1g", "followers_url": "https://api.github.com/users/ko3n1g/fo...
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://a...
closed
false
null
[]
null
[]
2024-09-30T17:33:23
2024-10-03T22:58:53
2024-10-03T22:47:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/10684", "html_url": "https://github.com/NVIDIA/NeMo/pull/10684", "diff_url": "https://github.com/NVIDIA/NeMo/pull/10684.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/10684.patch", "merged_at": "2024-10-03T22:47:06" }
[🤖]: Hi @akoumpa 👋,<br><br>we've cherry picked #10596 into `r2.0.0` for you! 🚀<br><br>Please review and approve this cherry pick by your convenience\!
{ "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/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/10684/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/10684/timeline
null
null
true