2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
GNU Affero General Public License v3.0
30.96k stars 3.37k forks source link

passing `past_key_values` as a tuple #756

Open xjlv1113 opened 1 week ago

xjlv1113 commented 1 week ago

We detected that you are passing past_key_values as a tuple and this is deprecated and will be removed in v4.43. Please use an appropriate Cache class (https://huggingface.co/docs/transformers/v4.41.3/en/internal/generation_utils#transformers.Cache)

fumiama commented 1 week ago

This is a warning that we are trying to eliminate. It will not affect the normal usage.