Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Senqiao
/
VisionZip
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bce7a77
VisionZip
/
llava
/
train
/
train_mem.py
Senqiao
Release code same to the github
025f5af
6 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
from
llava.train.train
import
train
if
__name__ ==
"__main__"
:
train(attn_implementation=
"flash_attention_2"
)