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