We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b6e52 commit 611363aCopy full SHA for 611363a
scripts/qnt-all.sh
@@ -20,6 +20,7 @@ fi
20
model="$1"
21
out="../tmp/results-${model}"
22
23
+set -o pipefail
24
set -e
25
26
mkdir -p ${out}
scripts/run-all-perf.sh
scripts/run-all-ppl.sh
@@ -17,6 +17,7 @@ if [ ! -z "$3" ]; then
17
args="$3"
18
fi
19
0 commit comments