Skip to content
New issue

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

Issue with ggml #588

Open
grpinto opened this issue Oct 20, 2023 · 1 comment
Open

Issue with ggml #588

grpinto opened this issue Oct 20, 2023 · 1 comment

Comments

@grpinto
Copy link

grpinto commented Oct 20, 2023

I am having this error which I don't know where it comes from nor how to solve it :

[ 30%] Built target ggml
[ 38%] Building CXX object CMakeFiles/bark.cpp.dir/encodec.cpp.o
/Users/kingsize/Documents/binedgeml/bark.cpp/encodec.cpp:58:35: error: use of undeclared identifier 'ggml_pad_reflec_1d'
struct ggml_tensor * padded = ggml_pad_reflec_1d(ctx0, inp, padding_left, padding_right);
^
1 error generated.
make[2]: *** [CMakeFiles/bark.cpp.dir/encodec.cpp.o] Error 1
make[1]: *** [CMakeFiles/bark.cpp.dir/all] Error 2
make: *** [all] Error 2

please help

@kotee4ko
Copy link

make clean && git pull && make -j

CCLDArjun pushed a commit to CCLDArjun/ggml that referenced this issue Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants