You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move some frequently used functions in llama.cpp to include/ggml/llm and src/
changes required in llama.cpp:
simplify llama.cpp by including/extending ggml/include/ggml/llm/
CMakeFile to re-export flags from ggml
Don't want to depend on conan since it adds more dependencies.
And I think it's time to make decisions... as the project's getting more and more complex.
The text was updated successfully, but these errors were encountered:
cmake:
ExternalProject
Makefile
git clone
changes required in ggml:
changes required in llama.cpp:
Don't want to depend on conan since it adds more dependencies.
And I think it's time to make decisions... as the project's getting more and more complex.
The text was updated successfully, but these errors were encountered: