LIU, Zichen
initial commit
d4733f5
raw
history blame
115 Bytes
from llava.train.train import train
if __name__ == "__main__":
train(attn_implementation="flash_attention_2")