mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update pyproject.toml
This commit is contained in:
parent
a07336a020
commit
9fb15fae87
@ -109,19 +109,9 @@ dependencies = [
|
|||||||
"pytest-datadir",
|
"pytest-datadir",
|
||||||
]
|
]
|
||||||
"xformers" = [
|
"xformers" = [
|
||||||
|
|
||||||
"xformers==0.0.21; sys_platform!='darwin'",
|
"xformers==0.0.21; sys_platform!='darwin'",
|
||||||
"triton; sys_platform=='linux'",
|
"triton; sys_platform=='linux'",
|
||||||
]
|
]
|
||||||
"onnx" = [
|
|
||||||
"onnxruntime",
|
|
||||||
]
|
|
||||||
"onnx-cuda" = [
|
|
||||||
"onnxruntime-gpu",
|
|
||||||
]
|
|
||||||
"onnx-directml" = [
|
|
||||||
"onnxruntime-directml",
|
|
||||||
]
|
|
||||||
"onnx" = ["onnxruntime"]
|
"onnx" = ["onnxruntime"]
|
||||||
"onnx-cuda" = ["onnxruntime-gpu"]
|
"onnx-cuda" = ["onnxruntime-gpu"]
|
||||||
"onnx-directml" = ["onnxruntime-directml"]
|
"onnx-directml" = ["onnxruntime-directml"]
|
||||||
|
Loading…
Reference in New Issue
Block a user