Skip to content

Commit

Permalink
Upload train.py in train_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b9r5 committed Nov 14, 2024
1 parent 1c4f2ed commit b7f441c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/train_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
run: |
python train.py > training.log 2>&1
- name: Upload logs
- name: Upload artifacts
uses: actions/upload-artifact@v3
if: always()
with:
name: training-logs
path: training.log
name: training-artifacts
path: |
training.log
train.py
env:
CUDA_VISIBLE_DEVICES: 0 # Make sure only one GPU is used for testing

0 comments on commit b7f441c

Please sign in to comment.