acecalisto3 commited on
Commit
497c1e0
1 Parent(s): f819cc0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -2
requirements.txt CHANGED
@@ -1,4 +1,12 @@
1
  transformers
2
  streamlit
3
- torch==1.11.0
4
- black==24.3.1
 
 
 
 
 
 
 
 
 
1
  transformers
2
  streamlit
3
+ torch==1.13.1+cu117 # Replace with the correct version for your system
4
+ torchvision==0.14.1+cu117
5
+ torchaudio==0.13.1+cu117
6
+ black==22.12.0 # Choose a compatible version
7
+ pylint
8
+ opencv-python
9
+ gradio
10
+ cookiecutter
11
+ GitPython
12
+ pytest