mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 02:09:20 +08:00
Modify eval_mm for MiniCPM-V 2.6
This commit is contained in:
@@ -4,7 +4,7 @@ import argparse
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description="Demo")
|
||||
|
||||
parser.add_argument('--local-rank', type=int, default=0, help='Local rank for distributed training')
|
||||
parser.add_argument('--local-rank', type=int, default=0, help='Local rank for distributed training.')
|
||||
|
||||
# textVQA
|
||||
parser.add_argument("--textVQA_image_dir", type=str, default="")
|
||||
|
||||
Reference in New Issue
Block a user