mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Remove context file (#13885)
This commit is contained in:
@@ -53,11 +53,9 @@ class ONNXDetector(DetectionApi):
|
|||||||
options.append(
|
options.append(
|
||||||
{
|
{
|
||||||
"trt_timing_cache_enable": True,
|
"trt_timing_cache_enable": True,
|
||||||
"trt_timing_cache_path": "/config/model_cache/tensorrt/ort",
|
|
||||||
"trt_engine_cache_enable": True,
|
"trt_engine_cache_enable": True,
|
||||||
"trt_dump_ep_context_model": True,
|
"trt_timing_cache_path": "/config/model_cache/tensorrt/ort",
|
||||||
"trt_engine_cache_path": "/config/model_cache/tensorrt/ort/trt-engines",
|
"trt_engine_cache_path": "/config/model_cache/tensorrt/ort/trt-engines",
|
||||||
"trt_ep_context_file_path": "/config/model_cache/tensorrt/ort",
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
elif provider == "OpenVINOExecutionProvider":
|
elif provider == "OpenVINOExecutionProvider":
|
||||||
|
Reference in New Issue
Block a user