From 737d044f6bcd69b94075f480d68077b167a55749 Mon Sep 17 00:00:00 2001 From: Thuandz Date: Fri, 9 Aug 2024 20:24:37 +0700 Subject: [PATCH] fix test on push --- .github/workflows/convert-model.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-model.yml b/.github/workflows/convert-model.yml index 6987473..1bc293f 100644 --- a/.github/workflows/convert-model.yml +++ b/.github/workflows/convert-model.yml @@ -63,9 +63,9 @@ jobs: run: | python.exe -m ensurepip # python.exe -m pip install --upgrade pip - pip3 install huggingface_hub hf-transfer fire numpy==1.26.4 torch==2.3.1 transformers==4.43.4 onnx==1.16.1 onnxruntime==1.18.0 sentencepiece==0.2.0 + pip3 install huggingface_hub hf-transfer numpy==1.26.4 torch==2.3.1 transformers==4.43.4 onnx==1.16.1 onnxruntime==1.18.0 sentencepiece==0.2.0 - # if ($env:EXECUTOR -eq 'cpu') { + # if ($env:EXECUTOR -eq 'cpu') { fire # pip install --pre onnxruntime-genai=="$env:ONNXRUNTIME_GENAI_VERSION" # } elseif ($env:EXECUTOR -eq 'dml') { # pip install --pre onnxruntime-genai-directml=="$env:ONNXRUNTIME_GENAI_VERSION"