mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 20:52:59 +08:00
5 lines
117 B
Bash
5 lines
117 B
Bash
#!/bin/bash
|
|
|
|
deepspeed --include "localhost:0,1,2,3" \
|
|
src/train.py examples/full_multi_gpu/llama3_full_sft.yaml
|