diff options
Diffstat (limited to 'convert_hf_to_gguf_update.py')
-rwxr-xr-x | convert_hf_to_gguf_update.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convert_hf_to_gguf_update.py b/convert_hf_to_gguf_update.py index 40af02f4..f2e6cc37 100755 --- a/convert_hf_to_gguf_update.py +++ b/convert_hf_to_gguf_update.py @@ -95,6 +95,7 @@ models = [ {"name": "tekken", "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/mistralai/Mistral-Nemo-Base-2407", }, {"name": "smollm", "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/HuggingFaceTB/SmolLM-135M", }, {"name": "deepseek-v3", "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/deepseek-ai/DeepSeek-V3"}, + {"name": "seed-coder", "tokt": TOKENIZER_TYPE.BPE, "repo": "https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base", }, ] |