Skip to content

Commit

Permalink
Allow --output flag to be passed to autocaptioning script to overwrit…
Browse files Browse the repository at this point in the history
…e default output.jsonl
  • Loading branch information
brandonrising committed May 28, 2024
1 parent 228696b commit 5648fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.aider*
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,3 @@ def main(image_dir: str, prompt: str, use_cpu: bool, batch_size: int, output_pat
args = parser.parse_args()

main(args.dir, args.prompt, args.cpu, args.batch_size, args.output)

main(args.dir, args.prompt, args.cpu, args.batch_size)

0 comments on commit 5648fdf

Please sign in to comment.