We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d856b commit e49b58fCopy full SHA for e49b58f
paddlex/repo_manager/meta.py
@@ -33,7 +33,7 @@
33
"PaddleSeg": {
34
"git_path": "/PaddlePaddle/PaddleSeg.git",
35
"platform": "github",
36
- "branch": "develop",
+ "branch": "release/2.10",
37
"install_pkg": True,
38
"dist_name": "paddleseg",
39
"import_name": "paddleseg",
@@ -45,7 +45,7 @@
45
"PaddleClas": {
46
"git_path": "/PaddlePaddle/PaddleClas.git",
47
48
+ "branch": "release/2.6",
49
50
"dist_name": "paddleclas",
51
"import_name": "paddleclas",
@@ -58,7 +58,7 @@
58
"PaddleDetection": {
59
"git_path": "/PaddlePaddle/PaddleDetection.git",
60
61
+ "branch": "release/2.8.1",
62
63
"dist_name": "paddledet",
64
"import_name": "ppdet",
0 commit comments