| funasr/bin/asr_inference_launch.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| funasr/version.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
funasr/bin/asr_inference_launch.py
@@ -652,7 +652,7 @@ batch_size_token_ms_cum = 0 beg_idx = 0 beg_asr_total = time.time() for j, _ in tqdm(enumerate(range(0, n))): for j, _ in enumerate(tqdm(range(0, n))): batch_size_token_ms_cum += (sorted_data[j][0][1] - sorted_data[j][0][0]) if j < n - 1 and (batch_size_token_ms_cum + sorted_data[j + 1][0][1] - sorted_data[j + 1][0][0]) < batch_size_token_ms and (sorted_data[j + 1][0][1] - sorted_data[j + 1][0][0]) < batch_size_token_threshold_s: continue funasr/version.txt
@@ -1 +1 @@ 0.7.7 0.7.8