fixed workflow path
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 5m5s

This commit is contained in:
Liyu Xiao 2025-05-26 11:09:09 -04:00
parent 9e3edcb0cc
commit 440cedd582

View File

@ -89,7 +89,7 @@ jobs:
- name: 4. Convert to ORT file - name: 4. Convert to ORT file
run: | run: |
python -m onnxruntime.tools.convert_onnx_models_to_ort \ python -m onnxruntime.tools.convert_onnx_models_to_ort \
/onnx_files/inference_recognition_model.onnx \ /workspace/qoherent/modrec-workflow/onnx_files/inference_recognition_model.onnx \
--output_dir /ort_files \ --output_dir /ort_files \
--optimization_style Fixed \ --optimization_style Fixed \
--target_platform amd64 --target_platform amd64