update readme

This commit is contained in:
hiyouga 2023-08-01 18:48:27 +08:00
parent e3f80774c4
commit ccde51c5ea
2 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,10 @@ pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/downl
### All-in-one Web UI
```bash
python src/train_web.py
CUDA_VISIBLE_DEVICES=0 python src/train_web.py
```
Currently the web UI only supports training on a single GPU.
Currently the web UI only supports training on **a single GPU**.
### (Continually) Pre-Training

View File

@ -145,10 +145,10 @@ pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/downl
### 浏览器一键微调/测试
```bash
python src/train_web.py
CUDA_VISIBLE_DEVICES=0 python src/train_web.py
```
目前网页 UI 仅支持单卡训练。
目前网页 UI 仅支持**单卡训练**
### 二次预训练