removed warnings from training
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Has been cancelled

This commit is contained in:
Liyu Xiao 2025-05-23 10:10:07 -04:00
parent 473dc5bb40
commit c31a5eaf79

View File

@ -47,8 +47,9 @@ jobs:
- name: 2. Train Model
env:
NO_NNPACK: 1
PYTORCH_NO_NNPACK: 1
run: |
PYTHONPATH=. python data/training/train.py
PYTHONPATH=. python data/training/train.py 2>/dev/null
echo "training model"
- name: 3. Build inference app