yyc12421's picture
描述你的更改
7376a7c

A newer version of the Streamlit SDK is available: 1.43.2

Upgrade

Installation

With pip

Install with pip (Recommended).

pip install lagent

From source

Optionally, you could also build Lagent from source in case you want to modify the code:

git clone https://github.com/InternLM/lagent.git
cd lagent
pip install -e .