1
0
Fork 0

remove(api): deprecated vendor platforms

This commit is contained in:
Sean Sube 2023-02-05 21:32:58 -06:00
parent df2c59b2d1
commit 8b42aeef48
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 1 additions and 2 deletions

View File

@ -84,11 +84,9 @@ config_params = {}
# pipeline params
platform_providers = {
"amd": "DmlExecutionProvider",
"cpu": "CPUExecutionProvider",
"cuda": "CUDAExecutionProvider",
"directml": "DmlExecutionProvider",
"nvidia": "CUDAExecutionProvider",
"rocm": "ROCMExecutionProvider",
}
pipeline_schedulers = {

View File

@ -42,6 +42,7 @@
"numpy",
"Onnx",
"onnxruntime",
"openjourney",
"opset",
"outpaint",
"outpainting",