Skip to content

Commit fa6fd63

Browse files
committed
Fix build
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 41ff310 commit fa6fd63

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ megatron-bridge = { git = "https://github.com/NVIDIA-NeMo/Megatron-Bridge.git",
120120

121121
[tool.uv]
122122
# Currently, TE must be built with no build-isolation b/c it requires torch
123-
no-build-isolation-package = ["transformer-engine", "transformer-engine-torch"]
123+
no-build-isolation-package = [
124+
"transformer-engine",
125+
"transformer-engine-torch",
126+
"mamba-ssm",
127+
"causal-conv1d",
128+
"flash-linear-attention",
129+
]
124130
# Always apply the build group since dependencies like TE/mcore/nemo-run require build dependencies
125131
# and this lets us assume they are implicitly installed with a simply `uv sync`. Ideally, we'd
126132
# avoid including these in the default dependency set, but for now it's required.

0 commit comments

Comments
 (0)