Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
zehui127
/
test_omni0
like
0
PyTorch
olmo-gfm
custom_code
Model card
Files
Files and versions
Community
main
test_omni0
/
aliases.py
zehui127
Upload folder using huggingface_hub
ded00f6
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
from
os
import
PathLike
from
typing
import
Union
__all__ = [
"PathOrStr"
]
PathOrStr =
Union
[
str
, PathLike]