Spaces:
Paused
Paused
Increased stage 2 batch size
Browse files
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", "
|
| 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)
|