Skip to content

Commit 50aab94

Browse files
committed
updated NeMo version, batch size
Signed-off-by: Kunal Dhawan <[email protected]>
1 parent d245faf commit 50aab94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nemo_asr/run_canary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export PYTHONPATH="..":$PYTHONPATH
44

55
MODEL_IDs=("nvidia/canary-1b-flash") # options: "nvidia/canary-1b" "nvidia/canary-1b-flash" "nvidia/canary-180m-flash"
6-
BATCH_SIZE=64
6+
BATCH_SIZE=96
77
DEVICE_ID=0
88

99
num_models=${#MODEL_IDs[@]}

requirements/requirements_nemo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/NVIDIA/NeMo.git@cb755f5595880a56159cc9a6f4a050c20a449d0a#egg=nemo_toolkit[asr] # This commit hash is a recent version of main at the time of testing.
1+
git+https://github.com/NVIDIA/NeMo.git@208e0da28e2ada8da84d8f7ddff8623efe1ff01c#egg=nemo_toolkit[asr] # This commit hash is a recent version of main at the time of testing.
22
tqdm
33
soundfile
44
librosa

0 commit comments

Comments
 (0)