update readme

This commit is contained in:
hiyouga 2024-05-07 21:17:31 +08:00
parent 5177f3ba90
commit 92e9195b3c
2 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,7 @@ Please refer to [data/README.md](data/README.md) for checking the details about
### Quickstart ### Quickstart
Use the following 3 commands to conduct LoRA **fine-tuning**, **inference** and **merging** for Llama3-8B-Instruct model, respectively. Use the following 3 commands to run LoRA **fine-tuning**, **inference** and **merging** of the Llama3-8B-Instruct model, respectively.
```bash ```bash
CUDA_VISIBLE_DEVICES=0 llamafactory-cli train examples/lora_single_gpu/llama3_lora_sft.yaml CUDA_VISIBLE_DEVICES=0 llamafactory-cli train examples/lora_single_gpu/llama3_lora_sft.yaml
@ -352,7 +352,7 @@ See [examples/README.md](examples/README.md) for advanced usage (including distr
> [!TIP] > [!TIP]
> Use `llamafactory-cli help` to show help information. > Use `llamafactory-cli help` to show help information.
### Use LLaMA Board GUI (powered by [Gradio](https://github.com/gradio-app/gradio)) ### Fine-Tuning with LLaMA Board GUI (powered by [Gradio](https://github.com/gradio-app/gradio))
> [!IMPORTANT] > [!IMPORTANT]
> LLaMA Board GUI only supports training on a single GPU. > LLaMA Board GUI only supports training on a single GPU.

View File

@ -352,7 +352,7 @@ CUDA_VISIBLE_DEVICES=0 llamafactory-cli export examples/merge_lora/llama3_lora_s
> [!TIP] > [!TIP]
> 使用 `llamafactory-cli help` 显示帮助信息。 > 使用 `llamafactory-cli help` 显示帮助信息。
### 使用 LLaMA Board 可视化界面(由 [Gradio](https://github.com/gradio-app/gradio) 驱动) ### LLaMA Board 可视化微调(由 [Gradio](https://github.com/gradio-app/gradio) 驱动)
> [!IMPORTANT] > [!IMPORTANT]
> LLaMA Board 可视化界面目前仅支持单 GPU 训练。 > LLaMA Board 可视化界面目前仅支持单 GPU 训练。