We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb41fa commit aa5832dCopy full SHA for aa5832d
pyproject.toml
@@ -36,6 +36,7 @@ exclude = ["images*", "tests*", "kernels/moe*"]
36
37
[project.optional-dependencies]
38
triton = [
39
+ "triton>=3.0.0 ; ('linux' in sys_platform)",
40
"triton-windows ; (sys_platform == 'win32') and (platform_machine == 'AMD64' or platform_machine == 'x86_64')",
41
]
42
huggingface = [
0 commit comments