File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
59
59
pip install .[tests]
60
60
61
- - name : Install lowest compatible transformers version
62
- if : ${{ matrix.transformers-version != 'latest' }}
63
- run : pip install transformers==${{ matrix.transformers-version }}
64
-
65
61
- name : Install openvino-nightly
66
62
if : ${{ matrix.openvino == 'ov-nightly' }}
67
63
run : pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
78
74
if : ${{ matrix.nncf == 'nncf-stable' }}
79
75
run : pip install .[nncf]
80
76
77
+ - name : Install the lowest compatible transformers version
78
+ if : ${{ matrix.transformers-version != 'latest' }}
79
+ run : pip install transformers==${{ matrix.transformers-version }}
80
+
81
81
- name : Pip freeze
82
82
run : pip freeze
83
83
You can’t perform that action at this time.
0 commit comments