Skip to content

Commit

Permalink
Using resources from the release branch of PaddlePaddle in turms-ai-s…
Browse files Browse the repository at this point in the history
…erving for stability #1443
  • Loading branch information
JamesChenX committed Apr 22, 2024
1 parent cde5a94 commit 1aa83db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turms-ai-serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@
<configuration>
<target>
<mkdir dir="${modelDirectory}"/>
<get src="https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/dygraph/ppocr/utils/ppocr_keys_v1.txt"
<get src="https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/v2.7.5/ppocr/utils/ppocr_keys_v1.txt"
dest="${modelDirectory}/dict.txt"
verbose="true"
usetimestamp="true"/>
<!-- https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_en/models_list_en.md -->
<!-- https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_en/models_list_en.md -->
<get src="https://paddleocr.bj.bcebos.com/PP-OCRv3/chinese/ch_PP-OCRv3_det_infer.tar"
dest="${modelDirectory}/detection.tar"
verbose="true"
Expand Down

0 comments on commit 1aa83db

Please sign in to comment.