DAT-LM-Visualization / requirements.txt
awni00's picture
updated dual_attention package
ac23842 verified
raw
history blame contribute delete
413 Bytes
numpy==2.0.1
torch==2.4.0
einops==0.7.0 # used in implementation of dual attention / relational attention
huggingface-hub==0.23.4 # for loading pre-trained checkpoints
bertviz==1.4.0 # for visualization
ipykernel==6.29.5 # for bertviz
ipython==8.26.0
tiktoken==0.7.0 # tokenizer used for LM experiments
gradio==4.40.0 # for inference/visualization apps
tqdm==4.66.5
dual_attention==0.0.4 # dual attention package