-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[Usage]: if I want to run a 34B model,like yi-34B-chat,how can I use multi GPU,I just have A100 40G #4147
Comments
i have tried engine_use_ray = True in AsyncEngineArgs or CUDA_VISIBLE_DEVICES = 0,1 but it still does not work ,GPU0 OOM |
use tensor-parallel-size |
thk, the problem that GPU0 OOM is solved, but new problem comes ,it shows " ValueError: When using LoRA, vocab size must be 32000 >= vocab_size <= 33024 " ,anybody can load the yi-34B-chat with lora successfuly? hoping your suggestion |
maybe use max-model-len? |
"ValueError: When using LoRA, vocab size must be 32000 >= vocab_size <= 33024" has already been resolved by #4015. You can build the source from the main branch or wait for the 0.4.1 release. After resolving this issue, Yi-34 can load LoRA successfully. |
however,use tensor-parallel-size=2 is also oom,H800-80G*2 |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
Your current environment
How would you like to use vllm
I want to run inference of a [specific model](put link here). I don't know how to integrate it with vllm.
The text was updated successfully, but these errors were encountered: