m1k3wn commited on
Commit
67011e3
·
verified ·
1 Parent(s): d551427

Update requirements.txt

Browse files

adds
psutil>=5.9.0
python-json-logger>=2.0.7

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -6,4 +6,5 @@ pydantic==2.3.0
6
  sentencepiece==0.1.99
7
  accelerate>=0.26.0 # Specific version to match error message requirement
8
  optimum>=1.16.0
9
- protobuf
 
 
6
  sentencepiece==0.1.99
7
  accelerate>=0.26.0 # Specific version to match error message requirement
8
  optimum>=1.16.0
9
+ protobuf psutil>=5.9.0
10
+ python-json-logger>=2.0.7