Spaces:
Sleeping
Sleeping
added requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.1
|
2 |
+
einops==0.7.0 # used in implementation of dual attention / relational attention
|
3 |
+
huggingface-hub==0.23.4 # for loading pre-trained checkpoints
|
4 |
+
bertviz==1.4.0 # for visualization
|
5 |
+
tiktoken==0.5.2 # tokenizer used for LM experiments
|
6 |
+
gradio==4.40.0 # for inference/visualization apps
|