File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
65
65
gpu-arch-type : " cuda"
66
66
gpu-arch-version : " 12.6"
67
- dev-requirements-overrides : " s/^pytest.* $/pytest==7.4.0/"
67
+ dev-requirements-overrides : " s/^pytest$/pytest==7.4.0/"
68
68
- name : CUDA 2.6
69
69
runs-on : linux.g5.12xlarge.nvidia.gpu
70
70
torch-spec : ' torch==2.6.0'
83
83
torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
84
84
gpu-arch-type : " cpu"
85
85
gpu-arch-version : " "
86
- dev-requirements-overrides : " s/^pytest.* $/pytest==7.4.0/"
86
+ dev-requirements-overrides : " s/^pytest$/pytest==7.4.0/"
87
87
- name : CPU 2.6
88
88
runs-on : linux.4xlarge
89
89
torch-spec : ' torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu'
Original file line number Diff line number Diff line change 1
1
# Test utilities
2
- pytest==8.3.4
2
+ pytest
3
3
unittest-xml-reporting
4
4
parameterized
5
5
packaging
You can’t perform that action at this time.
0 commit comments