fixed ort [path file
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 4m53s

This commit is contained in:
Liyu Xiao 2025-05-26 11:25:01 -04:00
parent 440cedd582
commit 4f5101bd7e

View File

@ -90,7 +90,7 @@ jobs:
run: |
python -m onnxruntime.tools.convert_onnx_models_to_ort \
/workspace/qoherent/modrec-workflow/onnx_files/inference_recognition_model.onnx \
--output_dir /ort_files \
--output_dir ort_files \
--optimization_style Fixed \
--target_platform amd64