MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / generate

Method generate

tests/test_llm_parser.py:686–689  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

684 self.device = device
685
686 def generate(self, **kwargs):
687 if self.device == "cuda":
688 raise RuntimeError("CUDA out of memory. Tried to allocate 38.00 MiB.")
689 return FakeOutputs()
690
691 backends = {
692 "cuda": {

Callers

nothing calls this directly

Calls 1

FakeOutputsClass · 0.85

Tested by

no test coverage detected