Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Commit 5466e4d

Browse files
toceanwenchenvincent
authored andcommitted
add optional dependencies in pyproject.toml
1 parent a41f09c commit 5466e4d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ classifiers=[
3838
]
3939
dependencies = [
4040
"torch",
41-
"transformer-engine@git+https://github.com/NVIDIA/TransformerEngine.git@v0.11#egg=transformer-engine",
42-
"flash-attn==1.0.9",
4341
"colorlog>=6.7.0",
4442
"deepspeed==0.13.1",
4543
"mpi4py",
@@ -56,6 +54,14 @@ test = [
5654
"pytest>=7.2.0",
5755
"yapf>=0.32.0",
5856
]
57+
nvidia = [
58+
"transformer-engine@git+https://github.com/NVIDIA/TransformerEngine.git@v0.11#egg=transformer-engine",
59+
"flash-attn==1.0.9",
60+
"mpi4py",
61+
]
62+
amd = [
63+
# TransformerEngine
64+
]
5965

6066
[project.urls]
6167
homepage = "https://github.com/Azure/MS-AMP"

0 commit comments

Comments
 (0)