Skip to content

Commit 270f575

Browse files
committed
Test Ubuntu 22
1 parent 9d23404 commit 270f575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/causal_lm_cpp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ jobs:
4040
./build/greedy_causal_lm ./open_llama_3b_v2/pytorch/dldt/FP16/ "return 0"
4141
4242
cpp-beam_search_causal_lm-ubuntu:
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
steps:
4545
- uses: actions/checkout@v4
4646
with:
4747
submodules: recursive
4848
- uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.8
50+
python-version: 3.10
5151
- name: Install OpenVINO
5252
run: |
5353
mkdir ./ov/
54-
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
54+
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2024.1/linux/l_openvino_toolkit_ubuntu22_2024.1.0.15008.f4afc983258_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
5555
sudo ./ov/install_dependencies/install_openvino_dependencies.sh
5656
- name: Download, convert and build
5757
run: |

0 commit comments

Comments
 (0)