fixed typos
Some checks failed
RIA Hub Workflow Demo / ria-demo (push) Failing after 45s

This commit is contained in:
Liyu Xiao 2025-06-18 10:14:24 -04:00
parent 6b2ea23be4
commit 0642904d89

View File

@ -83,6 +83,14 @@ jobs:
PYTHONPATH=. python scripts/training/train.py PYTHONPATH=. python scripts/training/train.py
echo "training model" echo "training model"
- name: 4. Plot Model
env:
NO_NNPACK: 1
PYTORCH_NO_NNPACK: 1
run: |
PYTHONPATH=. python scripts/training/plot_data.py
- name: Upload Checkpoints - name: Upload Checkpoints
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -111,7 +119,7 @@ jobs:
- name: 5. Profile ONNX model - name: 5. Profile ONNX model
run: | run: |
PYTHONPATH=. python scrips/onnx/profile_onnx.py PYTHONPATH=. python scripts/onnx/profile_onnx.py
- name: Upload JSON profiling data - name: Upload JSON profiling data
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3