removed error warnings
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m48s

This commit is contained in:
Liyu Xiao 2025-05-26 14:41:45 -04:00
parent d518c633b7
commit dc72fd0148

View File

@ -56,7 +56,7 @@ jobs:
NO_NNPACK: 1
PYTORCH_NO_NNPACK: 1
run: |
PYTHONPATH=. python data/training/train.py 2>/dev/null
PYTHONPATH=. python data/training/train.py
echo "training model"
- name: Upload Checkpoints