We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4162ff9 commit 656ffb0Copy full SHA for 656ffb0
.github/workflows/llama_cpp_plugin_build_and_test.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
70
huggingface-cli download gpt2 model.safetensors tokenizer.json tokenizer_config.json vocab.json config.json merges.txt --local-dir hf_gpt2
71
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
+ python3 llama.cpp/convert_hf_to_gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
73
74
- name: Install libtbb2
75
run: |
0 commit comments