Skip to content

Commit

Permalink
refine shell, add llama3.2 inference to doc
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
  • Loading branch information
WeiweiZhang1 committed Oct 17, 2024
2 parents 3630267 + 414811a commit e75719e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/.config/model_params_pytorch_3x.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"batch_size": 1
},
"qwenvl_woq_autoround_int4":{
"model_src_dir": "multimodal-modeling/quantization/auto_round/Qwen-VL",
"model_src_dir": "multimodal-modeling/quantization/auto_round/common_model",
"dataset_location": "/tf_dataset2/datasets/coco2017/coco/train2017_full",
"question_file": "/tf_dataset2/datasets/llava/llava_v1_5_mix665k.json",
"input_model": "Qwen/Qwen-VL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ function run_evaluation {
python main.py \
--accuracy \
--model_name ${model_name} \
--eval_question_file ${eval-question-file} \
--eval_image_folder ${eval-image-folder} \
--eval_annotation_file ${eval-annotation-file} \
--eval_result_file ${eval-result-file}
--eval_question_file ${eval_question_file} \
--eval_image_folder ${eval_image_folder} \
--eval_annotation_file ${eval_annotation_file} \
--eval_result_file ${eval_result_file}
}

main "$@"
Expand Down

0 comments on commit e75719e

Please sign in to comment.