Commit fc9dfd5 1 parent 1c3e5be commit fc9dfd5 Copy full SHA for fc9dfd5
File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,21 @@ jobs:
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- python-version : ["3.12"]
24
- os : ["ubuntu-22.04"]
25
- transformers-version : ["latest"]
26
23
include :
27
- - openvino : " openvino openvino-tokenizers"
24
+ - python-version : ["3.12"]
25
+ os : ["ubuntu-22.04"]
26
+ transformers-version : ["latest"]
27
+ openvino : " openvino openvino-tokenizers"
28
28
nncf : " nncf"
29
- - openvino : " --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
29
+ - python-version : ["3.12"]
30
+ os : ["ubuntu-22.04"]
31
+ transformers-version : ["latest"]
32
+ openvino : " --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
30
33
nncf : " nncf"
31
- - openvino : " --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
34
+ - python-version : ["3.12"]
35
+ os : ["ubuntu-22.04"]
36
+ transformers-version : ["latest"]
37
+ openvino : " --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly"
32
38
nncf : " git+https://github.com/openvinotoolkit/nncf.git"
33
39
34
40
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments