Skip to content

Commit e49b58f

Browse files
authored
update meta.py (#4043)
1 parent 99d856b commit e49b58f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddlex/repo_manager/meta.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"PaddleSeg": {
3434
"git_path": "/PaddlePaddle/PaddleSeg.git",
3535
"platform": "github",
36-
"branch": "develop",
36+
"branch": "release/2.10",
3737
"install_pkg": True,
3838
"dist_name": "paddleseg",
3939
"import_name": "paddleseg",
@@ -45,7 +45,7 @@
4545
"PaddleClas": {
4646
"git_path": "/PaddlePaddle/PaddleClas.git",
4747
"platform": "github",
48-
"branch": "develop",
48+
"branch": "release/2.6",
4949
"install_pkg": True,
5050
"dist_name": "paddleclas",
5151
"import_name": "paddleclas",
@@ -58,7 +58,7 @@
5858
"PaddleDetection": {
5959
"git_path": "/PaddlePaddle/PaddleDetection.git",
6060
"platform": "github",
61-
"branch": "develop",
61+
"branch": "release/2.8.1",
6262
"install_pkg": True,
6363
"dist_name": "paddledet",
6464
"import_name": "ppdet",

0 commit comments

Comments
 (0)