aelitta's picture
Upload folder using huggingface_hub
4bdb245 verified
raw
history blame
79 Bytes
from typing import TypeVar
T = TypeVar("T")
K = TypeVar("K")
V = TypeVar("V")