From 924bb28573629f39f0ea517806bbb2d98fa76a40 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 11 Jul 2024 18:39:58 +0000 Subject: [PATCH] update --- tools/update_pool.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/update_pool.sh diff --git a/tools/update_pool.sh b/tools/update_pool.sh new file mode 100644 index 0000000000000..553641905cf45 --- /dev/null +++ b/tools/update_pool.sh @@ -0,0 +1 @@ +find . -name \*.yml -exec sed -i "s/'onnxruntime-Win-CPU-2022'/'onnxruntime-Win-CPU-2022-beta'/g" {} \;