Remove context file (#13885)

This commit is contained in:
Nicolas Mowen 2024-09-22 08:38:23 -06:00 committed by GitHub
parent 61a4a4bc2f
commit 062c305cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,11 +53,9 @@ class ONNXDetector(DetectionApi):
options.append(
{
"trt_timing_cache_enable": True,
"trt_timing_cache_path": "/config/model_cache/tensorrt/ort",
"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_ep_context_file_path": "/config/model_cache/tensorrt/ort",
}
)
elif provider == "OpenVINOExecutionProvider":