{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":191752255,"defaultBranch":"master","name":"dpgen","ownerLogin":"deepmodeling","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-06-13T11:43:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32671488?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720494569.0","currentOid":""},"activityList":{"items":[{"before":"2f39d12c28e2001bbff78e192aef42d6b91075ce","after":"30bc1e5dd6476d5b70aa40ad969a460132d69753","ref":"refs/heads/devel","pushedAt":"2024-07-10T13:54:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"fix: fix typo in run_train (#1581)\n\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Refactor**\r\n- Renamed internal function `make_train_dp` to `run_train_dp` for better\r\nclarity and consistency within the codebase.\r\n\r\n(Note: This change does not impact end-user functionalities directly.)\r\n\r\n\r\n\r\nSigned-off-by: Jinzhe Zeng ","shortMessageHtmlLink":"fix: fix typo in run_train (#1581)"}},{"before":"9b56fff1557e6efd18fd036e246612a80b7e3e50","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-09T03:09:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"}},{"before":"41a8d1b105d1254d328c176e88a88e6d2da3c204","after":"2f39d12c28e2001bbff78e192aef42d6b91075ce","ref":"refs/heads/devel","pushedAt":"2024-07-09T03:09:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1579)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.5.0 →\r\nv0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1)\r\n\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1579)"}},{"before":"e9a25fbc897fb70f65a61766505ee0cf2e1cfc27","after":"41a8d1b105d1254d328c176e88a88e6d2da3c204","ref":"refs/heads/devel","pushedAt":"2024-07-09T02:14:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"fix: remove ref-names from .git_archival.txt (#1578)\n\nRemoving ref-names is now suggested by setuptools-scm, per\r\nhttps://setuptools-scm.readthedocs.io/en/latest/usage/#git-archives, as\r\nit may lead to the git archive checksum changing.\r\n\r\nGenerated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/6.","shortMessageHtmlLink":"fix: remove ref-names from .git_archival.txt (#1578)"}},{"before":null,"after":"9b56fff1557e6efd18fd036e246612a80b7e3e50","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-08T21:19:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"8782483b6de93b845fb252c7ec42aaa4da6ac12c","after":"e9a25fbc897fb70f65a61766505ee0cf2e1cfc27","ref":"refs/heads/devel","pushedAt":"2024-07-06T15:36:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"chore: add the `mlp_engine` option (#1576)\n\nI am going to use DP-GEN to develop models trained by other MLP\r\nsoftware. This may or may not be merged into the main branch, but I\r\nthink a general `mlp_engine` option can be added anyway.\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **New Features**\r\n- Introduced handling for multiple ML potential engines with specialized\r\ntraining argument functions.\r\n\r\n- **Improvements**\r\n- Enhanced training initialization by splitting into common and\r\nengine-specific functions.\r\n\t- Improved error handling for unsupported ML potential engines.\r\n\r\n- **Bug Fixes**\r\n- Corrected logic to differentiate between `dp` and other engine values\r\nduring training and model initialization.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: Jinzhe Zeng \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore: add the mlp_engine option (#1576)"}},{"before":"10a330731bfa10dc7648444b3d7910d5dde57464","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-02T05:19:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"}},{"before":"7812b33c485ba618338aff9ce10ad431717a18bc","after":"8782483b6de93b845fb252c7ec42aaa4da6ac12c","ref":"refs/heads/devel","pushedAt":"2024-07-02T05:19:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1574)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.10 →\r\nv0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.0)\r\n\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1574)"}},{"before":null,"after":"10a330731bfa10dc7648444b3d7910d5dde57464","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-01T23:20:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"c719a629d2b6504ae66f6f8c8f9d2f2666994aab","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-01T21:39:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"}},{"before":"cf67ea89bc995cc0c31e4d2fc48fdaed9672612e","after":"7812b33c485ba618338aff9ce10ad431717a18bc","ref":"refs/heads/devel","pushedAt":"2024-07-01T21:39:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1569)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.8 →\r\nv0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.10)\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: Jinzhe Zeng \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Jinzhe Zeng ","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1569)"}},{"before":"82162bb13367b2ec68fc5457499b0b9e0031cf22","after":"c719a629d2b6504ae66f6f8c8f9d2f2666994aab","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-07-01T21:35:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"},"commit":{"message":"pin numpy to <2\n\nSigned-off-by: Jinzhe Zeng ","shortMessageHtmlLink":"pin numpy to <2"}},{"before":"2d7fa1b6db05bc739183acbe0c96a0725156147c","after":"82162bb13367b2ec68fc5457499b0b9e0031cf22","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-24T21:39:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.10)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":null,"after":"2d7fa1b6db05bc739183acbe0c96a0725156147c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-17T21:46:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.8 → v0.4.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.9)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"01f60cec3ddca5d432e5b823d5e041fcd6c480f0","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-11T02:54:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"}},{"before":"d98252d5343e1292b1997dc1c1d4bd94402bcf79","after":"cf67ea89bc995cc0c31e4d2fc48fdaed9672612e","ref":"refs/heads/devel","pushedAt":"2024-06-11T02:54:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1568)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.7 →\r\nv0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.4.8)\r\n\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1568)"}},{"before":null,"after":"01f60cec3ddca5d432e5b823d5e041fcd6c480f0","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-10T21:46:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.4.8)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"b9f624d07407177ffff3a91c9f15c79f5ae86589","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-04T07:35:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"}},{"before":"c5812fbe638cba9fe27fdb2c673438d7c1acbb2e","after":"d98252d5343e1292b1997dc1c1d4bd94402bcf79","ref":"refs/heads/devel","pushedAt":"2024-06-04T07:35:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1566)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.5 →\r\nv0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.7)\r\n\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1566)"}},{"before":null,"after":"b9f624d07407177ffff3a91c9f15c79f5ae86589","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-06-03T21:38:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.7)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"54e48c66de40221b3719b33252742db3677262b7","after":"c5812fbe638cba9fe27fdb2c673438d7c1acbb2e","ref":"refs/heads/devel","pushedAt":"2024-05-29T04:01:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"},"commit":{"message":"Simplify API version validation (#1556)\n\n\r\n## Summary by CodeRabbit\r\n\r\n- **Refactor**\r\n- Simplified and streamlined the submission processes for various job\r\ntypes, improving efficiency and reducing redundancy.\r\n- Centralized API version checking with a new utility function,\r\nenhancing maintainability and consistency across the application.\r\n\r\n- **Bug Fixes**\r\n- Improved error handling for API versions below 1.0, ensuring clearer\r\nand more consistent error messages.\r\n\r\n- **New Features**\r\n- Introduced a new function for API version validation, ensuring\r\ncompatibility and proper error handling.\r\n\r\n\r\n---------\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Simplify API version validation (#1556)"}},{"before":"05f59a30457eb52380d0b54e6c7aa13f1e1ec73c","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-28T03:59:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"}},{"before":"7491eb9a98888ad6a7b8cd87aa403d493423bb6e","after":"54e48c66de40221b3719b33252742db3677262b7","ref":"refs/heads/devel","pushedAt":"2024-05-28T03:59:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1558)\n\n\r\nupdates:\r\n- [github.com/astral-sh/ruff-pre-commit: v0.4.4 →\r\nv0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)\r\n\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1558)"}},{"before":null,"after":"05f59a30457eb52380d0b54e6c7aa13f1e1ec73c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-27T21:24:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"cf29489c6388e93be8300c8e1597aad234028f23","after":"7491eb9a98888ad6a7b8cd87aa403d493423bb6e","ref":"refs/heads/devel","pushedAt":"2024-05-27T03:39:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"Fix exception message (#1554)\n\nfixes #1553\r\n\r\nCo-authored-by: Han Wang ","shortMessageHtmlLink":"Fix exception message (#1554)"}},{"before":"07f745bd4c0834f7e5739604bc271a360545f191","after":"cf29489c6388e93be8300c8e1597aad234028f23","ref":"refs/heads/devel","pushedAt":"2024-05-16T02:32:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":"fix: fix `SyntaxWarning: invalid escape sequence` (#1550)\n\n```\r\n/home/runner/work/dpgen/dpgen/dpgen/auto_test/Gamma.py:389: SyntaxWarning: invalid escape sequence '\\('\r\n upper = re.search(\"variable N equal count\\(all\\)\", contents[ii])\r\n```\r\n\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n- **Bug Fixes**\r\n- Improved the reliability of the Gamma module by correcting a regular\r\nexpression pattern. This change ensures more accurate data parsing and\r\nhandling.\r\n\r\n\r\n\r\nSigned-off-by: Jinzhe Zeng ","shortMessageHtmlLink":"fix: fix SyntaxWarning: invalid escape sequence (#1550)"}},{"before":"389d6496ef73c3c906c8ff68cc32e0dac3eacf5b","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-14T18:38:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"}},{"before":"9d29459238f58e249d3244862378386e3bc66994","after":"07f745bd4c0834f7e5739604bc271a360545f191","ref":"refs/heads/devel","pushedAt":"2024-05-14T18:38:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"njzjz","name":"Jinzhe Zeng","path":"/njzjz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9496702?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#1548)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#1548)"}},{"before":null,"after":"389d6496ef73c3c906c8ff68cc32e0dac3eacf5b","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-13T21:24:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"e13c186ebe8216fc32dca208f99361eb023f15e7","after":"9d29459238f58e249d3244862378386e3bc66994","ref":"refs/heads/devel","pushedAt":"2024-05-11T13:18:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wanghan-iapcm","name":"Han Wang","path":"/wanghan-iapcm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/92130845?s=80&v=4"},"commit":{"message":" add option to select backends TF/PT (#1545)\n\nreopen PR #1541 due to branch is deleted\r\n\r\nadd a new key in `param.json` file\r\n\r\n```\r\n\"train_backend\": \"pytorch\"/\"tensorflow\",\r\n```\r\nrelate to this issue https://github.com/deepmodeling/dpgen/issues/1462\r\n\r\n\r\n## Summary by CodeRabbit\r\n\r\n\r\n- **New Features**\r\n- Improved model management by dynamically generating model suffixes\r\nbased on the selected backend, enhancing compatibility.\r\n \r\n- **Enhancements**\r\n- Updated model-related functions to incorporate backend-specific model\r\nsuffixes for accurate file handling during training processes.\r\n\r\n\r\n\r\n---------\r\n\r\nSigned-off-by: C. Thang Nguyen <46436648+thangckt@users.noreply.github.com>\r\nSigned-off-by: Jinzhe Zeng \r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Jinzhe Zeng ","shortMessageHtmlLink":" add option to select backends TF/PT (#1545)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEe9FfJQA","startCursor":null,"endCursor":null}},"title":"Activity · deepmodeling/dpgen"}