Skip to content

Commit

Permalink
lint fix and update gha regex (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Sep 5, 2024
1 parent f18f426 commit 93b769a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**.py'
- 'requirements.txt'
- '.github/workflows/*.yml'
- "*.md"
- "*.[q]md"
- "examples/**/*.y[a]?ml"
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion docs/amd_hpc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ CUDA_VISIBLE_DEVICES="" python -m axolotl.cli.preprocess /path/to/your/config.ya

### 12. Train

You are now ready to submit your previously prepared job script. 🚂
You are now ready to submit your previously prepared job script. 🚂

0 comments on commit 93b769a

Please sign in to comment.