]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
OpenLLaMA 3B support (#1588)
authorHenri Vasserman <redacted>
Tue, 30 May 2023 18:24:22 +0000 (21:24 +0300)
committerGitHub <redacted>
Tue, 30 May 2023 18:24:22 +0000 (21:24 +0300)
commitffb06a345e3a9e30d39aaa5b46a23201a74be6de
tree382e4e4538881565126bf0bb9232da116ba851cb
parent7552ac586380f202b75b18aa216ecfefbd438d94
OpenLLaMA 3B support (#1588)

This adds support to llama.cpp to load the model.

Currently missing are changes that are required from convert.py to convert the model correctly. It needs some changes to start reading the JSON configuration for HF models instead of deriving the values by guessing.

Co-authored-by: FNsi <redacted>
llama.cpp