Skip to content

Commit

Permalink
[CI/Build] Fix Bad Import In Test (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic authored Mar 18, 2024
1 parent 482b0ad commit 097aa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cache_block_hashing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import pytest

from vllm.lora.request import LoRARequest
from vllm.transformers_utils.tokenizer import TokenizerGroup
from vllm.transformers_utils.tokenizer_group import TokenizerGroup
from vllm.sequence import Sequence

# Make two prefixes with different first blocks.
Expand Down

0 comments on commit 097aa0e

Please sign in to comment.