@@ -43,15 +43,15 @@ jobs:
43
43
run : |
44
44
conda activate openvino_lcm_cpp
45
45
conda update -c conda-forge --all
46
- conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.3 .0.dev20240614 c-compiler cxx-compiler git make cmake
46
+ conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.4 .0.dev20240726 c-compiler cxx-compiler git make cmake
47
47
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
48
48
49
49
- name : Install python dependencies
50
50
working-directory : ${{ env.working_directory }}
51
51
run : |
52
52
conda activate openvino_lcm_cpp
53
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
54
- python -m pip install -r ../../requirements.txt --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
53
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre -- extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
54
+ python -m pip install -r ../../requirements.txt --pre -- extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
55
55
56
56
- name : Download and convert model and tokenizer
57
57
working-directory : ${{ env.working_directory }}
@@ -88,15 +88,15 @@ jobs:
88
88
run : |
89
89
conda activate openvino_lcm_cpp
90
90
conda update -c conda-forge --all
91
- conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.3 .0.dev20240614 c-compiler cxx-compiler git make cmake
91
+ conda install -c conda-forge -c conda-forge/label/openvino_dev openvino==2024.4 .0.dev20240726 c-compiler cxx-compiler git make cmake
92
92
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
93
93
94
94
- name : Install python dependencies
95
95
working-directory : ${{ env.working_directory }}
96
96
run : |
97
97
conda activate openvino_lcm_cpp
98
- python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
99
- python -m pip install -r ../../requirements.txt --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
98
+ python -m pip install ../../../thirdparty/openvino_tokenizers/[transformers] --pre -- extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
99
+ python -m pip install -r ../../requirements.txt --pre -- extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
100
100
101
101
- name : Download and convert model and tokenizer
102
102
working-directory : ${{ env.working_directory }}
0 commit comments