mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-29 23:44:55 +03:00
Exclude D-FINE from using CUDA Graphs
This commit is contained in:
parent
e7d047715d
commit
5ad6416764
@ -170,6 +170,7 @@ class CudaGraphRunner(BaseModelRunner):
|
|||||||
|
|
||||||
return model_type not in [
|
return model_type not in [
|
||||||
ModelTypeEnum.yolonas.value,
|
ModelTypeEnum.yolonas.value,
|
||||||
|
ModelTypeEnum.dfine.value,
|
||||||
EnrichmentModelTypeEnum.paddleocr.value,
|
EnrichmentModelTypeEnum.paddleocr.value,
|
||||||
EnrichmentModelTypeEnum.jina_v1.value,
|
EnrichmentModelTypeEnum.jina_v1.value,
|
||||||
EnrichmentModelTypeEnum.jina_v2.value,
|
EnrichmentModelTypeEnum.jina_v2.value,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user