You need to sign in or sign up before continuing.
Commit 82e4fbb7 authored by xuxzh1's avatar xuxzh1 🎱
Browse files

update

parent 2c4a3749
...@@ -88,7 +88,18 @@ cd .. && python3 setup.py install ...@@ -88,7 +88,18 @@ cd .. && python3 setup.py install
| Python微调模型 | Y | N | N | Y | | Python微调模型 | Y | N | N | Y |
| 指令微调模型 | Y | Y(7B,13B), N(34B) | Y | N | | 指令微调模型 | Y | Y(7B,13B), N(34B) | Y | N |
### 运行前
```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
```
### 运行 ### 运行
接下来,可参考如下章节,在控制台与 codellama 进行交互式对话。 接下来,可参考如下章节,在控制台与 codellama 进行交互式对话。
**注意**: **注意**:
......
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