Skip to content

Commit

Permalink
Test CI convert model
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Sep 16, 2024
1 parent 87c9004 commit 6c06e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/convert-model-all-quant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ jobs:
- name: Quantize model
run: |
mkdir -p /mnt/models/${{ env.MODEL_NAME }}/gguf/q4-km/
./llama.cpp/build/bin/llama-quantize /mnt/models/${{ env.MODEL_NAME }}/gguf/model-origin.gguf /mnt/models/${{ env.MODEL_NAME }}/gguf/q4-km/model.gguf ${{ env.PRECISION }}
rm -rf /mnt/models/${{ env.MODEL_NAME }}/gguf/model-origin.gguf
Expand Down

0 comments on commit 6c06e89

Please sign in to comment.