Skip to content

Commit afe96e8

Browse files
authored
Update fine-tuning phi3-README.md (#4968)(#4969)
1 parent 766a896 commit afe96e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/gpu/llm/fine-tuning/Phi3/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Example: Phi-3 Mini 4k LoRA fine-tuning.
130130

131131

132132
```bash
133+
export OCL_ICD_VENDORS=/etc/OpenCL/vendors
133134
export CCL_PROCESS_LAUNCHER=none
134135
export TORCH_LLM_ALLREDUCE=1
135136

@@ -158,6 +159,7 @@ Example: Phi3-Mini 4k LoRA fine-tuning.
158159

159160

160161
```bash
162+
export OCL_ICD_VENDORS=/etc/OpenCL/vendors
161163
export CCL_PROCESS_LAUNCHER=none
162164
export TORCH_LLM_ALLREDUCE=1
163165

@@ -183,3 +185,4 @@ accelerate launch --config_file "fsdp_config.yaml" phi3_ft.py \
183185

184186

185187

188+

0 commit comments

Comments
 (0)