From 1edda703356c0b5e996d0a4a3feecf0efaf442dd Mon Sep 17 00:00:00 2001 From: Thuandz Date: Fri, 9 Aug 2024 19:49:49 +0700 Subject: [PATCH] fix test on push --- .github/workflows/convert-model.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/convert-model.yml b/.github/workflows/convert-model.yml index 075727a..9f3cc8b 100644 --- a/.github/workflows/convert-model.yml +++ b/.github/workflows/convert-model.yml @@ -62,7 +62,7 @@ jobs: run: | python.exe -m ensurepip # python.exe -m pip install --upgrade pip - pip install huggingface_hub==0.23.3 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==0.23.3 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 # if ($env:EXECUTOR -eq 'cpu') { # pip install --pre onnxruntime-genai=="$env:ONNXRUNTIME_GENAI_VERSION"