add nllb-backend and translation perf test in dev_notes

This commit is contained in:
Quentin Fuxa
2025-09-16 20:45:01 +02:00
parent 99dc96c644
commit bbba1d9bb7
5 changed files with 66 additions and 17 deletions

View File

@@ -287,6 +287,13 @@ def parse_args():
help="Optional. Number of models to preload in memory to speed up loading (set up to the expected number of concurrent instances).",
)
simulstreaming_group.add_argument(
"--nllb-backend",
type=str,
default="ctranslate2",
help="transformer or ctranslate2",
)
args = parser.parse_args()
args.transcription = not args.no_transcription