Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fixed failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Mar 18, 2024
1 parent a856145 commit 7d913f8
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 7d913f8

Please sign in to comment.