File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ commands =
8282[testenv:cuda13-gpu-megatron]
8383commands_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]
You can’t perform that action at this time.
0 commit comments