We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29862aa commit bba1872Copy full SHA for bba1872
tests/sample/test_sampler.py
@@ -7,6 +7,7 @@
7
from typing import Optional
8
9
import torch
10
+
11
from vllm.v1.sample.ops.topk_topp_sampler import apply_top_k_top_p # noqa: F401
12
from vllm.v1.sample.sampler import Sampler # noqa: F401
13
0 commit comments