conormack commited on
Commit
1c9a82b
·
1 Parent(s): a6b6e00

Update requirements with transformers and torch

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
- streamlit
2
- torch
3
- transformers
 
 
1
+ streamlit==1.31.0
2
+ transformers==4.37.2
3
+ torch==2.2.0
4
+ accelerate==0.27.2