mirror of https://github.com/hpcaitech/ColossalAI
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" \
|