From: Bartowski Date: Mon, 16 Jun 2025 08:16:06 +0000 (+0100) Subject: convert : remove arcee change in convert_hf_to_gguf_update.py (#14207) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0bf49eb668bb95b50e41583e22aaf60ddade1fbe;p=pkg%2Fggml%2Fsources%2Fllama.cpp convert : remove arcee change in convert_hf_to_gguf_update.py (#14207) --- diff --git a/convert_hf_to_gguf_update.py b/convert_hf_to_gguf_update.py index fae4f726..2f733f09 100755 --- a/convert_hf_to_gguf_update.py +++ b/convert_hf_to_gguf_update.py @@ -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