vlm_clone_2 / EAGLE /train_mem.py
tuandunghcmut's picture
Add files using upload-large-folder tool
4617407 verified
try:
import transformer_engine
import transformer_engine_extensions
except:
print("having trouble importing transformer-engine!")
from train import train
if __name__ == "__main__":
train(attn_implementation="flash_attention_2")