Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shi-labs
/
OLA-VLM
like
4
Running
on
Zero
App
Files
Files
Community
1
f525997
OLA-VLM
/
ola_vlm
/
train
/
train_mem.py
praeclarumjj3
:zap: add code
9fa3d89
24 days ago
raw
Copy download link
history
blame
187 Bytes
from
ola_vlm.train.train
import
train
if
__name__ ==
"__main__"
:
# try:
# train(attn_implementation="flash_attention_2")
# except:
train(attn_implementation=
"eager"
)