rohitthewanderer

Results 2 comments of rohitthewanderer

Hey Guys, I tested with script as given by bug filer ##################################################### import torch from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline device = 'cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else...

> [@rohitthewanderer](https://github.com/rohitthewanderer) Thanks for testing. I could not reproduce it either with the given sample. I recognized that there is no more hallucination. Maybe the issue still persists with other...