Commit 88c700e
fix: handle megatron nvrx AssertionError and bump nvidia-resiliency-ext>=0.6.0
megatron-core raises AssertionError (not ImportError) at import time when
nvidia-resiliency-ext<0.6.0 is installed. Adding AssertionError to the
except clause in deploy_ray.py lets the existing HAVE_RAY=False fallback
handle this gracefully, fixing test_deploy_ray.py collection errors in CI.
Also bumps the override pin from >=0.3.0,<=0.6.0 to >=0.6.0.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Onur Yilmaz <oyilmaz@nvidia.com>1 parent 6a547cc commit 88c700e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments