MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / print_once

Function print_once

src/fused_mm_sampling/core.py:109–110  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

107
108 out = torch.zeros_like(logits)
109 return out.scatter_(dim=-1, index=topk_idx, src=probs)
110
111
112@lru_cache
113def print_once(msg: str):

Callers 1

apply_top_k_top_p_qitraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected