fixed flags in workflow yaml, convertin gONNX -> ORT step
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 4m50s

This commit is contained in:
Liyu Xiao 2025-05-26 10:52:04 -04:00
parent 3a32a83c34
commit 9e3edcb0cc

View File

@ -89,11 +89,12 @@ 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 \
--input /onnx_files/inference_recognition_model.onnx \ /onnx_files/inference_recognition_model.onnx \
--output /ort_files/inference_recognition_model.ort \ --output_dir /ort_files \
--optimization_style Fixed \ --optimization_style Fixed \
--target_platform amd64 --target_platform amd64
- name: Upload ORT file - name: Upload ORT file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: