mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-02 01:28:31 +00:00
[moe] init mixtral impl
This commit is contained in:
7
applications/ColossalMoE/infer.sh
Normal file
7
applications/ColossalMoE/infer.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
NUM_GPU=2
|
||||
MODEL="mistralai/Mixtral-8x7B-v0.1"
|
||||
|
||||
# ep
|
||||
torchrun --standalone --nproc_per_node $NUM_GPU infer.py \
|
||||
--model_name $MODEL \
|
||||
--plugin "ep" \
|
Reference in New Issue
Block a user