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

Python 3.12 + Cuda 12.6 Terminate without notice #876

Open
xiangj1 opened this issue Jan 12, 2025 · 1 comment
Open

Python 3.12 + Cuda 12.6 Terminate without notice #876

xiangj1 opened this issue Jan 12, 2025 · 1 comment
Labels
algorithm Algorithm improvements & issues bug Something isn't working help wanted Extra attention is needed

Comments

@xiangj1
Copy link

xiangj1 commented Jan 12, 2025

Python 3.12 + Cuda 12.6 Terminate without notice.

Console output:

FutureWarning: The input name `inputs` is deprecated. Please make sure to use `input_features` instead.
  warnings.warn(
Due to a bug fix in https://github.com/huggingface/transformers/pull/28687 transcription using a multilingual Whisper will default to language detection followed by transcription instead of translation to English.This might be a breaking change for your use case. If you want to instead always translate your audio to English, make sure to pass `language='en'`.
Passing a tuple of `past_key_values` is deprecated and will be removed in Transformers v4.43.0. You should pass an instance of `EncoderDecoderCache` instead, e.g. `past_key_values=EncoderDecoderCache.from_legacy_cache(past_key_values)`.

found invalid characters: {'1'}
`get_max_cache()` is deprecated for all Cache classes. Use `get_max_cache_shape()` instead. Calling `get_max_cache()` will raise error from v4.48

感觉是哪里有bug,3.9和3.11没问题,Cuda 12.6

@fumiama
Copy link
Member

fumiama commented Jan 19, 2025

可能是transformers版本问题。

@fumiama fumiama added bug Something isn't working help wanted Extra attention is needed algorithm Algorithm improvements & issues labels Jan 19, 2025
@fumiama fumiama added this to ChatTTS Jan 19, 2025
@fumiama fumiama moved this to Todo in ChatTTS Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Algorithm improvements & issues bug Something isn't working help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants