Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 21, 2024
1 parent 1117434 commit 98c0026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98c0026

Please sign in to comment.