File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
40
40
./build/greedy_causal_lm ./open_llama_3b_v2/pytorch/dldt/FP16/ "return 0"
41
41
42
42
cpp-beam_search_causal_lm-ubuntu :
43
- runs-on : ubuntu-20 .04
43
+ runs-on : ubuntu-22 .04
44
44
steps :
45
45
- uses : actions/checkout@v4
46
46
with :
47
47
submodules : recursive
48
48
- uses : actions/setup-python@v4
49
49
with :
50
- python-version : 3.8
50
+ python-version : 3.10
51
51
- name : Install OpenVINO
52
52
run : |
53
53
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
55
55
sudo ./ov/install_dependencies/install_openvino_dependencies.sh
56
56
- name : Download, convert and build
57
57
run : |
You can’t perform that action at this time.
0 commit comments