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

[wip] llava pir #988

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

[wip] llava pir #988

wants to merge 3 commits into from

Conversation

lyuwenyu
Copy link
Collaborator

@lyuwenyu lyuwenyu commented Jan 13, 2025

# training
export FLAGS_prim_all=true;export FLAGS_prim_enable_dynamic=true;export FLAGS_use_cinn=true;export MIN_GRAPH_SIZE=0;export FLAGS_prim_forward_blacklist="pd_op.dropout"


# inference
FLAGS_enable_pir_api=1

llava

bash ./test_tipc/dygraph/dp/llava/N1C8/llava-v1.6-vicuna-7b-pretrain_bs16_bf16_DP.sh 

qwen2vl

# meta_path="paddlemix/examples/qwen2_vl/configs/demo_chartqa_500.json"
# BATCH_SIZE=${BATCH_SIZE:-8}

export FLAGS_prim_all=true;export FLAGS_prim_enable_dynamic=true;export FLAGS_use_cinn=true;export MIN_GRAPH_SIZE=0;export FLAGS_prim_forward_blacklist="pd_op.dropout"
sh paddlemix/examples/qwen2_vl/shell/basline_2b_bs32_1e8.sh

Copy link

paddle-bot bot commented Jan 13, 2025

Thanks for your contribution!

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.

1 participant