Update README.md

pull/755/head
wangzhihong 2024-07-04 20:14:32 +08:00 committed by GitHub
parent 3bbe0d0c07
commit 20ab77be99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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