Skip to content

Commit dca9a9e

Browse files
Copilotnjzjz
andcommitted
fix(paddle): Remove dpmodel configuration line to align with devel branch
- Remove "deepmd/dpmodel/**" = ["ANN"] line from pyproject.toml configuration - This line was incorrectly preserved during the merge with devel branch - Aligns Paddle backend configuration with current project standards - Addresses @njzjz feedback to revert dpmodel changes Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent 178fe36 commit dca9a9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ runtime-evaluated-base-classes = ["torch.nn.Module"]
469469
"deepmd/pd/loss/**" = ["TID253", "ANN"] # 🚧 Partial progress - other loss files need work
470470
"deepmd/pd/model/**" = ["TID253", "ANN"] # 🚧 Partial progress - some files completed
471471
"deepmd/pd/infer/**" = ["TID253", "ANN"] # 🚧 Partial progress - inference.py completed
472-
"deepmd/dpmodel/**" = ["ANN"]
473472
"source/**" = ["ANN"]
474473
"source/tests/tf/**" = ["TID253", "ANN"]
475474
"source/tests/pt/**" = ["TID253", "ANN"]

0 commit comments

Comments
 (0)