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

add video-llava model support #1522

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kaixuanliu
Copy link
Contributor

This PR enables model LanguageBind/Video-LLaVA-7B-hf. Throughput comparison of Gaudi2 and A100 is(single card):

datatype A100 Gaudi2
FP32 6.22 23.27
BF16 26.74 29.22

Signed-off-by: kaixuanliu <[email protected]>
Signed-off-by: kaixuanliu <[email protected]>
Signed-off-by: kaixuanliu <[email protected]>
@kaixuanliu
Copy link
Contributor Author

@regisss @mandy-li @libinta , pls help review

@kaixuanliu
Copy link
Contributor Author

cmd line:
python3 run_example.py --model_name_or_path "LanguageBind/Video-LLaVA-7B-hf" --warmup 3 --n_iterations 5 --batch_size 1 --use_hpu_graphs --bf16

@regisss
Copy link
Collaborator

regisss commented Nov 29, 2024

@kaixuanliu A couple of comments:

@kaixuanliu
Copy link
Contributor Author

@regisss Done per your suggestions

Signed-off-by: kaixuanliu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants