Skip to content

Commit

Permalink
fix: update config name in api/asr.py (#220)
Browse files Browse the repository at this point in the history
* fix: update config name

* chore: remove comment
  • Loading branch information
gau-nernst authored Mar 3, 2025
1 parent 02e2f79 commit 1304ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/asr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
R2T_MODEL = None
MODEL_LOCK = threading.Lock()

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

0 comments on commit 1304ddc

Please sign in to comment.