removed warnings during conversion part of workflow demo
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m48s

This commit is contained in:
Liyu Xiao 2025-05-27 14:35:55 -04:00
parent d7470b845c
commit 19d151872d

View File

@ -66,6 +66,9 @@ jobs:
path: checkpoint_files/inference_recognition_model.ckpt
- name: 3. Convert to ONNX file
env:
NO_NNPACK: 1
PYTORCH_NO_NNPACK: 1
run: |
PYTHONPATH=. python onnx_scripts/convert_to_onnx.py
echo "building inference app"