update readme
This commit is contained in:
parent
3696d3bf80
commit
8a407ad1c6
@ -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
|
||||
|
11
README_en.md
11
README_en.md
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user