d0cbcd5
1
2
3
4
5
6
7
8
9
10
11
from blip3o.train.llama_xformers_attn_monkey_patch import ( replace_llama_attn_with_xformers_attn, ) replace_llama_attn_with_xformers_attn() from blip3o.train.train import train if __name__ == "__main__": train()