mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Fix ruff stuff.
This commit is contained in:
parent
a02ab4b6ae
commit
166cae4da5
@ -2,7 +2,7 @@ import pytest
|
|||||||
|
|
||||||
from text_generation import Client, AsyncClient
|
from text_generation import Client, AsyncClient
|
||||||
from text_generation.errors import NotFoundError, ValidationError
|
from text_generation.errors import NotFoundError, ValidationError
|
||||||
from text_generation.types import FinishReason, InputToken
|
from text_generation.types import FinishReason
|
||||||
|
|
||||||
|
|
||||||
def test_generate(llama_7b_url, hf_headers):
|
def test_generate(llama_7b_url, hf_headers):
|
||||||
|
Loading…
Reference in New Issue
Block a user