Skip to content

Commit

Permalink
remove job name
Browse files Browse the repository at this point in the history
  • Loading branch information
junchen14 committed Oct 25, 2023
1 parent aabb243 commit 03790c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def parse_args():
"in xxx=yyy format will be merged into config file (deprecate), "
"change to --cfg-options instead.",
)
parser.add_argument("--job_name", default="minigpt_v2",type=str)

args = parser.parse_args()

return args
Expand Down

0 comments on commit 03790c1

Please sign in to comment.