From 7ddd2ada880df1af49d9d58ed8bcc3d8581636f1 Mon Sep 17 00:00:00 2001 From: reidliu41 Date: Sun, 27 Apr 2025 22:11:24 +0800 Subject: [PATCH] add feature status legend Signed-off-by: reidliu41 --- docs/source/models/supported_models.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/models/supported_models.md b/docs/source/models/supported_models.md index 7bc5dcc1778..d65b205826f 100644 --- a/docs/source/models/supported_models.md +++ b/docs/source/models/supported_models.md @@ -221,6 +221,16 @@ output = llm.encode("Hello, my name is") print(output) ``` +(feature-status-legend)= + +## Feature Status Legend + +- ✅︎ indicates that the feature is supported for the model. + +- 🚧 indicates that the feature is planned but not yet supported for the model. + +- ⚠️ indicates that the feature is available but may have known issues or limitations. + (supported-text-models)= ## List of Text-only Language Models