Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MBZUAI
/
LLaMA-3-V
like
31
Running
on
A10G
App
Files
Files
Community
2
main
LLaMA-3-V
/
llava
/
train
/
train_mem.py
mmaaz60
Adds code to host LLaVA-LLaMA-3 demo on HF space.
143d7a9
6 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"
)