mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-05 17:51:36 +02:00
Optimize cuda execution to run in single stream (#19896)
This commit is contained in:
parent
bd255362d6
commit
6505ae5fb5
@ -306,6 +306,7 @@ def get_ort_providers(
|
||||
options.append(
|
||||
{
|
||||
"arena_extend_strategy": "kSameAsRequested",
|
||||
"use_ep_level_unified_stream": True,
|
||||
"device_id": device_id,
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user