]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
convert : remove arcee change in convert_hf_to_gguf_update.py (#14207)
authorBartowski <redacted>
Mon, 16 Jun 2025 08:16:06 +0000 (09:16 +0100)
committerGitHub <redacted>
Mon, 16 Jun 2025 08:16:06 +0000 (10:16 +0200)
convert_hf_to_gguf_update.py

index fae4f72605f46926dc60a7dc87de343c74ec13f7..2f733f0973686f3f7d57508864348a4629243942 100755 (executable)
@@ -128,7 +128,6 @@ models = [
     {"name": "llama4",           "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/meta-llama/Llama-4-Scout-17B-16E-Instruct", },
     {"name": "pixtral",          "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/mistral-community/pixtral-12b", },
     {"name": "seed-coder",       "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base", },
-    {"name": "arcee",            "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/arcee-ai/AFM-4.5B", }, # TODO confirm final URL
 ]
 
 # some models are known to be broken upstream, so we will skip them as exceptions