Skip to content

Commit

Permalink
test onpush
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Aug 9, 2024
1 parent ea1f1d7 commit 96e1beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/convert-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ jobs:
- name: Convert to ONNX - DirectML - INT4
run: |
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN_READ }} --add-to-git-credential
cd onnxruntime-genai/src/python/py/models
python3 builder.py -i "${{ env.MODEL_NAME }}/hf" -o "${{ env.MODEL_NAME }}/onnx" -p ${{ env.PRECISION }} -e ${{ env.EXECUTOR }}
huggingface-cli logout
# - name: Upload to Hugging Face
# run: |
Expand Down

0 comments on commit 96e1beb

Please sign in to comment.