ampere_model_library
ampere_model_library copied to clipboard
add gpt2 model
TORCH_COMPILE=1 AIO_NUM_THREADS=80 numactl --membind=0 --cpubind=0 python natural_language_processing/text_generation/gpt/run.py -m gpt2 --lambada_path /ampere/aml/lambada_test_plain_text.txt --num_runs 10
AIO is not being used
For the AIO to work it needs to be the latest AIO built from main. I believe the most recent release does not include these fixes yet.