Skip to content

Commit

Permalink
Intent slightly to prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Mar 10, 2022
1 parent c7bdadf commit cc8cb08
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion exps/test_multiple-models-intensive.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash

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=(
--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
)

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

0 comments on commit cc8cb08

Please sign in to comment.