Skip to content

Commit

Permalink
style: Black
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan authored and rlouf committed Jan 23, 2025
1 parent 33f54ad commit fd68e0a
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 fd68e0a

Please sign in to comment.