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