Commit a8d2a8d
authored
doc(pd): update PaddlePaddle version to 3.3.0 and 3.4.0(develop) (#5306)
fix issue introduced by this pr:
#5157
This pull request updates the PaddlePaddle dependency versions across
the codebase to ensure compatibility with the latest releases. It also
improves the installation instructions in the documentation to reflect
these updates and to recommend best practices for installing nightly
builds.
Dependency version updates:
* Updated the `paddlepaddle-gpu` dependency in the CUDA test workflow to
version `3.4.0.dev20260310` (`.github/workflows/test_cuda.yml`).
* Updated the `paddlepaddle` dependency in the Python test workflow to
version `3.4.0.dev20260310` (`.github/workflows/test_python.yml`).
Documentation improvements:
* Updated installation instructions in `doc/install/easy-install.md` and
`doc/install/install-from-source.md` to reference
`paddlepaddle-gpu==3.3.0` and `paddlepaddle==3.3.0` as the latest stable
release versions
[[1]](diffhunk://#diff-8072dac581dd568fe718ff7204aae121465797d5d2890c4bc4d3ee8d978951e7L172-R174)
[[2]](diffhunk://#diff-8072dac581dd568fe718ff7204aae121465797d5d2890c4bc4d3ee8d978951e7L183-R185)
[[3]](diffhunk://#diff-865b1d35cff7d06cf73ebb95b0f2d93c5cc77b19c64305753008c90dfe9370c8L100-R108).
* Modified nightly build installation commands in the documentation to
recommend using the `-U` (upgrade) flag for both GPU and CPU versions,
ensuring users get the latest nightly build
[[1]](diffhunk://#diff-8072dac581dd568fe718ff7204aae121465797d5d2890c4bc4d3ee8d978951e7L172-R174)
[[2]](diffhunk://#diff-8072dac581dd568fe718ff7204aae121465797d5d2890c4bc4d3ee8d978951e7L183-R185)
[[3]](diffhunk://#diff-865b1d35cff7d06cf73ebb95b0f2d93c5cc77b19c64305753008c90dfe9370c8L100-R108).
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Training now supports the AdamW optimizer alongside Adam.
* **Documentation**
* Updated installation guides with newer PaddlePaddle stable and nightly
package versions and improved nightly/pre-release pip syntax.
* **Chores**
* Bumped PaddlePaddle dependency versions used in CI workflows (Python
and CUDA test pipelines).
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 53cd6d3 commit a8d2a8d
5 files changed
Lines changed: 13 additions & 13 deletions
File tree
- .github/workflows
- deepmd/pd/train
- doc/install
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
803 | | - | |
| 803 | + | |
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments