Commit 4e33368
authored
Temporarily disable latest pulp and mcore until we fix its nvidia-resiliency-ext dependency (#1285)
- `megatron-core==0.17.0` released yesterday which requires nightly
version of `nvidia-resiliency-ext` for an import. Pre-installed version
in DLFW Pytorch container is `nvidia-resiliency-ext==0.5.0`
- Temporarily pin `mcore<0.17.0` to unblock PR from merging.
- Pin `pulp<4.0` as it has some breaking changes and release imminent
Correct fix is to just use `nemo:26.04` container instead of PyTorch
container for megatron-based tests since it always has correct
combination of all packages needed for the megatron ecosystem - Done in
#1286
---------
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>1 parent 7e82a5c commit 4e33368
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments