-
Notifications
You must be signed in to change notification settings - Fork 27.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
Enable device map #30870
Enable device map #30870
Conversation
Thanks for adding this feature @darshana1406! Could you run the following tests in a multi-gpu environment and share the terminal output?
|
Awesome, thanks a lot for adding device map support! |
@amyeroberts Here is the terminal output.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this really useful feature @darshana1406! ❤️
Thank you for guiding me! @zucchini-nlp @amyeroberts |
* added_no_split_modules * added LlavaNextVisionAttention to _no_split_modules
* added_no_split_modules * added LlavaNextVisionAttention to _no_split_modules
What does this PR do?
Fixes #30858
_no_split_modules = ["VideoLlavaVisionAttention"]
tosrc/transformers/models/video_llava/modeling_video_llava.py
Who can review?
@zucchini-nlp @amyeroberts