From a56183a5bc62abcb3a043d0c139ea0d5141734ef Mon Sep 17 00:00:00 2001 From: Thuandz Date: Sun, 11 Aug 2024 20:30:22 +0700 Subject: [PATCH] test: CI convert llama3.1 --- .github/workflows/convert-model.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/convert-model.yml b/.github/workflows/convert-model.yml index cb7eceb..c7327b5 100644 --- a/.github/workflows/convert-model.yml +++ b/.github/workflows/convert-model.yml @@ -100,11 +100,11 @@ jobs: # mkdir -p C:\\models\\$${{ env.MODEL_NAME }}/hf # mkdir -p C:\\models\\$${{ env.MODEL_NAME }}/onnx # mkdir -p C:\\models\\$${{ env.MODEL_NAME }}/cache - - name: Check file existence - id: check_files - uses: andstor/file-existence-action@v1 - with: - files: "C:\\models\\${{ env.MODEL_NAME }}/hf" + # - name: Check file existence + # id: check_files + # uses: andstor/file-existence-action@v1 + # with: + # files: "C:\\models\\${{ env.MODEL_NAME }}/hf" - name: Download Hugging Face model id: download_hf