Skip to content

Commit

Permalink
more strict /blob maching
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Feb 26, 2024
1 parent 296fcf4 commit 125c357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 125c357

Please sign in to comment.