Skip to content

Commit

Permalink
add an lscpu command to debug illegal inst
Browse files Browse the repository at this point in the history
  • Loading branch information
jerinphilip committed Oct 27, 2023
1 parent a4512de commit e82a441
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ jobs:
chmod -R a+rwx /host/${{ env.ccache_dir }}
lscpu
ccache -s # Print current cache stats
ccache -z # Zero cache entry
Expand Down
2 changes: 2 additions & 0 deletions scripts/ci/macos/01-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
brew install cmake
brew install xsimd openblas
brew install sentencepiece

sysctl -a | grep machdep.cpu.features
2 changes: 2 additions & 0 deletions scripts/ci/ubuntu/01-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ XSIMD_VERSION="11.1.0"
wget https://github.com/xtensor-stack/xsimd/archive/refs/tags/${XSIMD_VERSION}.tar.gz -O xsimd.tar.gz
tar xf xsimd.tar.gz
(cd xsimd-${XSIMD_VERSION} && cmake -DCMAKE_INSTALL_PREFIX=/usr/ && sudo make install)

lscpu

0 comments on commit e82a441

Please sign in to comment.