Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
IntelLabs
/
LlavaOLMoBitnet1B
like
29
Follow
Intel Labs
47
English
arxiv:
2408.13402
License:
apache-2.0
Model card
Files
Files and versions
Community
1
a816a73
LlavaOLMoBitnet1B
/
aliases.py
naveensp
Upload aliases.py with huggingface_hub
7ba9065
verified
11 months ago
raw
Copy download link
history
blame
Safe
109 Bytes
from
os
import
PathLike
from
typing
import
Union
__all__ = [
"PathOrStr"
]
PathOrStr =
Union
[
str
, PathLike]