Commit cef6232
authored
Update README for factual correctness (#394)
The README's summary counts and Highlighted Models table had drifted
from the current codebase. Numbers and model listings are now derived
from the actual registry, diffusers class map, task classes, and
component classes.
### Counts line
Corrected the "Supports …" summary, measured from source rather than
hardcoded:
| Metric | Was | Now | Source |
|---|---|---|---|
| Transformers model types | 130 | 290+ | `registry._map` (294) |
| Diffusers component types | 5 | 10 | `_DIFFUSERS_CLASS_MAP` |
| Task types | 14 | 40+ | `ModelTask` subclasses in `tasks.__all__` (41)
|
| Reusable components | 56+ | 100+ | public `nn.Module` classes in
`components` (103) |
`290+` matches the docs generator, which counts the same
`registry._map`.
### Highlighted Models table
- **Text Generation** — added Gemma 4; kept `Qwen 3.6` (same as Qwen
3.5, so supported).
- **Mixture of Experts** — added Qwen3-Next, GLM-4-MoE.
- **Multimodal** — `Gemma 3` → `Gemma 3/4`; removed unregistered
`Phi-3V`; kept `Qwen3.5/3.6-VL`.
- **Speech-to-Text** — added FastConformer-RNNT, FunASR, Qwen3-ASR,
SenseVoice.
- **Diffusion** — added HunyuanDiT, CogVideoX.
### Unchanged
Python API signatures (`build`, `CausalLMTask`), CLI syntax, example
paths, docs links, and skill references were verified against the code
and left as-is.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent da92170 commit cef6232
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments