Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhang4096
/
OneLagent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a432e38
OneLagent
/
docs
/
zh_cn
/
get_started
/
install.md
3v324v23
Add files
4535c91
4 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
Wrap lines
249 Bytes
# 安装方式
## pip安装
推荐使用 pip 安装
```bash
pip install lagent
```
## 源码安装
如需修改部分功能,可以从源码构建 Lagent
```bash
git clone https://github.com/InternLM/lagent.git
cd lagent
pip install -e .
```