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
The newer releases of the triton-inference-server use a different method to install openvino.
Should that branch be updated or should that issue be raised to openvino ?
The text was updated successfully, but these errors were encountered:
Hi, Triton-inference-server and openvino are not used for submission by NVIDIA in 3.1. This is a stale script that's not removed - we will update the repo in v4.0.
Using the
mlperf-inference-v2.0-cpu
ormlperf-inference-v2.0
of thetriton-inference-server
repository causes it to try to install an openvino repository with an expired GPG key:https://github.com/triton-inference-server/server/blob/mlperf-inference-v2.0-cpu/qa/common/gen_qa_model_repository#L193
This is the code triggering this call:
inference_results_v3.1/closed/NVIDIA/scripts/build_triton_cpu_libs.sh
Line 21 in eaf622a
The newer releases of the
triton-inference-server
use a different method to installopenvino
.Should that branch be updated or should that issue be raised to openvino ?
The text was updated successfully, but these errors were encountered: