OLMo-Bitnet-1B / aliases.py
emozilla's picture
update inference code
2010c83
raw
history blame contribute delete
No virus
109 Bytes
from os import PathLike
from typing import Union
__all__ = ["PathOrStr"]
PathOrStr = Union[str, PathLike]