Skip to content

Commit 6afcb85

Browse files
author
nemo-ci-bot
committed
ci: bump megatron-bridge to 8645cda
Signed-off-by: nemo-ci-bot <nemo-ci-bot@nvidia.com>
1 parent b0edc6e commit 6afcb85

4 files changed

Lines changed: 1902 additions & 1603 deletions

File tree

Submodule Megatron-Bridge updated 782 files

3rdparty/Megatron-Bridge-workspace/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Default dependencies from pyproject.toml
2929
CACHED_DEPENDENCIES = [
30-
"transformers>=5.8.1,<5.9.0",
30+
"transformers>=5.8,<=5.12.1",
3131
"mistral-common>=1.10.0",
3232
"peft>=0.18.1",
3333
"datasets>=2.20.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ name = "megatron-bridge"
575575
# Must stay in sync with 3rdparty/Megatron-Bridge-workspace/setup.py::CACHED_DEPENDENCIES.
576576
version = "0.0.0"
577577
requires-dist = [
578-
"transformers>=5.8.1,<5.9.0",
578+
"transformers>=5.8,<=5.12.1",
579579
"mistral-common>=1.10.0",
580580
"peft>=0.18.1",
581581
"datasets>=2.20.0",

0 commit comments

Comments
 (0)