[v1.x] Updated v1.x to version 1.10 after branching v1.9.x
Description
Updated v1.x to version 1.9 after branching v1.8.x. Followed previous update PR #19196
Hey @Kh4L , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:
- To trigger all jobs: @mxnet-bot run ci [all]
- To trigger specific jobs: @mxnet-bot run ci [job1, job2]
CI supported jobs: [miscellaneous, sanity, edge, clang, website, windows-gpu, unix-gpu, centos-gpu, windows-cpu, unix-cpu, centos-cpu]
Note: Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. All CI tests must pass before the PR can be merged.
@mxnet-bot run ci [unix-gpu]
Jenkins CI successfully triggered : [unix-gpu]
You haven't bumped the version number in c header. Please find and refer to earlier PRs on version bumping to see what to do.
You haven't bumped the version number in c header. Please find and refer to earlier PRs on version bumping to see what to do.
Good catch, thanks!
Done
Is this ready for merge? @szha