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

Class FlashSamplingNames

src/fused_mm_sampling/alg_names.py:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 flashinfer_sampling_from_logits = "flashinfer:sampling_from_logits"
42 greedy_baseline = "Greedy Baseline"
43
44
45class FlashSamplingNames:
46 fmms_triton = "FlashSampling"
47 fmms_triton_p2p_no_overlap = "FlashSampling (P2P No Overlap)"
48 fmms_helion = "FlashSampling (Helion)"
49 fmms_greedy_triton = "FlashSampling Greedy"
50 vllm_fmms = "vLLM + FlashSampling"
51 flashinfer_top_k_top_p_sampling_from_logits = "FI1"
52 flashinfer_sampling_from_logits = "FI2"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected