[misc] fix constants (#9008)

This commit is contained in:
Yaowei Zheng
2025-08-23 23:04:30 +08:00
committed by GitHub
parent 0ab0be9df2
commit ec41ef08aa
6 changed files with 40 additions and 16 deletions

View File

@@ -645,6 +645,7 @@ register_model_group(
template="falcon",
)
register_model_group(
models={
"Falcon-H1-0.5B-Base": {
@@ -1264,6 +1265,7 @@ register_model_group(
multimodal=True,
)
register_model_group(
models={
"Intern-S1-mini": {
@@ -1275,6 +1277,7 @@ register_model_group(
multimodal=True,
)
register_model_group(
models={
"Jamba-v0.1": {
@@ -3039,18 +3042,40 @@ register_model_group(
models={
"Seed-Coder-8B-Base": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-Coder-8B-Base",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-Coder-8B-Base",
},
"Seed-Coder-8B-Instruct": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-Coder-8B-Instruct",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-Coder-8B-Instruct",
},
"Seed-Coder-8B-Instruct-Reasoning": {
"Seed-Coder-8B-Thinking": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-Coder-8B-Reasoning-bf16",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-Coder-8B-Reasoning-bf16",
},
},
template="seed_coder",
)
register_model_group(
models={
"Seed-OSS-36B-Base": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-OSS-36B-Base",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-OSS-36B-Base",
},
"Seed-OSS-36B-Base-woSyn": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-OSS-36B-Base-woSyn",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-OSS-36B-Base-woSyn",
},
"Seed-OSS-36B-Instruct": {
DownloadSource.DEFAULT: "ByteDance-Seed/Seed-OSS-36B-Instruct",
DownloadSource.MODELSCOPE: "ByteDance-Seed/Seed-OSS-36B-Instruct",
},
},
template="seed_oss",
)
register_model_group(
models={
"Skywork-13B-Base": {