MCPcopy Create free account
hub / github.com/aiming-lab/MDocAgent / predict

Method predict

models/base_model.py:10–11  ·  view source on GitHub ↗
(self, question, texts = None, images = None, history = None)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected