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
export OMP_NUM_THREADS=16 export CUDA_VISIBLE_DEVICES=0,1,2,3 python run_src/do_generate.py \ --model_ckpt meta-llama/Llama-3.1-8B \ --dataset_name GSM8K \ --note tensor_parallelism \ --num_rollouts 16 \ --api vllm \ --model_parallel \ --tensor_parallel_size 4
Im trying to use vllm with 4GPUs. Is there anything else I should change?
The text was updated successfully, but these errors were encountered:
same problem😭
Sorry, something went wrong.
No branches or pull requests
export OMP_NUM_THREADS=16 export CUDA_VISIBLE_DEVICES=0,1,2,3 python run_src/do_generate.py \ --model_ckpt meta-llama/Llama-3.1-8B \ --dataset_name GSM8K \ --note tensor_parallelism \ --num_rollouts 16 \ --api vllm \ --model_parallel \ --tensor_parallel_size 4
The text was updated successfully, but these errors were encountered: