Skip to content

Commit bd5941d

Browse files
committed
feat(parler-tts): try downgrade protobuf
1 parent 650b1bb commit bd5941d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/python/common-env/transformers/transformers-nvidia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies:
7474
- packaging==23.2
7575
- pandas
7676
- peft==0.5.0
77-
- protobuf==4.24.4
77+
- protobuf==3.20.2
7878
- psutil==5.9.5
7979
- pyarrow==13.0.0
8080
- python-dateutil==2.8.2

backend/python/common-env/transformers/transformers-rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies:
6262
- packaging==23.2
6363
- pandas
6464
- peft==0.5.0
65-
- protobuf==4.24.4
65+
- protobuf==3.20.2
6666
- psutil==5.9.5
6767
- pyarrow==13.0.0
6868
- python-dateutil==2.8.2

backend/python/common-env/transformers/transformers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies:
6666
- packaging==23.2
6767
- pandas
6868
- peft==0.5.0
69-
- protobuf==4.24.4
69+
- protobuf==3.20.2
7070
- psutil==5.9.5
7171
- pyarrow==13.0.0
7272
- python-dateutil==2.8.2

0 commit comments

Comments
 (0)