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 9560b00 commit 29862aaCopy full SHA for 29862aa
tests/sample/test_sampler.py
@@ -7,8 +7,8 @@
7
from typing import Optional
8
9
import torch
10
-from vllm.v1.sample.sampler import Sampler # noqa: F401
11
from vllm.v1.sample.ops.topk_topp_sampler import apply_top_k_top_p # noqa: F401
+from vllm.v1.sample.sampler import Sampler # noqa: F401
12
13
# Set tolerance to 1 for quant ops
14
DEFAULT_ATOL = 1e-3
0 commit comments