]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
convert-hf : set the model name based on cli arg, if present (#7693)
authorsasha0552 <redacted>
Sun, 9 Jun 2024 06:39:25 +0000 (06:39 +0000)
committerGitHub <redacted>
Sun, 9 Jun 2024 06:39:25 +0000 (16:39 +1000)
commit2decf57bc6e4a6b45176c3727d964a01161beecc
tree7ee5fa08f846b33c11b99d19400788a75a1146bf
parent5795b941827fdec6c1662986de962badff456718
convert-hf : set the model name based on cli arg, if present (#7693)

 `--model-name` argument was added a while ago but did not do anything.
This commit fixes this issue and enables this feature.
convert-hf-to-gguf.py