This commit is contained in:
edoapra 2025-10-23 22:26:36 -07:00
parent 4c316d2802
commit 214f1f4531
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -2,7 +2,7 @@
git clone -q https://github.com/pytorch/cpuinfo
cd cpuinfo
mkdir build && cd build
CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake .. >& cmake.log
CC=gcc CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake .. >& cmake.log
tail -20 cmake.log
make -j3 >& make.log
tail -3 make.log