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 7361457 commit 80d876aCopy full SHA for 80d876a
granite/run_granite.sh
@@ -2,8 +2,16 @@
2
3
export PYTHONPATH="..":$PYTHONPATH
4
5
-MODEL_IDs=("ibm-granite/granite-speech-3.3-2b" "ibm-granite/granite-speech-3.3-8b")
6
-BATCH_SIZEs=(20 12)
+MODEL_IDs=(
+ "ibm-granite/granite-speech-3.3-2b"
7
+ "ibm-granite/granite-speech-3.3-8b"
8
+)
9
+
10
+BATCH_SIZEs=(
11
+ 20
12
+ 12
13
14
15
NUM_BEAMS=1
16
MAX_NEW_TOKENS=200
17
0 commit comments