From 98c0026799715d02acaa32bd006b89d4fa9f57f6 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Wed, 21 Feb 2024 10:49:34 +0800 Subject: [PATCH] try --- .github/workflows/dummy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dummy.yml b/.github/workflows/dummy.yml index dda235ab..b17086a3 100644 --- a/.github/workflows/dummy.yml +++ b/.github/workflows/dummy.yml @@ -118,9 +118,9 @@ jobs: git clone https://github.com/huggingface/transformers.git cd /transformers git fetch origin - git checkout best_benchmark_on_static_cache_new + git checkout best_benchmark_new git status git log -n 3 python3 -m pip uninstall -y torch torchvision torchaudio python3 -m pip install torch torchvision torchaudio - python3 static_cache_benchmark_original_1.py + python3 static_cache_benchmark_original.py