introvoyz041's picture
Upload folder using huggingface_hub
3f31c34 verified
from typing import List, Callable, Union, Any, TypeVar, Tuple
# from torch import tensor as Tensor
Tensor = TypeVar('torch.tensor')