Commit 634f858
Add onnxscript to mcore extra dependencies
The removed Megatron-LM-workspace/setup.py directly listed onnxscript
as a dependency. With that workspace gone, onnxscript is only available
under megatron-core[dev] and megatron-core[lts] extras but the mcore
extra installs plain megatron-core. transformer_engine imports
onnxscript at module load time, causing --mcore-only tests to fail
with ModuleNotFoundError.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Kajal Jain <kajalj@nvidia.com>1 parent 8e7eca4 commit 634f858
2 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments