Skip to content
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

[BUG] Manual GPU split fails on quen-VL when using 3 GPUs. #257

Closed
4 tasks done
Ph0rk0z opened this issue Nov 29, 2024 · 1 comment
Closed
4 tasks done

[BUG] Manual GPU split fails on quen-VL when using 3 GPUs. #257

Ph0rk0z opened this issue Nov 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Ph0rk0z
Copy link

Ph0rk0z commented Nov 29, 2024

OS

Linux

GPU Library

CUDA 12.x

Python version

3.10

Describe the bug

I use manual split a lot with 3 GPUs. Do something like [22.4,23,23] and most models split fine. When I tried to load quen-vl it goes OOM and never loads onto the 3rd GPU. Setting autosplit works, but that isn't ideal for many models that barely fit.

Just pulled today, but I don't think anything changed related to this between yesterday and today. Usually I'm running tensor parallel which isn't supported for qwen yet and it splits fine. Will try the model I loaded previously when I'm done messing with qwen.

Reproduction steps

Set variables to manually split in the config.yml, run CUDA_VISIBLE_DEVICES=0,1,2 ./start.sh

Expected behavior

Splits like other models among the 3 GPUs.

Logs

OOM on GPU0

Additional context

No response

Acknowledgements

  • I have looked for similar issues before submitting this one.
  • I have read the disclaimer, and this issue is related to a code bug. If I have a question, I will use the Discord server.
  • I understand that the developers have lives and my issue will be answered when possible.
  • I understand the developers of this program are human, and I will ask my questions politely.
@Ph0rk0z Ph0rk0z added the bug Something isn't working label Nov 29, 2024
@bdashore3
Copy link
Member

Closing due to being stale. Reopen if this problem shows up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants