File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed
Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 9999 CUDA_VERSION : ${{ matrix.cuda }}
100100 TORCH_VERSION : ${{ matrix.torch }}
101101 steps :
102+ - name : Checkout
103+ uses : actions/checkout@v4
102104 - name : Delete old files
103105 run : rm -rf dist/*
104106
Original file line number Diff line number Diff line change 8181 CUDA_VERSION : ${{ matrix.cuda }}
8282 TORCH_VERSION : ${{ matrix.torch }}
8383 steps :
84+ - name : Checkout
85+ uses : actions/checkout@v4
8486 - name : Delete old files
8587 run : rm -rf dist/*
8688
Original file line number Diff line number Diff line change 9696 CUDA_VERSION : ${{ matrix.cuda }}
9797 TORCH_VERSION : ${{ matrix.torch }}
9898 steps :
99+ - name : Checkout
100+ uses : actions/checkout@v4
99101 - name : Delete old files
100102 run : rm -rf dist/*
101103
Original file line number Diff line number Diff line change 1- pytest==8.3.1
1+ pytest==8.4.2
22pytest-forked==1.6.0
3- pytest-asyncio==0.23.8
4- pytest-rerunfailures==14.0
3+ pytest-asyncio==1.2.0
4+ pytest-rerunfailures==16.0.1
55pytest-shard==0.1.2
6- requests==2.32.3
7- anyio==4.4 .0
8- openai==1.37.0
9- six==1.16 .0
10- transformers==4.43.3
11- accelerate==0.33.0
12- httpx==0.27.2
6+ requests==2.32.5
7+ anyio==4.10 .0
8+ openai==1.107.2
9+ six==1.17 .0
10+ httpx==0.27.2
11+ transformers==4.56.1
12+ accelerate==1.10.1
You can’t perform that action at this time.
0 commit comments