AttributeError: 'GPT2LMHeadModel' object has no attribute 'bind'

#88
by saxenaindresh681 - opened

how to handle this error
context i am trying to use this along with the create_sql_agent

OpenAI community org

Hi @saxenaindresh681
Hmm, do you have a reproducible small snippet? My guess is that create_sql_agent do not expect Pytorch models to be passed

Sign up or log in to comment