[Docs] Fix stale version number in token_embed.md (#43488)

Signed-off-by: holegots <ikun3.1415927@gmail.com>
This commit is contained in:
Holegots
2026-05-24 01:06:56 +08:00
committed by GitHub
parent a0be71ee47
commit 7c2ff1f819
+1 -1
View File
@@ -15,7 +15,7 @@ Many embedding models support both (sequence) embedding and token embedding. For
!!! note
Pooling multitask support is deprecated and will be removed in v0.20. When the default pooling task (embed) is not
Pooling multitask support has been removed since v0.21. When the default pooling task (embed) is not
what you want, you need to manually specify it via `PoolerConfig(task="token_embed")` offline or
`--pooler-config.task token_embed` online.