Skip to content

Commit 47a243a

Browse files
committed
update readme
1 parent ef5bade commit 47a243a

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<picture>
3-
<img alt="LightLLM" src="assets/lightllm.drawio.png" width=90%>
3+
<img alt="LightLLM" src="assets/logo.png" width=90%>
44
</picture>
55
</div>
66

@@ -45,23 +45,8 @@ Please refer to the [FAQ](https://lightllm-en.readthedocs.io/en/latest/faq.html)
4545

4646
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.
4747

48-
49-
1. <details><summary> <b><a href=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-
6448
Projects based on LightLLM or referenced LightLLM components:
49+
- [LazyLLM](https://github.com/LazyAGI/LazyLLM)
6550
- [LoongServe, Peking University](https://github.com/LoongServe/LoongServe)
6651
- [OmniKV, Ant Group](https://github.com/antgroup/OmniKV)
6752
- [vLLM](https://github.com/vllm-project/vllm) (some LightLLM's kernel used)

0 commit comments

Comments
 (0)