"vscode:/vscode.git/clone" did not exist on "93723b481d1f6e7f247c847d200e0b8de939f0c7"
Commit a71076b8 authored by luopl's avatar luopl
Browse files

Update README.md

parent 802ef8b7
...@@ -86,7 +86,7 @@ pip install e . -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirro ...@@ -86,7 +86,7 @@ pip install e . -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirro
# 单卡推理将模型改为较小size的模型地址 # 单卡推理将模型改为较小size的模型地址
cd /path/your_code_data/ cd /path/your_code_data/
cd LLaMA-Factory cd LLaMA-Factory
HIP_VISIBLE_DEVICES=0 llamafactory-cli train examples/train_lora/qwen2.5_lora_sft_ds3.yaml HIP_VISIBLE_DEVICES=0 FORCE_TORCHRUN=1 llamafactory-cli train examples/train_lora/qwen2.5_lora_sft_ds3.yaml
``` ```
### 单机多卡(LoRA-finetune) ### 单机多卡(LoRA-finetune)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment