(self, question, texts = None, images = None, history = None)
| 8 | self.config = config |
| 9 | |
| 10 | def predict(self, question, texts = None, images = None, history = None): |
| 11 | pass |
| 12 | |
| 13 | def clean_up(self): |
| 14 | torch.cuda.empty_cache() |
nothing calls this directly
no outgoing calls
no test coverage detected