Update pyproject.toml

This commit is contained in:
Millun Atluri 2023-11-07 10:22:20 +11:00 committed by GitHub
parent 9fb15fae87
commit 014d6187ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,8 +109,8 @@ dependencies = [
"pytest-datadir",
]
"xformers" = [
"xformers==0.0.21; sys_platform!='darwin'",
"triton; sys_platform=='linux'",
"xformers==0.0.21; sys_platform!='darwin'",
"triton; sys_platform=='linux'",
]
"onnx" = ["onnxruntime"]
"onnx-cuda" = ["onnxruntime-gpu"]