fixed suppression

This commit is contained in:
Liyu Xiao 2025-05-27 15:40:06 -04:00
parent 19d151872d
commit 3722078b2d

View File

@ -67,8 +67,7 @@ jobs:
- name: 3. Convert to ONNX file - name: 3. Convert to ONNX file
env: env:
NO_NNPACK: 1 MKL_DISABLE_FAST_MM=1
PYTORCH_NO_NNPACK: 1
run: | run: |
PYTHONPATH=. python onnx_scripts/convert_to_onnx.py PYTHONPATH=. python onnx_scripts/convert_to_onnx.py
echo "building inference app" echo "building inference app"