English
LlavaOLMoBitnet1B / aliases.py
naveensp's picture
Upload aliases.py with huggingface_hub
7ba9065 verified
raw
history blame
109 Bytes
from os import PathLike
from typing import Union
__all__ = ["PathOrStr"]
PathOrStr = Union[str, PathLike]