-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[CI] Upgrade CI image to 20241105-030952-3e386fd3
#17451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
624d1b0 to
1933ac7
Compare
c7549a3 to
bd2336c
Compare
|
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-unity/detail/PR-17451/5/pipeline
|
08c595f to
51aff0b
Compare
20241007-154907-a5d04a5e20241023-010352-3219b49c
74809e2 to
ca4632c
Compare
ca4632c to
4805f3f
Compare
20241023-010352-3219b49c20241105-030952-3e386fd3
d08095f to
3f9e99b
Compare
3f9e99b to
cbd265d
Compare
|
Seems like Zephyr-SDK v0.16.x is required. |
cbd265d to
74677a5
Compare
…uch as list or tuple.`
adee9b2 to
5302b44
Compare
|
@mshr-h is this ready to go? |
|
Thank you for your review. Yes, it's ready to go. |
* use `20241105-030952-3e386fd3` for ci * fix missing `language` kwarg in save_rst_example * disable invalid-name check by pylint * disable caffe frontend tests * disable mxnet frontend tests * fix stablehlo importer * enable some stablehlo tests * skip tests because mxnet raise AttributeError * use stable sort for `np.argsort` * fix `TypeError: arrays to stack must be passed as a "sequence" type such as list or tuple.` * disable tests because of shape error * remove `get_html_theme_path` because it's deprecated * ignore warnings from sphinx * disable oneflow frontend tests * remove oneflow tutorial * remove debug print
As per title.
@tqchen @Hzfengsy
Can you take a look at it? Thanks!
Note that I removed oneflow tutorial (gallery/how_to/compile_models/from_oneflow.py) because during oneflow import, I hit the below error and could not find a way to exclude from sphinx build target.