From ed440370cd7974b0f8b27c9b7cf3a1f6f79850e7 Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Thu, 29 Feb 2024 21:36:25 +0800 Subject: [PATCH] update release note of fate-client 2.1.0 Signed-off-by: mgqa34 --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0a37fc6..b508a5c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,10 @@ +## Release 2.1.0 +### Major improvements +* Pipeline: add supports for fate-llm 2.0 + * newly added LLMModelLoader, LLMDatasetLoader, LLMDataFuncLoader + * newly added configuration parsing of seq2seq_runner and ot_runner +* Pipeline: unified input interface of components + ## Release 2.0.0 ### Feature Highlights > FATE-Client 2.0: Building Scalable Federated DSL for Application Layer Interconnection