diff --git a/.github/workflows/genai_lib.yml b/.github/workflows/genai_lib.yml index 57e1d8d36f..5b8d6db3fe 100644 --- a/.github/workflows/genai_lib.yml +++ b/.github/workflows/genai_lib.yml @@ -15,7 +15,7 @@ jobs: - run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh - run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/ - run: source ./ov/setupvars.sh && cmake --build ./build/ --config Release -j - - run: python -m pip install openvino # Can't load CenOS libraries from the archive + - run: python -m pip install openvino # Can't load CentOS libraries from the archive - run: PYTHONPATH=./src/python/ python -c "from openvino_genai.py_generate_pipeline import LLMPipeline" - run: source ./ov/setupvars.sh && python -m pip install --pre --upgrade . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly - run: python -c "from openvino_genai.py_generate_pipeline import LLMPipeline" diff --git a/.gitignore b/.gitignore index 931487b5e9..1546c18f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # They are copied to python folder during the build to allow skipping wheel installation -src/python/openvino/genai/*generate_pipeline_lib* -src/python/openvino/genai/py_generate_pipeline* +src/python/openvino_genai/*generate_pipeline_lib* +src/python/openvino_genai/py_generate_pipeline* # build/artifact dirs _*