File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- run : mkdir ./ov/
14
14
- run : curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu20_2024.1.0.15008.f4afc983258_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
15
15
- run : sudo ./ov/install_dependencies/install_openvino_dependencies.sh
16
+ - run : sudo apt-get install libtbb-dev
16
17
- run : source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
17
18
- run : source ./ov/setupvars.sh && cmake --build ./build/ --config Release --target package -j
18
19
- run : source ./ov/setupvars.sh && cmake --install ./build/ --config Release --prefix ov
19
- - run : sudo apt-get install libtbb-dev
20
20
- run : ov/samples/cpp/build_samples.sh -b "${{ github.workspace }}/s pace"
21
21
- run : source ./ov/setupvars.sh && python -m pip install --upgrade-strategy eager -r text_generation/causal_lm/cpp/requirements.txt
22
22
- run : source ./ov/setupvars.sh && python -m pip install ./thirdparty/openvino_tokenizers/[transformers]
You can’t perform that action at this time.
0 commit comments