requirements.txt updated
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ transformers==4.26.1
|
|
| 4 |
torchtext==0.14.1 # this will automatically install torch==1.13.1 as its dependancy!
|
| 5 |
torchdata==0.5.1
|
| 6 |
mosestokenizer==1.2.1
|
| 7 |
-
wandb==0.15.7
|
|
|
|
|
|
| 4 |
torchtext==0.14.1 # this will automatically install torch==1.13.1 as its dependancy!
|
| 5 |
torchdata==0.5.1
|
| 6 |
mosestokenizer==1.2.1
|
| 7 |
+
wandb==0.15.7
|
| 8 |
+
st-annotated-text
|