-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor #41
Conversation
scripts/compute_wer.sh
Outdated
@@ -1,19 +1,19 @@ | |||
#cd /root/SLAM-LLM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO remove this file
scripts/inference_asr_batch.sh
Outdated
@@ -4,7 +4,8 @@ export CUDA_VISIBLE_DEVICES=0 | |||
export TOKENIZERS_PARALLELISM=false | |||
# export CUDA_LAUNCH_BLOCKING=1 | |||
|
|||
cd /root/SLAM-LLM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO to remove
use_cache=use_cache, | ||
) | ||
if model_config.llm_name=="aya-101": | ||
# config = AutoConfig.from_pretrained( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For ziyang: clean up
Fix for whisper large v3
The mel-spectrogram of whisper large v3 is different from large v2. Add a fix for it