Hi! I am using a custom LLM (
gpt2
from HF) and getting this error on query:
Asking to pad but the tokenizer does not have a padding token
. Trying to find out where I need to pass the tokenizer - I have already set it on the prompt helper. Any ideas?