Views
No views yet
bash setup.sh1bash run.sh \
2 --lang-pair ces-deu \
3 --batch-size 512 \
4 --input input.txt \
5 --output output.txt| Flag | Description |
|---|---|
--lang-pair | Language pair to translate. This submission only supports ces-deu (Czech → German). |
--batch-size | Number of sequences processed per batch (max_num_seqs in vLLM). |
--input | Path to a plain-text file with one source sentence per line. |
--output | Path to write translations to — one line per input line, in the same order. |