From 125c357fac45115a47c0ef789964bbee95d2eb9f Mon Sep 17 00:00:00 2001 From: "Ma, Guokai" Date: Mon, 26 Feb 2024 09:58:49 +0800 Subject: [PATCH] more strict /blob maching --- .github/workflows/cpu-inference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpu-inference.yml b/.github/workflows/cpu-inference.yml index 7ce3223955aa..304dc421020a 100644 --- a/.github/workflows/cpu-inference.yml +++ b/.github/workflows/cpu-inference.yml @@ -50,7 +50,7 @@ jobs: # check whether node has enough memory to load model check point cat /proc/meminfo # check whether blob has enough space for model check point - df -k |grep blob + df -k |grep "/blob$" pip install cmake git clone https://github.com/intel/intel-extension-for-pytorch cd intel-extension-for-pytorch/tests/cpu/isa