Skip to content

Commit

Permalink
hotfix isort on logprobs ranks pr (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored and joerunde committed Mar 25, 2024
1 parent dabe1a1 commit 92eefa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/samplers/test_ranks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from vllm import SamplingParams

MODELS = ["facebook/opt-125m"]
Expand Down
2 changes: 1 addition & 1 deletion tests/samplers/test_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from vllm.model_executor.layers.sampler import Sampler
from vllm.model_executor.utils import set_random_seed
from vllm.sequence import SamplingParams, SequenceData, SequenceGroupMetadata
from vllm.worker.model_runner import ModelRunner
from vllm.utils import Counter
from vllm.worker.model_runner import ModelRunner


class MockLogitsSampler(Sampler):
Expand Down

0 comments on commit 92eefa2

Please sign in to comment.