Skip to content

Commit

Permalink
style: Black
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 31, 2024
1 parent 476f40a commit fc910d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/models/test_vllm.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
"""Tests for the `vllm` module."""

from outlines.models.vllm import adapt_tokenizer, convert_token_to_string
from transformers import AutoTokenizer, SPIECE_UNDERLINE
import pytest
from transformers import AutoTokenizer, SPIECE_UNDERLINE

from outlines.models.vllm import adapt_tokenizer, convert_token_to_string

TEST_MODEL = "hf-internal-testing/tiny-random-GPTJForCausalLM"

Expand Down

0 comments on commit fc910d0

Please sign in to comment.