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
* 0、环境安装
```bash
pip install -r requirements.txt
```
* 1、克隆项目代码
```text
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
*
1. Clone the project code
* 0. Install the required dependencies
```bash
pip install -r requirements.txt
```
* 1. Clone the project code
```text
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.