File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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/ -j
18
18
- run : python -m pip install openvino # Can't load CenOS libraries from the archive
19
- - run : source ./ov/setupvars.sh && PYTHONPATH=./src/python/ python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
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"
22
22
37
37
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
38
38
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && cmake --build ./build/ -j
39
39
- run : python -m pip install "numpy<1.27"
40
- - run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && set PYTHONPATH=./src/python;$ PYTHONPATH && python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
40
+ - run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && set PYTHONPATH=./src/python;% PYTHONPATH% && python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
41
41
- run : call w_openvino_toolkit_windows_2024.1.0.dev20240304_x86_64\setupvars.bat && python -m pip install .
42
42
- run : python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ sdist.cmake = true
28
28
wheel.packages = [" src/python/openvino" ]
29
29
wheel.install-dir = " openvino/genai"
30
30
wheel.build-tag = " 000"
31
- wheel.py-api = " "
32
31
wheel.license-files = [" LICENSE" , " SECURITY.md" , " third-party-programs.txt" ]
33
32
34
33
[[tool .scikit-build .generate ]]
You can’t perform that action at this time.
0 commit comments