fixed benchmark error after removing HF token from build log (#259) #124
This file contains 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
name: Merge | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '**' | |
- '!*.md' | |
jobs: | |
Lint: | |
uses: ./.github/workflows/workflow_lint.yml | |
Tests: | |
needs: Lint | |
uses: ./.github/workflows/workflow_tests.yml | |
Inference: | |
needs: Lint | |
uses: ./.github/workflows/workflow_inference.yml | |
Inference_Gaudi: | |
needs: Lint | |
uses: ./.github/workflows/workflow_inference_gaudi2.yml | |
Finetune: | |
needs: Lint | |
uses: ./.github/workflows/workflow_finetune.yml | |
Benchmark: | |
needs: Lint | |
uses: ./.github/workflows/workflow_test_benchmark.yml |