mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-20 14:01:54 +03:00
Add back in
This commit is contained in:
parent
534d3f5892
commit
c8eb2b00ea
@ -351,12 +351,8 @@ def get_ort_providers(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
elif provider == "MIGraphXExecutionProvider":
|
elif provider == "MIGraphXExecutionProvider":
|
||||||
# MIGraphX uses more CPU than ROCM, while also being the same speed
|
providers.append(provider)
|
||||||
if device == "MIGraphX":
|
options.append({})
|
||||||
providers.append(provider)
|
|
||||||
options.append({})
|
|
||||||
else:
|
|
||||||
continue
|
|
||||||
elif provider == "CPUExecutionProvider":
|
elif provider == "CPUExecutionProvider":
|
||||||
providers.append(provider)
|
providers.append(provider)
|
||||||
options.append(
|
options.append(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user