Skip to content

Commit d9b3f8a

Browse files
Merge branch 'main' into kmorabia/speedup-megatron-mmlu
2 parents fdfa85f + 4e33368 commit d9b3f8a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
# modelopt.torch
4444
"PyYAML>=6.0",
4545
"omegaconf>=2.3.0",
46-
"pulp",
46+
"pulp<4.0", # breaking changes in upcoming 4.0 release
4747
"pydantic>=2.0",
4848
"regex",
4949
"rich",

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ commands =
8282
[testenv:cuda13-gpu-megatron]
8383
commands_pre =
8484
# Install deps here so that it gets installed even in --current-env
85-
pip install -U megatron-core
85+
# Temporarily disable latest mcore until we fix its nvidia-resiliency-ext dependency
86+
pip install 'megatron-core<0.17.0'
8687
pip install --no-build-isolation git+https://github.com/state-spaces/mamba.git
8788
pip install --no-build-isolation git+https://github.com/Dao-AILab/causal-conv1d.git
8889
pip install -e .[hf,dev-test]

0 commit comments

Comments
 (0)