Skip to content

Commit 1304ddc

Browse files
authoredMar 3, 2025··
fix: update config name in api/asr.py (#220)
* fix: update config name * chore: remove comment
1 parent 02e2f79 commit 1304ddc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎api/asr.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
R2T_MODEL = None
1818
MODEL_LOCK = threading.Lock()
1919

20-
# TODO: use better name/organization...
21-
OLD_QUANTIZER_NAME = "ichigo-quantizer-2501-2560d-en-vi"
22-
NEW_QUANTIZER_NAME = "whisperspeech-quantizer-512d-en"
20+
OLD_QUANTIZER_NAME = "ichigo-asr-2501-en-vi"
21+
NEW_QUANTIZER_NAME = "whispervq-2405-en"
2322
OLD_QUANTIZER = None
2423
NEW_QUANTIZER = None
2524
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"

0 commit comments

Comments
 (0)
Please sign in to comment.