You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,23 +45,8 @@ Please refer to the [FAQ](https://lightllm-en.readthedocs.io/en/latest/faq.html)
45
45
46
46
We welcome any coopoeration and contribution. If there is a project requires LightLLM's support, please contact us via email or create a pull request.
47
47
48
-
49
-
1. <details><summary> <b><ahref=https://github.com/LazyAGI/LazyLLM>LazyLLM</a></b>: Easyest and lazyest way for building multi-agent LLMs applications.</summary>
50
-
51
-
Once you have installed `lightllm` and `lazyllm`, and then you can use the following code to build your own chatbot:
52
-
53
-
~~~python
54
-
from lazyllm import TrainableModule, deploy, WebModule
55
-
# Model will be download automatically if you have an internet connection
56
-
m = TrainableModule('internlm2-chat-7b').deploy_method(deploy.lightllm)
57
-
WebModule(m).start().wait()
58
-
~~~
59
-
60
-
Documents: https://lazyllm.readthedocs.io/
61
-
62
-
</details>
63
-
64
48
Projects based on LightLLM or referenced LightLLM components:
0 commit comments