forked from LazyAGI/LazyLLM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,10 +168,10 @@ print(m({'query': 'Please help me write an article about the application of arti | |
```bash | ||
git clone [email protected]:LazyAGI/LazyLLM.git | ||
cd LazyLLM | ||
pip install -c requirements.txt | ||
pip install -r requirements.txt | ||
``` | ||
|
||
`pip install -c requirements.full.txt` is used when you want to finetune, deploy or build your rag application. | ||
`pip install -r requirements.full.txt` is used when you want to finetune, deploy or build your rag application. | ||
|
||
### from pip | ||
|
||
|
@@ -182,7 +182,7 @@ pip install lazyllm | |
|
||
Install lazyllm and all dependencies, you can use: | ||
```bash | ||
pip install lazyllm-full | ||
pip install lazyllm[full] | ||
``` | ||
|
||
## Design concept | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,10 +163,10 @@ print(m({'query':'请帮我写一篇关于人工智能在医疗领域应用的 | |
```bash | ||
git clone [email protected]:LazyAGI/LazyLLM.git | ||
cd LazyLLM | ||
pip install -c requirements.txt | ||
pip install -r requirements.txt | ||
``` | ||
|
||
如果想进行微调、推理部署或搭建rag应用等,则需使用 `pip install -c requirements.full.txt` | ||
如果想进行微调、推理部署或搭建rag应用等,则需使用 `pip install -r requirements.full.txt` | ||
|
||
### pip安装 | ||
|
||
|
@@ -177,7 +177,7 @@ pip install lazyllm | |
|
||
安装lazyllm及所有的依赖,可以使用 | ||
```bash | ||
pip install lazyllm-full | ||
pip install lazyllm[full] | ||
``` | ||
|
||
## 六、设计理念 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters