Skip to content

Commit

Permalink
Make cml pipeline use node version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
luyangliuable committed Oct 9, 2023
1 parent 860e0b4 commit 18b2735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ jobs:
train-and-report:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v2
with:
node-version: '16'
- uses: iterative/setup-cml@v1
- uses: actions/checkout@v3
- name: Train model
Expand Down

1 comment on commit 18b2735

@luyangliuable
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Average Training Loss: 0.6331
Average Validation Loss: 0.4131

Please sign in to comment.