Skip to content

Commit

Permalink
fix: Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Jun 28, 2024
1 parent 79575f8 commit f1a473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model_converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN_WRITE }} --add-to-git-credential
./llama.cpp/llama-quantize "${{ env.MODEL_NAME }}/${{ env.bf16 }}" "${{ env.MODEL_NAME }}/model.gguf" "${{ env.QUANTIZATION_METHOD }}"
rm "${{ env.MODEL_NAME }}/${{ env.bf16 }}"
huggingface-cli upload ${{ env.USER_NAME }}/${{ env.TARGET_MODEL_ID }} ${{ env.MODEL_NAME }}/model.gguf model.gguf --revision "${{ env.lowercase_model_size }}-gguf"
huggingface-cli upload ${{ env.USER_NAME }}/${{ env.TARGET_MODEL_ID }} ${{ env.MODEL_NAME }}/model.gguf model.gguf --revision "${{ env.MODEL_SIZE }}-gguf"
huggingface-cli logout
# - name: Generate Model metadata
Expand Down

0 comments on commit f1a473f

Please sign in to comment.