mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 06:52:46 +00:00
8 lines
157 B
Bash
8 lines
157 B
Bash
NUM_GPU=2
|
|
MODEL="mistralai/Mixtral-8x7B-v0.1"
|
|
|
|
# ep
|
|
torchrun --standalone --nproc_per_node $NUM_GPU infer.py \
|
|
--model_name $MODEL \
|
|
--plugin "ep" \
|