File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- run : sudo ./ov/install_dependencies/install_openvino_dependencies.sh
16
16
- run : source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
17
17
- run : source ./ov/setupvars.sh && cmake --build ./build/ --config Release -j
18
- - run : python -m pip install openvino # Can't load CenOS libraries from the archive
18
+ - run : python -m pip install openvino # Can't load CentOS libraries from the archive
19
19
- run : PYTHONPATH=./src/python/ python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"
20
20
- run : source ./ov/setupvars.sh && python -m pip install --pre --upgrade . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
21
21
- run : python -c "from openvino_genai.py_generate_pipeline import LLMPipeline"
Original file line number Diff line number Diff line change 1
1
# They are copied to python folder during the build to allow skipping wheel installation
2
- src /python /openvino / genai /* generate_pipeline_lib *
3
- src /python /openvino / genai /py_generate_pipeline *
2
+ src /python /openvino_genai /* generate_pipeline_lib *
3
+ src /python /openvino_genai /py_generate_pipeline *
4
4
5
5
# build/artifact dirs
6
6
_ *
You can’t perform that action at this time.
0 commit comments