mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 07:42:06 +00:00
remove unused var
This commit is contained in:
parent
a3cea9c119
commit
0cf4302c61
@ -2,7 +2,7 @@ import torch
|
||||
|
||||
from dataclasses import dataclass
|
||||
from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||
from typing import Optional, Tuple, List, Type, ClassVar
|
||||
from typing import Optional, Tuple, List, Type
|
||||
|
||||
from text_generation.models import Model
|
||||
from text_generation.models.types import GeneratedText
|
||||
|
Loading…
Reference in New Issue
Block a user