Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qwmqza
/
VLC
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VLC
/
llava
/
train
/
train_mem.py
qwmqza
first attempt
0bfa44a
10 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"
)