]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Use params when loading models in llava-cli (#3976)
authorMatthew Tejo <redacted>
Tue, 7 Nov 2023 07:43:59 +0000 (23:43 -0800)
committerGitHub <redacted>
Tue, 7 Nov 2023 07:43:59 +0000 (10:43 +0300)
commit54b4df8886103b436a4bb3b60f4d84824f9e8868
tree248fb5a186235fec984173005f40c485d74c55c7
parent46876d2a2c92e60579dc732cdb8cbd243b06f317
Use params when loading models in llava-cli (#3976)

llava-cli was loading models with default params and ignoring settings
from the cli. This switches to a generic function to load the params
from the cli options.
examples/llava/llava-cli.cpp