Skip to content

Commit 511e60b

Browse files
authored
Merge branch 'master' into as/set_seq_len_axis_based_on_model_type
2 parents 61a3081 + 3304798 commit 511e60b

File tree

72 files changed

+3141
-835
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3141
-835
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ updates:
1717
schedule:
1818
interval: "weekly"
1919
- package-ecosystem: "pip"
20-
directory: "text_generation/causal_lm/cpp/"
20+
directory: "samples/"
2121
schedule:
2222
interval: "weekly"

.github/workflows/causal_lm_cpp.yml

+39-34
Large diffs are not rendered by default.

.github/workflows/genai_package.yml

-117
This file was deleted.

.github/workflows/genai_python_lib.yml

-88
This file was deleted.

.github/workflows/lcm_dreamshaper_cpp.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
run: |
4444
conda activate openvino_lcm_cpp
4545
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
4747
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
4848
4949
- name: Install python dependencies
5050
working-directory: ${{ env.working_directory }}
5151
run: |
5252
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
5555
5656
- name: Download and convert model and tokenizer
5757
working-directory: ${{ env.working_directory }}
@@ -88,15 +88,15 @@ jobs:
8888
run: |
8989
conda activate openvino_lcm_cpp
9090
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
9292
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
9393
9494
- name: Install python dependencies
9595
working-directory: ${{ env.working_directory }}
9696
run: |
9797
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
100100
101101
- name: Download and convert model and tokenizer
102102
working-directory: ${{ env.working_directory }}

0 commit comments

Comments
 (0)