Skip to content

Commit

Permalink
theek
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 7, 2024
1 parent 6fe7d26 commit e69738b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate-with-extra-logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ ls

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

ls

# Run consolidator script
cecho $GREEN "Running Fake Consolidator..."
cp rec16.wav.json consolidated.json
cecho $GREEN "Running Consolidator..."
python consolidator.py
cecho $GREEN "Consolidator script completed."

ls
Expand Down

0 comments on commit e69738b

Please sign in to comment.