Upgrad oneflow version#11052
Merged
Merged
Conversation
add relay.frontend.from_oneflow support cnns
Oneflow fronted
Member
|
Please keep pushing jobs until the build succeeds. Unfortunately there is a very frequent error |
Contributor
Author
ok. |
Contributor
Author
|
@masahi the ci has passed, please merge it, thanks! |
masahi
approved these changes
Apr 19, 2022
Member
|
@BBuf CI is failing pylint check after this PR: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/3089/pipeline Can you run |
Member
|
ok I send the PR #11056 |
altanh
pushed a commit
to altanh/tvm
that referenced
this pull request
Apr 28, 2022
* add relay.f.frontend.fm_oneflow support cnns * support cuda * fix mobilenetv2 and reviews * fix: model without meta info * support eager and yolo, add test * fix: license * add: tutorials * fix: support new graph * fix some comments * refine * fix concat op convert bug * refine * refine * change cuda to cpu * fix bug * fix ci error in tvm * fix pylint check * delete useless file * add skimage package in docker * fix ci error * fix bug * add oneflow fronted test in ci * merge conflict * fix tutorial * try to find error in ci * revert * merge conflict * black oneflow * Delete from_oneflow.py * upgrad oneflow version to 0.7.0 * fix * continue push * continue push Co-authored-by: hhhfccz <hjk1938927583@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Because the oneflow v0.7.0 interface change will cause the oneflow front-end test to fail, so comment out the tests in this pr to upgrade the onheflow version. The bug caused by the interface change has been fixed in #11036, and the front-end tests will continue to be opened in pr 11036. This pr needs to be merged first.
@masahi thanks!