Source Code Deployment
Environmental requirements
Startup Mode | CPU * MEM | GPU | Remark |
---|---|---|---|
Proxy model | 4C * 8G | None | Proxy model does not rely on GPU |
Local model | 8C * 32G | 24G | It is best to start locally with a GPU of 24G or above |
Environment Preparation
Download Source Code
提示
Download DB-GPT
git clone https://github.com/eosphoros-ai/DB-GPT.git
note
There are some ways to install uv:
- Command (macOS And Linux)
- PyPI
- Other
curl -LsSf https://astral.sh/uv/install.sh | sh
Install uv using pipx.
python -m pip install --upgrade pip
python -m pip install --upgrade pipx
python -m pipx ensurepath
pipx install uv --global