File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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/ -j
18
- - run : python -m pip install numpy<1.27
18
+ - run : python -m pip install " numpy<1.27"
19
19
- run : source ./ov/setupvars.sh && PYTHONPATH=./src/python:$PYTHONPATH python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
20
20
- run : source ./ov/setupvars.sh && python -m pip install --pre . --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
21
21
- run : python -c "from openvino.genai.py_generate_pipeline import LLMPipeline"
36
36
- run : unzip ov.zip
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
- - run : python -m pip install numpy<1.27
39
+ - run : python -m pip install " numpy<1.27"
40
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"
You can’t perform that action at this time.
0 commit comments