File size: 114 Bytes
7e3c948
 
 
 
1
2
3
4
5
from cumo.train.train import train

if __name__ == "__main__":
    train(attn_implementation="flash_attention_2")