]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common: remove duplicate check for curl (#6471)
authorDaniel Bevenius <redacted>
Thu, 4 Apr 2024 07:49:21 +0000 (09:49 +0200)
committerGitHub <redacted>
Thu, 4 Apr 2024 07:49:21 +0000 (09:49 +0200)
commit4bcd6b959ca3991084ad1d8464caf2a734e29b1d
treeaed302967604b7b44286679598b1c89f269303fa
parent9b84ae1806cded4d6683c7b810925da5ead40607
common: remove duplicate check for curl (#6471)

This commit removes one of the two identical checks for curl being NULL
in llama_load_model_from_url.

Signed-off-by: Daniel Bevenius <redacted>
common/common.cpp