MCPcopy
hub / github.com/hpcaitech/ColossalAI / step

Method step

colossalai/inference/core/engine.py:107–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 self.engine.add_request(request_ids=request_ids, prompts=prompts, *args, **kwargs)
106
107 def step(self):
108 assert self.engine is not None, "Please init Engine first"
109 return self.engine.step()
110
111 def __getattr__(self, name):
112 """

Callers 1

check_streamingllmFunction · 0.95

Calls

no outgoing calls

Tested by 1

check_streamingllmFunction · 0.76