Skip to content

Commit

Permalink
Update to requirements-convert_hf_to_gguf.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Peter <[email protected]>
  • Loading branch information
peterchen-intel committed Aug 28, 2024
1 parent 0de9efb commit b0dd440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llama_cpp_plugin_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Prepare test data - convert test model files
run: |
pip install -r llama.cpp/requirements/requirements-convert-hf-to-gguf.txt
pip install -r llama.cpp/requirements/requirements-convert_hf_to_gguf.txt
huggingface-cli download gpt2 model.safetensors tokenizer.json tokenizer_config.json vocab.json config.json merges.txt --local-dir hf_gpt2
mkdir -p ${{ github.workspace }}/test_data
python3 llama.cpp/convert-hf-to-gguf.py hf_gpt2 --outtype f32 --outfile ${{ github.workspace }}/test_data/gpt2.gguf
Expand Down

0 comments on commit b0dd440

Please sign in to comment.