Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Freepik/F-Lite
Freepik
/
F-Lite-7B
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
F-Lite-7B
/
f_lite
/
__init__.py
ideprado
Renaming
dcb2d8b
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
164 Bytes
from
.pipeline
import
FLitePipeline, FLitePipelineOutput, APGConfig
from
.model
import
DiT
__all__ = [
"FLitePipeline"
,
"FLitePipelineOutput"
,
"APGConfig"
,
"DiT"
]