WhatGhost opened a new issue, #14173: URL: https://github.com/apache/tvm/issues/14173
These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). See [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures) for details. ### Tests(s) - `tests/python/frontend/paddlepaddle/test_forward.py::test_forward_take_along_axis` ### Jenkins Links - https://ci.tlcpack.ai/job/tvm-gpu/job/PR-14170/1/display/redirect this test failed and the log show "AttributeError: module 'paddle' has no attribute 'take_along_axis'" the take_alone_axis api was added since paddle2.3 ane i pass this test on my own env using paddle2.3.2. how can i fix this error and pass the ci. thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
