Spaces:
Sleeping
Sleeping
File size: 249 Bytes
8238245 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# 安装方式
## pip安装
推荐使用 pip 安装
```bash
pip install lagent
```
## 源码安装
如需修改部分功能,可以从源码构建 Lagent
```bash
git clone https://github.com/InternLM/lagent.git
cd lagent
pip install -e .
```
|