]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert : improve model arch handling (#13122)
authorXuan-Son Nguyen <redacted>
Wed, 30 Apr 2025 14:56:24 +0000 (16:56 +0200)
committerGitHub <redacted>
Wed, 30 Apr 2025 14:56:24 +0000 (16:56 +0200)
commit3e168bede4d27b35656ab8026015b87659ecbec2
tree134f867e7234aa106a51feecb7cfcad2a443ff78
parentceda28ef8e310a8dee60bf275077a3eedae8e36c
convert : improve model arch handling (#13122)

* convert : improve model arch handling

* use AutoConfig

* rm trust_remote_code

* Update convert_hf_to_gguf.py

* fix self.block_count for vision

* fix NomicBertModel
convert_hf_to_gguf.py