mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 22:32:54 +08:00
update readme
Former-commit-id: ccde51c5ea6fc14dbbe627abb63c4631ad08cc9d
This commit is contained in:
parent
43762f96e6
commit
40d277ae5e
@ -145,10 +145,10 @@ pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/downl
|
|||||||
### All-in-one Web UI
|
### All-in-one Web UI
|
||||||
|
|
||||||
```bash
|
```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
|
### (Continually) Pre-Training
|
||||||
|
|
||||||
|
@ -145,10 +145,10 @@ pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/downl
|
|||||||
### 浏览器一键微调/测试
|
### 浏览器一键微调/测试
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python src/train_web.py
|
CUDA_VISIBLE_DEVICES=0 python src/train_web.py
|
||||||
```
|
```
|
||||||
|
|
||||||
目前网页 UI 仅支持单卡训练。
|
目前网页 UI 仅支持**单卡训练**。
|
||||||
|
|
||||||
### 二次预训练
|
### 二次预训练
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user