-
Notifications
You must be signed in to change notification settings - Fork 48
Ep normal #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…/uccl into run-original-deepEP
This is great!!! |
@YangZhou1997 Hey I got normal mode to work, and
|
EP 32.
|
Congrats! This is a very promising result! I notice the result was obtained with --num-tokens=128, I guess with --num-tokens=4096 (the pretraining setting, where DeepEP got their 58 GB/s for EP32), we should be able to get larger batches and thus even higher results. |
Update on EP16 test:
|
Description
Please include a summary of the changes and the related issue.
Making normal mode work on EFA. To test:
export OMP_NUM_THREADS=4 torchrun --nnodes=4 --nproc_per_node=8 --node_rank=0 \ --master_addr=10.1.59.30 --master_port=12355 \ bench/test_internode.py --num-tokens=128 \ --hidden=7168 --num-topk=8 --num-experts=288 --test-ll-compatibility torchrun --nnodes=4 --nproc_per_node=8 --node_rank=1 \ --master_addr=10.1.59.30 --master_port=12355 \ bench/test_internode.py --num-tokens=128 \ --hidden=7168 --num-topk=8 --num-experts=288 --test-ll-compatibility torchrun --nnodes=4 --nproc_per_node=8 --node_rank=2 \ --master_addr=10.1.59.30 --master_port=12355 \ bench/test_internode.py --num-tokens=128 \ --hidden=7168 --num-topk=8 --num-experts=288 --test-ll-compatibility torchrun --nnodes=4 --nproc_per_node=8 --node_rank=3 \ --master_addr=10.1.59.30 --master_port=12355 \ bench/test_internode.py --num-tokens=128 \ --hidden=7168 --num-topk=8 --num-experts=288 --test-ll-compatibility
Fixes # (issue)
Type of Change
How Has This Been Tested?
Include any tests here.
Checklist
format.sh
.build_and_install.sh
to verify compilation.