Load_learner not working

Whenever i try to use load_learner i get the following error

AttributeError: ‘TokenizeProcessor’ object has no attribute ‘include_bos’

Hoping you get this answered. I’m trying to deploy a model to Render and getting this error. Will let you know if I solve it!

EDIT: FIXED. Changed requirements to fastai==1.0.48 (the version that was running on my server)

Thanks