We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 699abb2 commit 7046854Copy full SHA for 7046854
.github/workflows/llama_cpp_plugin_build_and_test.yml
@@ -18,6 +18,10 @@ jobs:
18
with:
19
cmake-version: '3.24.x'
20
21
+ - name: Install libtbb2
22
+ run: |
23
+ sudo apt-get update && sudo apt-get install -y libtbb2 libtbb2-dev
24
+
25
- name: Checkout openvino_contrib
26
uses: actions/checkout@v3
27
@@ -68,8 +72,10 @@ jobs:
68
72
mkdir -p ${{ github.workspace }}/test_data
69
73
python3 llama.cpp/convert-hf-to-gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
70
74
71
- - name: Install TBB
- run: sudo apt install -y libtbb2
75
76
77
78
79
- name: Run E2E tests
80
run: |
81
chmod +x ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
0 commit comments