Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
SunMarc committed Apr 9, 2024
1 parent 2fff50d commit 813f4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Identify quantization method to test
working-directory: /transformers/tests
run: |
echo "quantization_matrix=$(find "quantization" -mindepth 1 -maxdepth 1 -type d | sort)" >> $GITHUB_OUTPUT
echo "quantization_matrix=$(find "quantization" -mindepth 1 -maxdepth 1 -type d -printf "%p\n" | sort)" >> $GITHUB_OUTPUT
- name: NVIDIA-SMI
run: |
Expand Down

0 comments on commit 813f4c1

Please sign in to comment.