We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
model = Qwen2_5OmniForConditionalGeneration.from_pretrained("Qwen/Qwen2.5-Omni-7B", torch_dtype="auto", device_map="auto")
When enable torch_dtype="auto"
the audio tower dtype is float32
disable torch_dtype="auto"
the audio tower dtype is also float32
but the value diff
I think the first got wrong
The text was updated successfully, but these errors were encountered:
Fix Qwen2.5 Omni SinusoidsPositionEmbedding precision
SinusoidsPositionEmbedding
f16be1e
fixes QwenLM/Qwen2.5-Omni#271
Will be fixed at huggingface/transformers#38151
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
model = Qwen2_5OmniForConditionalGeneration.from_pretrained("Qwen/Qwen2.5-Omni-7B", torch_dtype="auto", device_map="auto")
When enable torch_dtype="auto"
the audio tower dtype is float32
disable torch_dtype="auto"
the audio tower dtype is also float32
but the value diff
I think the first got wrong
The text was updated successfully, but these errors were encountered: