Skip to content

Commit 29862aa

Browse files
author
wangxiaoxin (A)
committed
xx
1 parent 9560b00 commit 29862aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sample/test_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from typing import Optional
88

99
import torch
10-
from vllm.v1.sample.sampler import Sampler # noqa: F401
1110
from vllm.v1.sample.ops.topk_topp_sampler import apply_top_k_top_p # noqa: F401
11+
from vllm.v1.sample.sampler import Sampler # noqa: F401
1212

1313
# Set tolerance to 1 for quant ops
1414
DEFAULT_ATOL = 1e-3

0 commit comments

Comments
 (0)