Skip to content

Commit 8775a4c

Browse files
author
Jerin Philip
committed
Intent slightly to prettify
1 parent 4e1c6fb commit 8775a4c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22

3-
ARGS=(--model-config-paths "$BRT_TEST_PACKAGE_EN_ES/config.intgemm8bitalpha.yml.bergamot.yml" "$BRT_TEST_PACKAGE_EN_DE/config.intgemm8bitalpha.yml.bergamot.yml" --cpu-threads 2)
3+
ARGS=(
4+
--model-config-paths
5+
"$BRT_TEST_PACKAGE_EN_ES/config.intgemm8bitalpha.yml.bergamot.yml"
6+
"$BRT_TEST_PACKAGE_EN_DE/config.intgemm8bitalpha.yml.bergamot.yml"
7+
--cpu-threads 2
8+
)
49

510
$BRT_MARIAN/tests/async --bergamot-mode test-multimodels-intensive ${ARGS[@]} < $BRT_DATA/wngt20/sources.shuf.1k

0 commit comments

Comments
 (0)