Pipeline Debugging Tips
Use the CPU. Error messages for code running on the CPU tend to be more helpful than those for code running on the GPU.
Run the pipeline tokenizer and model separately to see where the error is being generated.
Check out the data you are feeding to the pipeline that is causing the error. Is it somehow different than other pieces of data?
If you get stuck, please submit a ticket to RC. We can help!