forked from skeskinen/bert.cpp
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When following the README instructions on Ubuntu 20.04 on Windows 11 (WSL2), the make command fails:
[ 7%] Built target ggml
[ 8%] Generating release/libtokenizers_c.a
no such file or directory
make[2]: *** [tokenizers/CMakeFiles/tokenizers_c.dir/build.make:71: tokenizers/release/libtokenizers_c.a] Error 1
make[1]: *** [CMakeFiles/Makefile2:343: tokenizers/CMakeFiles/tokenizers_c.dir/all] Error 2
make: *** [Makefile:156: all] Error 2The problem is solved by installing Cargo with:
sudo apt install cargo
I recommend adding the step to the README.md to make sure Cargo is installed on all machines.
Metadata
Metadata
Assignees
Labels
No labels