| 41 | flashinfer_sampling_from_logits = "flashinfer:sampling_from_logits" |
| 42 | greedy_baseline = "Greedy Baseline" |
| 43 | |
| 44 | |
| 45 | class 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" |
nothing calls this directly
no outgoing calls
no test coverage detected