MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / add

Method add

tests/entrypoints/test_llm.py:61–62  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

59 self.added = False
60
61 def add(self, other):
62 self.added = True
63
64
65def _make_engine(vocab_size=5, max_logprobs=5, enable_logprob=True, enable_prefix_caching=False, is_master=True):

Calls

no outgoing calls

Tested by

no test coverage detected