awni00 commited on
Commit
ab7c71a
·
verified ·
1 Parent(s): 0a3b673

updated dual_attention package

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -5,5 +5,5 @@ huggingface-hub==0.23.4 # for loading pre-trained checkpoints
5
  bertviz==1.4.0 # for visualization
6
  tiktoken==0.7.0 # tokenizer used for LM experiments
7
  gradio==4.40.0 # for inference/visualization apps
8
- dual_attention==0.0.3
9
  tqdm==4.66.5
 
5
  bertviz==1.4.0 # for visualization
6
  tiktoken==0.7.0 # tokenizer used for LM experiments
7
  gradio==4.40.0 # for inference/visualization apps
8
+ dual_attention==0.0.4
9
  tqdm==4.66.5