From e994ef25f6899ebb2ad341b5da4e5236f073fd70 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 21 Mar 2025 17:27:00 -0700 Subject: [PATCH] fix --- travis/cpuinfo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/cpuinfo.sh b/travis/cpuinfo.sh index 9ffc7f53b9..8b2e526bf6 100755 --- a/travis/cpuinfo.sh +++ b/travis/cpuinfo.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -git -q clone https://github.com/pytorch/cpuinfo +git clone -q https://github.com/pytorch/cpuinfo cd cpuinfo mkdir build && cd build cmake .. >& cmake.log -tail -f cmake.log +tail -3 cmake.log make -j3 >& make.log tail -3 make.log ./isa-info