Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marstin
/
VLM-Lens
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VLM-Lens
/
src
/
models
/
pixtral
/
__init__.py
marstin
[martin-dev] add demo v1 test
d425e71
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
147 Bytes
"""__init__.py.
Pixtral package, includes which of this module to export.
"""
from
.pixtral
import
PixtralModel
__all__ = [
'PixtralModel'
]