ColossalAI/applications/ColossalMoE/infer.sh

8 lines
157 B
Bash
Raw Normal View History

2023-12-14 09:52:05 +00:00
NUM_GPU=2
MODEL="mistralai/Mixtral-8x7B-v0.1"
# ep
torchrun --standalone --nproc_per_node $NUM_GPU infer.py \
--model_name $MODEL \
--plugin "ep" \