We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to run flexgen OPT-6.7B for 1 node with 4 GPUs script in 3090?
I have already install openmpi-bin ,but when I was running bash bench_6.7b_1x4.sh,the program got stuck like that:
bash bench_6.7b_1x4.sh
+ mpirun --mca btl_tcp_if_exclude lo,docker0 --mca oob_tcp_if_exclude lo,docker0 --map-by ppr:4:node:pe=6 --oversubscribe -H 127.0.1.1 --bind-to core -x OMP_NUM_THREADS=6 /home/qlchen/miniconda3/bin/python -m flexgen.dist_flex_opt --head-ip 127.0.1.1 --port 7777 --use-mpi --model facebook/opt-6.7b --gpu-batch-size 24 --percent 100 0 100 0 100 0 --comm-device cpu --cut-gen-len 5 --path _DUMMY_ No protocol specified
I would be very grateful for any help you can give me!
The text was updated successfully, but these errors were encountered:
same problem...
Sorry, something went wrong.
No branches or pull requests
How to run flexgen OPT-6.7B for 1 node with 4 GPUs script in 3090?
I have already install openmpi-bin ,but when I was running
bash bench_6.7b_1x4.sh
,the program got stuck like that:I would be very grateful for any help you can give me!
The text was updated successfully, but these errors were encountered: