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

Method _check_master

fastdeploy/entrypoints/llm.py:118–122  ·  view source on GitHub ↗

Check if the current node is the master node.

(self)

Source from the content-addressed store, hash-verified

116 self.chat_template = load_chat_template(chat_template, model)
117
118 def _check_master(self):
119 """
120 Check if the current node is the master node.
121 """
122 return self.llm_engine.cfg._check_master()
123
124 def _receive_output(self):
125 """

Callers 2

generateMethod · 0.95
chatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected