We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 98%] Linking CXX executable ct2-translator /usr/bin/ld: ../libctranslate2.so.4.4.0: undefined reference to `cblas_sgemm' collect2: error: ld returned 1 exit status make[2]: *** [cli/CMakeFiles/translator.dir/build.make:98: cli/ct2-translator] Error 1 make[1]: *** [CMakeFiles/Makefile2:168: cli/CMakeFiles/translator.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 how to solve the problems?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[ 98%] Linking CXX executable ct2-translator
/usr/bin/ld: ../libctranslate2.so.4.4.0: undefined reference to `cblas_sgemm'
collect2: error: ld returned 1 exit status
make[2]: *** [cli/CMakeFiles/translator.dir/build.make:98: cli/ct2-translator] Error 1
make[1]: *** [CMakeFiles/Makefile2:168: cli/CMakeFiles/translator.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
how to solve the problems?
The text was updated successfully, but these errors were encountered: