update. #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Smoke test gh-action for the published workflow | |
| name: Test HF Model Inspector | |
| on: | |
| workflow_dispatch: # lets you trigger manually | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| inspect: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: 🤗HF Model Inspector | |
| uses: ParagEkbote/hf-transformers-model-inspector@v1.0.2 | |
| with: | |
| repo-id: google-bert/bert-base-uncased |