This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Minimal vLLM repro: Triton top-k/top-p assumes contiguous logits rows. | |
| Run on a CUDA machine with vLLM installed: | |
| python repro_vllm_noncontiguous_topk_topp.py | |
| Expected on affected versions: | |
| FAIL: non-contiguous Triton output differs from contiguous Triton. |