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 33c5259 commit 5b4d30bCopy full SHA for 5b4d30b
.github/workflows/ci.yml
@@ -19,14 +19,24 @@ jobs:
19
transformers: ['4.48.3', '4.51.3', '4.52.1', 'main']
20
torch: ['2.7', 'main']
21
exclude:
22
- - python: ['3.10', '3.11']
+ - python: '3.10'
23
torch: 'main'
24
25
- transformers: ['4.52.1', 'main']
+ - python: '3.11'
+ torch: 'main'
26
27
+ transformers: '4.52.1'
28
29
+ transformers: 'main'
30
31
32
33
34
- python: '3.13'
35
torch: '2.7'
36
- transformers: ['4.48.3', '4.51.3']
37
+ transformers: '4.48.3'
38
+ - python: '3.13'
39
+ transformers: '4.51.3'
40
steps:
41
- uses: actions/checkout@v3
42
0 commit comments