Skip to content

Commit 171126c

Browse files
committed
remove transformer_engine install from requirements.txt
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 0713aeb commit 171126c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
accelerate @ git+https://github.com/pstjohn/accelerate.git@pstjohn/te-mxfp8-recipe
1+
--extra-index-url https://test.pypi.org/simple/ # TODO: Remove this once megatron-fsdp is public
2+
accelerate
23
datasets
34
deepspeed
45
hydra-core
56
torch
7+
megatron-fsdp==0.1.0rc0
68
torchmetrics
79
tqdm
8-
transformer_engine
10+
# transformer_engine # Add when we're not deriving from pytorch base container
911
transformers
1012
typer
1113
wandb

recipes/esm2_native_te_nvfsdp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ megatron-fsdp==0.1.0rc0
44
hydra-core
55
torch
66
tqdm
7-
transformer_engine
7+
# transformer_engine # Add when we're not deriving from pytorch base container
88
transformers
99
wandb

recipes/esm2_native_te_nvfsdp_thd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ megatron-fsdp==0.1.0rc0
44
hydra-core
55
torch
66
tqdm
7-
transformer_engine
7+
# transformer_engine # Add when we're not deriving from pytorch base container
88
transformers
99
wandb

recipes/geneformer_native_te_nvfsdp_fp8/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ hydra-core
55
safetensors
66
torch
77
tqdm
8-
transformer_engine
8+
# transformer_engine # Add when we're not deriving from pytorch base container
99
transformers
1010
wandb

0 commit comments

Comments
 (0)