solitaryangler
Results
1
issues of
solitaryangler
Hi, I am trying to run Speculative Decoding from the example given here: [huggingface.co/distil-whisper/distil-large-v2#speculative-decoding](https://huggingface.co/distil-whisper/distil-large-v2#speculative-decoding). I'm using the code: ``` from transformers import pipeline, AutoModelForCausalLM, AutoModelForSpeechSeq2Seq, AutoProcessor import torch from datasets...