We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593e13 commit 741f663Copy full SHA for 741f663
.github/workflows/self-scheduled.yml
@@ -86,6 +86,7 @@ jobs:
86
name: Identify models to test
87
working-directory: /transformers/tests
88
run: |
89
+ apt-get install curl
90
if [ "${{ inputs.job }}" = "run_models_gpu" ]; then
91
echo "folder_slices=$(python3 ../utils/split_model_tests.py --num_splits ${{ env.NUM_SLICES }})" >> $GITHUB_OUTPUT
92
echo "slice_ids=$(python3 -c 'd = list(range(${{ env.NUM_SLICES }})); print(d)')" >> $GITHUB_OUTPUT
0 commit comments