Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pd: skip certain UT and fix paddle ver in in test_cuda.yml (#4439)
In two unit tests under `pd/`, paddle.jit.save is called, which leads to occasional cuda error 709. Before resolving this issue, temporarily mark these two unittests to be skipped(`pd/test_dp_show.py` and `pd/test_multikask`). ![image](https://github.com/user-attachments/assets/45af373f-27cf-4c31-915d-d47296426b6b) ![image](https://github.com/user-attachments/assets/e4413b7d-d530-4d9e-a2d2-f3695e12f9e3) ![image](https://github.com/user-attachments/assets/62f4a378-52c1-4e4d-ab23-a9b41d982c97) Meanwhile, the version of paddlepaddle-gpu in test_cuda.yml has been fixed. @njzjz <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Updated test classes to skip execution due to unresolved CUDA errors. - **Tests** - Introduced a new test class for multitask models. - Added assertions to validate multitask model configurations. - Retained cleanup methods in test classes to manage generated files. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information