Update collated reports working directory and --path (#40433)
This commit is contained in:
3
.github/workflows/collated-reports.yml
vendored
3
.github/workflows/collated-reports.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
|
||||||
- name: Collated reports
|
- name: Collated reports
|
||||||
|
working-directory: /transformers
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }}
|
ACCESS_REPO_INFO_TOKEN: ${{ secrets.ACCESS_REPO_INFO_TOKEN }}
|
||||||
@@ -35,7 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install huggingface_hub
|
pip install huggingface_hub
|
||||||
python3 utils/collated_reports.py \
|
python3 utils/collated_reports.py \
|
||||||
--path /transformers/reports/ \
|
--path . \
|
||||||
--machine-type ${{ inputs.machine_type }} \
|
--machine-type ${{ inputs.machine_type }} \
|
||||||
--commit-hash ${{ env.CI_SHA }} \
|
--commit-hash ${{ env.CI_SHA }} \
|
||||||
--job ${{ inputs.job }} \
|
--job ${{ inputs.job }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user