vocab : add ByteDance-Seed/Seed-Coder (#13423)

This commit is contained in:
Sigbjørn Skjæret
2025-05-10 22:08:07 +02:00
committed by GitHub
parent 15e6125a39
commit d2a4ef05c6
4 changed files with 16 additions and 0 deletions

View File

@ -798,6 +798,9 @@ class TextModel(ModelBase):
if chkhsh == "0e9433cbbb161f89e264eb32e8e64bfe69e834973ffca5d41d3948a604a3e2a3":
# ref: https://huggingface.co/mistral-community/pixtral-12b
res = "pixtral"
if chkhsh == "d5f1dd6f980fec569fb218a81a7658ac45fc56b38c5a0adeb1c232fbe04ef5ec":
# ref: https://huggingface.co/ByteDance-Seed/Seed-Coder-8B-Base
res = "seed-coder"
if res is None:
logger.warning("\n")