We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1c6fb commit 8775a4cCopy full SHA for 8775a4c
exps/test_multiple-models-intensive.sh
@@ -1,5 +1,10 @@
1
#!/bin/bash
2
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)
+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
+)
9
10
$BRT_MARIAN/tests/async --bergamot-mode test-multimodels-intensive ${ARGS[@]} < $BRT_DATA/wngt20/sources.shuf.1k
0 commit comments