Skip to content

Commit

Permalink
Update Makefile to support MOE
Browse files Browse the repository at this point in the history
In reference to ggerganov/llama.cpp#4406

Need a newer version of llama.cpp to handle MoE models, such as Mixtral 8x7b

Signed-off-by: Samuel Walker <sfxworks@gmail.com>
  • Loading branch information
sfxworks authored Dec 15, 2023
1 parent fb6a5bc commit 76abeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0

GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7

CPPLLAMA_VERSION?=8a7b2fa528f130631a5f43648481596ab320ed5a
CPPLLAMA_VERSION?=799a1cb13b0b1b560ab0ceff485caed68faa8f1f

# gpt4all version
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
Expand Down

0 comments on commit 76abeee

Please sign in to comment.