mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-16 00:28:10 +08:00
update readme
Former-commit-id: 5154a04869be8c47e591351565b7842339fb99e4
This commit is contained in:
parent
19256086c7
commit
722b954800
@ -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