Skip to content

Commit

Permalink
build: triton only has wheels for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Jan 18, 2024
1 parent 3906072 commit 279dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_git_revision_hash() -> str:
"torchdiffeq>=0.2.0",
"torchvision>=0.13.1",
"transformers>=4.19.2",
"triton>=2.0.0; sys_platform!='darwin' and platform_machine!='aarch64'",
"triton>=2.0.0; sys_platform!='darwin' and platform_machine!='aarch64' and sys_platform == 'linux'",
"kornia>=0.6",
"uvicorn>=0.16.0",
# "xformers>=0.0.22; sys_platform!='darwin' and platform_machine!='aarch64'",
Expand Down

0 comments on commit 279dc28

Please sign in to comment.