Skip to content

Commit

Permalink
Fix onnx build (#6438)
Browse files Browse the repository at this point in the history
* fix onnx build

* fix onnx build
  • Loading branch information
zjjlivein authored Jul 20, 2023
1 parent 55efa3d commit 7d88b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tqdm
paddlefsl
sentencepiece
huggingface_hub>=0.11.1
onnx>=1.10.0
protobuf==3.20.2 # onnx require: protobuf<4,>=3.20.2, paddle require different version on platforms, refer to: https://github.com/PaddlePaddle/Paddle/blob/cd88156a369bbfb83d6306f89e0ae6ebd78b8040/python/requirements.txt#L3
paddle2onnx
Flask-Babel
Expand Down

0 comments on commit 7d88b33

Please sign in to comment.