Feat: add seedoss (#3104) [skip ci]

* feat: add seedoss cce

* feat: add seedoss config and docs

* fix: shouldn't have target modules with target linear

* feat: add vram numbers

* fix: hf link

* fix: name

* fix: support multipack seedoss

* fix: merge error

* feat: update seedoss instructions for transformers release
This commit is contained in:
NanoCode012
2025-09-10 09:01:02 +07:00
committed by GitHub
parent 9640338d37
commit 79103b01ca
4 changed files with 114 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ plugins:
- arcee
- cohere
- cohere2
- deepseek_v3
- gemma
- gemma2
- gemma3
@@ -42,6 +43,7 @@ plugins:
- gemma3n_text
- glm
- glm4
- glm4_moe
- gpt_oss
- granite
- granitemoe
@@ -64,6 +66,7 @@ plugins:
- qwen3
- qwen3_moe
- smollm3
- seed_oss
- voxtral
## Citation

View File

@@ -38,6 +38,7 @@ SUPPORTED_MULTIPACK_MODEL_TYPES = [
"smollm3",
"gpt_oss",
"arcee",
"seed_oss",
]