Fix crash when last audio chunk has fewer frames than patch stride ec2e819
Heinrich Dinkel commited on
How to use mispeech/dasheng-denoiser with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mispeech/dasheng-denoiser", trust_remote_code=True, dtype="auto")