Skip to content

Commit

Permalink
feat(parler-tts): try downgrade protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Apr 13, 2024
1 parent 650b1bb commit bd5941d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies:
- packaging==23.2
- pandas
- peft==0.5.0
- protobuf==4.24.4
- protobuf==3.20.2
- psutil==5.9.5
- pyarrow==13.0.0
- python-dateutil==2.8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
- packaging==23.2
- pandas
- peft==0.5.0
- protobuf==4.24.4
- protobuf==3.20.2
- psutil==5.9.5
- pyarrow==13.0.0
- python-dateutil==2.8.2
Expand Down
2 changes: 1 addition & 1 deletion backend/python/common-env/transformers/transformers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies:
- packaging==23.2
- pandas
- peft==0.5.0
- protobuf==4.24.4
- protobuf==3.20.2
- psutil==5.9.5
- pyarrow==13.0.0
- python-dateutil==2.8.2
Expand Down

0 comments on commit bd5941d

Please sign in to comment.