KingNish commited on
Commit
c9e6e07
·
verified ·
1 Parent(s): 98915f7

Increased stage 2 batch size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def infer(genre_txt_content, lyrics_txt_content, num_segments, max_new_tokens):
124
  "--genre_txt", f"{genre_txt_path}",
125
  "--lyrics_txt", f"{lyrics_txt_path}",
126
  "--run_n_segments", str(num_segments),
127
- "--stage2_batch_size", "4",
128
  "--output_dir", f"{output_dir}",
129
  "--cuda_idx", "0",
130
  "--max_new_tokens", str(max_new_tokens)
 
124
  "--genre_txt", f"{genre_txt_path}",
125
  "--lyrics_txt", f"{lyrics_txt_path}",
126
  "--run_n_segments", str(num_segments),
127
+ "--stage2_batch_size", "16",
128
  "--output_dir", f"{output_dir}",
129
  "--cuda_idx", "0",
130
  "--max_new_tokens", str(max_new_tokens)