[Config Support]: Not using OpenVino, but seeing warning/error #16270
-
Describe the problem you are havingUsing a Dual Coral PCI-E card, and having an AMD Ryzen 5 5600G CPU, I skipped configuring OpenVino, as my CPU doesn't support it. But 'm seeing this error/warning at startup
Version0.15.0-cea210d Frigate config filedetectors:
coral_pci:
type: edgetpu
device: pci:0
coral_pci2:
type: edgetpu
device: pci:1
model:
path: plus://*********************************
semantic_search:
enabled: true
reindex: false
model_size: large Relevant Frigate log outputwarning | 2025-02-01 21:23:38 | frigate.util.model | OpenVINO failed to build model, using CPU instead: Exception from src/inference/src/cpp/core.cpp:121:
unknown | 2025-02-01 21:23:38 | unknown | Check '!m_device_map.empty()' failed at src/plugins/intel_gpu/src/plugin/plugin.cpp:379:
unknown | 2025-02-01 21:23:38 | unknown | [GPU] Can't get OPTIMIZATION_CAPABILITIES property as no supported devices found or an error happened during devices query.
unknown | 2025-02-01 21:23:38 | unknown | [GPU] Please check OpenVINO documentation for GPU drivers setup guide.
unknown | 2025-02-02 09:49:35 | unknown | 25-02-01 21:23:38.900379158
unknown | 2025-02-02 09:49:35 | unknown | 25-02-01 21:23:38.900379769
unknown | 2025-02-02 09:49:35 | unknown | 25-02-01 21:23:38.900380250 Relevant go2rtc log outputn/a Frigate statsNo response Operating systemProxmox Install methodDocker Compose docker-compose file or Docker CLI commandn/a Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesNo response Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Feb 2, 2025
Replies: 1 comment 8 replies
-
You're seeing this because semantic search using the |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
hawkeye217
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're seeing this because semantic search using the
large
model will run on GPU. You should set it tosmall
so that it runs on CPU. That should make the error go away.