]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : refactor downloading system, handle mmproj with -hf option (#12694)
authorXuan-Son Nguyen <redacted>
Tue, 1 Apr 2025 21:44:05 +0000 (23:44 +0200)
committerGitHub <redacted>
Tue, 1 Apr 2025 21:44:05 +0000 (23:44 +0200)
commit267c1399f15a278ec8c3cdcf9c90dc94151fbc38
tree7b3b3b39c55dca3836515cf055e658c8e71c0933
parentf423981ac806bf031d83784bcb47d2721bc70f97
common : refactor downloading system, handle mmproj with -hf option (#12694)

* (wip) refactor downloading system [no ci]

* fix all examples

* fix mmproj with -hf

* gemma3: update readme

* only handle mmproj in llava example

* fix multi-shard download

* windows: fix problem with std::min and std::max

* fix 2
19 files changed:
common/arg.cpp
common/common.cpp
common/common.h
examples/batched-bench/batched-bench.cpp
examples/batched/batched.cpp
examples/export-lora/export-lora.cpp
examples/gritlm/gritlm.cpp
examples/llava/README-gemma3.md
examples/llava/gemma3-cli.cpp
examples/llava/llava-cli.cpp
examples/llava/minicpmv-cli.cpp
examples/llava/qwen2vl-cli.cpp
examples/parallel/parallel.cpp
examples/passkey/passkey.cpp
examples/server/server.cpp
examples/speculative-simple/speculative-simple.cpp
examples/speculative/speculative.cpp
examples/tts/tts.cpp
tests/test-arg-parser.cpp