update readme

This commit is contained in:
gongjy 2024-09-13 22:10:07 +08:00
parent 3696d3bf80
commit 8a407ad1c6
2 changed files with 11 additions and 4 deletions

View File

@ -150,6 +150,10 @@ streamlit run fast_inference.py
# 📌 Quick Start # 📌 Quick Start
* 0、环境安装
```bash
pip install -r requirements.txt
```
* 1、克隆项目代码 * 1、克隆项目代码
```text ```text
git clone https://github.com/jingyaogong/minimind.git git clone https://github.com/jingyaogong/minimind.git

View File

@ -160,15 +160,18 @@ The project has been deployed to ModelScope makerspace, where you can experience
# 📌 Quick Start # 📌 Quick Start
* * 0. Install the required dependencies
1. Clone the project code ```bash
pip install -r requirements.txt
```
* 1. Clone the project code
```text ```text
git clone https://github.com/jingyaogong/minimind.git git clone https://github.com/jingyaogong/minimind.git
``` ```
* * 2. If you need to train the model yourself
2. If you need to train the model yourself
* 2.1 Download the [dataset download link](#dataset-download-link) and place it in the `./dataset` directory. * 2.1 Download the [dataset download link](#dataset-download-link) and place it in the `./dataset` directory.