Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Varu96
/
healthcare_project
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
healthcare_project
/
LLaVA
/
llava
/
train
/
train_mem.py
Varu96
Added the LLaVA folder
03e1edb
11 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"
)