We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72dc25 commit 66e1cfaCopy full SHA for 66e1cfa
.github/workflows/llama_cpp_plugin_build_and_test.yml
@@ -69,4 +69,6 @@ jobs:
69
python3 llama.cpp/convert-hf-to-gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
70
71
- name: Run E2E tests
72
- run: ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
+ run: |
73
+ chmod +x ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
74
+ ${{ github.workspace }}/binaries/llama_cpp_e2e_tests
0 commit comments