File tree 5 files changed +6
-6
lines changed
src/cpp/src/whisper/models
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ jobs:
187
187
python -m pip install ${{ env.SRC_DIR }}/thirdparty/openvino_tokenizers -v ${{ needs.openvino_download.outputs.ov_wheel_source }}
188
188
python -m pip install ${{ env.SRC_DIR }} -v ${{ needs.openvino_download.outputs.ov_wheel_source }}
189
189
python -m pip install -r ${{ env.WWB_PATH }}/requirements.txt ${{ needs.openvino_download.outputs.ov_wheel_source }}
190
- python -m pip install git+https://github.com/huggingface/optimum-intel.git@main#egg=optimum-intel
190
+ python -m pip install git+https://github.com/huggingface/optimum-intel.git@main
191
191
working-directory : ${{ env.OV_INSTALL_DIR }}
192
192
- name : WWB Tests
193
193
run : |
Original file line number Diff line number Diff line change 2
2
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
3
3
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
4
4
openvino-tokenizers~=2025.1.0.0.dev
5
- optimum-intel @ git+https://github.com/huggingface/optimum-intel.git@faeebf3416d17e3a6761db5f2e05569e0319311b
5
+ optimum-intel @ git+https://github.com/huggingface/optimum-intel.git@main
6
6
numpy<2.0.0; sys_platform == 'darwin'
7
7
einops==0.8.0 # For Qwen
8
8
transformers_stream_generator==0.0.5 # For Qwen
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ WhisperWithPastDecoder::WhisperWithPastDecoder(const std::filesystem::path& mode
84
84
const ov::AnyMap& properties) {
85
85
Logger::warn (" Whisper decoder models with past is deprecated. Support will be removed in 2026.0.0 release.\n "
86
86
" To obtain stateful decoder model use latest `optimum-intel` package:\n "
87
- " pip install optimum-intel@git+https://github.com/huggingface/optimum-intel.git\n "
87
+ " pip install optimum-intel@git+https://github.com/huggingface/optimum-intel.git@main \n "
88
88
" optimum-cli export openvino --trust-remote-code --model openai/whisper-tiny whisper-tiny" );
89
89
ov::Core core = utils::singleton_core ();
90
90
Original file line number Diff line number Diff line change 1
1
--extra-index-url https://download.pytorch.org/whl/cpu
2
2
diffusers == 0.32.2
3
- optimum-intel @ git+https://github.com/eaidova /optimum-intel@ea/stateful_seq2seq
3
+ optimum-intel @ git+https://github.com/huggingface /optimum-intel.git@main
4
4
numpy < 2.0.0 ; platform_system == "Darwin" and platform_machine == "x86_64"
5
5
onnx == 1.17.0
6
6
pytest
Original file line number Diff line number Diff line change 11
11
transformers >= 4.40.0
12
12
diffusers >= 0.22.0
13
13
#optimum is in dependency list of optimum-intel
14
- git+https://github.com/huggingface/optimum-intel.git@faeebf3416d17e3a6761db5f2e05569e0319311b#egg=optimum-intel
15
- git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
14
+ git+https://github.com/huggingface/optimum-intel.git@main
15
+ git+https://github.com/openvinotoolkit/nncf.git@develop
16
16
packaging
17
17
psutil
18
18
timm
You can’t perform that action at this time.
0 commit comments