From 20ab77be990f6a9da8ceb33eaf290cf2cd0859bd Mon Sep 17 00:00:00 2001 From: wangzhihong Date: Thu, 4 Jul 2024 20:14:32 +0800 Subject: [PATCH] Update README.md --- ecosystem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/README.md b/ecosystem/README.md index ab5c6cf..8128814 100644 --- a/ecosystem/README.md +++ b/ecosystem/README.md @@ -260,7 +260,7 @@ m = TrainableModule('internlm2-chat-7b') WebModule(m).start().wait() ``` -You can use the following code to finetune your model if needed. When the trainset of the TrainableModule is set, during the investigation of the WebModule's update function, the TrainableModule will be automatically fine-tuned, and then both the TrainableModule and the WebModule will be deployed separately. +You can use the following code to finetune your model if needed. When the trainset of the TrainableModule is set, during the calling of the WebModule's update function, the TrainableModule will be automatically fine-tuned, and then both the TrainableModule and the WebModule will be deployed separately. ```python from lazyllm import TrainableModule, WebModule