Skip to content

Commit 656ffb0

Browse files
Update .github/workflows/llama_cpp_plugin_build_and_test.yml
1 parent 4162ff9 commit 656ffb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
7070
huggingface-cli download gpt2 model.safetensors tokenizer.json tokenizer_config.json vocab.json config.json merges.txt --local-dir hf_gpt2
7171
mkdir -p ${{ github.workspace }}/test_data
72-
python3 llama.cpp/convert-hf-to-gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
72+
python3 llama.cpp/convert_hf_to_gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
7373
7474
- name: Install libtbb2
7575
run: |

0 commit comments

Comments
 (0)