OLMo-Bitnet-1B / aliases.py
emozilla's picture
update inference code
2010c83
from os import PathLike
from typing import Union
__all__ = ["PathOrStr"]
PathOrStr = Union[str, PathLike]