You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it report the errors that it can not find the hostPath model:
[2023-12-22 08:15:54.859][127][modelmanager][error][modelmanager.cpp:1340] Directory does not exist: /opt/vehicle-detection-0202/
[2023-12-22 08:15:55.860][127][modelmanager][error][modelmanager.cpp:1340] Directory does not exist: /opt/vehicle-attributes-recognition-barrier-0042/
In the config.json file added to the configmap, there should be updated the path to the model. Probably the sed command was not executed. The models are mounted in /models folder but the config.json is expecting them in /opt.
Hello, I deployment the ovms chart use the command:
And I follow the demo steps :https://github.com/openvinotoolkit/operator/blob/main/helm-charts/ovms/README.md#demo---deployment-of-the-model-server-with-a-vehicle-analysis-pipeline
The pod can running:
But it report the errors that it can not find the hostPath model:
I add the config:
But it can not work as expect.
I can login the pod to see the model files has mounted into pods:
Can anyone can help with this issue?Thanks a lot.
The text was updated successfully, but these errors were encountered: