Caching Rasa Agent

I’m working on Django app, that will serve multiple Rasa Agent. And I want to cache them. But, whenever I try to cache, it gives me error: NotImplementedError: numpy() is only available when eager execution is enabled.

I understand that it because of tensorflow. So, my question is - is any way that I can cache agents?