Spaces:
Sleeping
Sleeping
added requirements
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==2.0.1
|
2 |
+
torch==2.4.0
|
3 |
+
einops==0.7.0 # used in implementation of dual attention / relational attention
|
4 |
+
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 |
+
tqdm==4.66.5
|
9 |
+
dual_attention==0.0.3 # dual attention package
|