mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 18:10:47 +00:00
remove job name
This commit is contained in:
parent
aabb243107
commit
03790c1f93
2
train.py
2
train.py
@ -44,8 +44,6 @@ def parse_args():
|
|||||||
"in xxx=yyy format will be merged into config file (deprecate), "
|
"in xxx=yyy format will be merged into config file (deprecate), "
|
||||||
"change to --cfg-options instead.",
|
"change to --cfg-options instead.",
|
||||||
)
|
)
|
||||||
parser.add_argument("--job_name", default="minigpt_v2",type=str)
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user