Skip to content
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

Merged
merged 8 commits into from
Mar 13, 2024
Merged

Refactor #41

merged 8 commits into from
Mar 13, 2024

Conversation

zzasdf
Copy link
Collaborator

@zzasdf zzasdf commented Mar 1, 2024

Fix for whisper large v3

The mel-spectrogram of whisper large v3 is different from large v2. Add a fix for it

@zzasdf zzasdf changed the title Zzasdf Fix for whisper large v3 Mar 1, 2024
@zzasdf zzasdf changed the title Fix for whisper large v3 Refactor Mar 13, 2024
@@ -1,19 +1,19 @@
#cd /root/SLAM-LLM
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO remove this file

@@ -4,7 +4,8 @@ export CUDA_VISIBLE_DEVICES=0
export TOKENIZERS_PARALLELISM=false
# export CUDA_LAUNCH_BLOCKING=1

cd /root/SLAM-LLM
Copy link
Collaborator

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(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For ziyang: clean up

@ddlBoJack ddlBoJack closed this Mar 13, 2024
@zzasdf zzasdf reopened this Mar 13, 2024
@ddlBoJack ddlBoJack merged commit 5cdb013 into main Mar 13, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants