Spaces:
Sleeping
Sleeping
updated dual_attention package
Browse files- 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.
|
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
|