Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
transformers==4.25.1
|
3 |
+
sentencepiece
|
4 |
+
datasets
|
5 |
+
accelerate
|
6 |
+
matplotlib
|
7 |
+
huggingface_hub
|
8 |
+
triton
|
9 |
+
streamlit
|
10 |
+
gradio
|
11 |
+
mdtex2html
|