mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-30 04:27:04 +08:00
minor changes
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
631be12edb
commit
6e2a3c0841
@ -60,6 +60,9 @@ class All2AllManagerBase:
|
|||||||
# and reuse it for the same config.
|
# and reuse it for the same config.
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
def get_handles(self, kwargs):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
def dispatch(self, hidden_states: torch.Tensor,
|
def dispatch(self, hidden_states: torch.Tensor,
|
||||||
router_logits: torch.Tensor):
|
router_logits: torch.Tensor):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user