"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "4727e5cbb1fe43e3f39616ab525805a5eb41161a"
Commit 3dec2245 authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update

parent 027a2e75
...@@ -61,7 +61,18 @@ make install ...@@ -61,7 +61,18 @@ make install
cd .. && python3 setup.py install cd .. && python3 setup.py install
``` ```
### 运行前
```bash
#step 1
cd lmdeploy
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
#step 2
source /opt/dtk/cuda/env.sh
```
### 运行 internlm-chat-7 ### 运行 internlm-chat-7
```bash ```bash
# 模型转换 # 模型转换
# <model_name> 模型的名字 ('llama', 'internlm', 'vicuna', 'internlm-chat-7b', 'internlm-chat', 'internlm-chat-7b-8k', 'internlm-chat-20b', 'internlm-20b', 'baichuan-7b', 'baichuan2-7b', 'llama2', 'qwen-7b', 'qwen-14b') # <model_name> 模型的名字 ('llama', 'internlm', 'vicuna', 'internlm-chat-7b', 'internlm-chat', 'internlm-chat-7b-8k', 'internlm-chat-20b', 'internlm-20b', 'baichuan-7b', 'baichuan2-7b', 'llama2', 'qwen-7b', 'qwen-14b')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment