Skip to content

Commit 74a5069

Browse files
committed
v1.1.4 update notes
1 parent 2d2b33e commit 74a5069

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,9 @@ SQL-R1/
104104
## 🛠️ Environment Setup
105105

106106
> [!NOTE]
107-
> Prerequisites
108-
> - Python 3.9+
109-
> - CUDA 12.0+
110-
> - 8 x 80GB+ GPU (for training) / 2 x 40GB GPU (for inference)
107+
> - Environment: Python 3.9+
108+
> - CUDA Version: 12.0+ (for verl and vllm integration)
109+
> - GPU Prerequisites: 8 x 80GB+ GPU (for training) / 2 x 40GB GPU (for inference)
111110
112111
### Installation
113112

@@ -136,7 +135,7 @@ pip install wandb IPython matplotlib sqlparse func_timeout
136135
5. For training, copy the training dataset in the `example_data` directory to the `data` directory. For inference, copy the database information in the `db_info` directory to the related dataset (`data/Spider`, `data/BIRD`) directory.
137136

138137
## 🚀 Quick Start
139-
> Note: Please set the related data paths and params before running the scripts.
138+
> [!NOTE] Please set the related data paths and params before running the scripts.
140139
141140
1. Run training:
142141
```bash

0 commit comments

Comments
 (0)