Replies: 1 comment
-
I got same error in Ubuntu 22.04+b4706, but it can be fixed with installing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
"make" command fails with:
'cmath' file not found
e.g.:
make LLAMA_HIPBLAS=1
Solution
Check the version of GCC that you're on. If < 12 then install the latest.
Eg:
sudo apt install libstdc++-12-dev
Beta Was this translation helpful? Give feedback.
All reactions