File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
conda activate openvino_lcm_cpp
50
50
python -m pip install -r requirements.txt
51
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
51
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
52
52
53
53
- name : Download and convert model and tokenizer
54
54
working-directory : ${{ env.working_directory }}
93
93
run : |
94
94
conda activate openvino_lcm_cpp
95
95
python -m pip install -r requirements.txt
96
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
96
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
97
97
98
98
- name : Download and convert model and tokenizer
99
99
working-directory : ${{ env.working_directory }}
Original file line number Diff line number Diff line change 47
47
run : |
48
48
conda activate openvino_sd_cpp
49
49
python -m pip install -r requirements.txt
50
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
50
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
51
51
52
52
- name : Download and convert model and tokenizer
53
53
working-directory : ${{ env.working_directory }}
90
90
run : |
91
91
conda activate openvino_sd_cpp
92
92
python -m pip install -r requirements.txt
93
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
93
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers]
94
94
95
95
- name : Download and convert model and tokenizer
96
96
working-directory : ${{ env.working_directory }}
You can’t perform that action at this time.
0 commit comments