Skip to content

Commit

Permalink
sow
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 3, 2024
1 parent b75fe89 commit 33e5c24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed final_video_with_audio.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion generate-with-extra-logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ls

# Run main script with model and input file
cecho $GREEN "Running main script..."
./main -m models/ggml-large-v1.bin rec16.wav -ojf
./main -m models/ggml-large-v1.bin rec16.wav -ojf -sow
cecho $GREEN "Main script completed."

ls
Expand Down
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cecho $GREEN "Conversion complete."

# Run main script with model and input file
cecho $GREEN "Running main script..."
./main -m models/ggml-large-v1.bin rec16.wav -ojf
./main -m models/ggml-large-v1.bin rec16.wav -ojf -sow
cecho $GREEN "Main script completed."

# Run consolidator script
Expand Down

0 comments on commit 33e5c24

Please sign in to comment.