-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI] Jenkins workers has old tflite package #3373
Comments
@tqchen Can you help me to solve the issue with old tflite package on Jenkins workers? |
The CI image uses a cached image, and need to be staged manually. This is to ensure we have a stable build env. See note here: https://docs.tvm.ai/contribute/pull_request.html#ci-environment However, do expect a bit delays as we want to update the images infrequently, and there might be consistency issues when updating the docker image A quick way to get around would make sure that the solution can be compatible with both versions (also helpful for users as well). This will also be helpful as the change of the state might be compatible: we need to change the image and the test at the same time and sometimes it breaks things I will send an update note when the docker image gets updated. |
ok, I fixed my PR to support both tflite versions 1.12 and 1.13 |
Now that #3374 has been merged, the CI should have been updated to the latest state including the tflite change |
1 day ago I updated
ubuntu_install_tflite.sh
to use tflite schema version 1.13https://github.com/dmlc/tvm/blob/master/docker/install/ubuntu_install_tflite.sh#L38
PR was merged 1 day ago
#3356
After that I started two build which uses new tflite classes from v1.13
Both builds failed because they can not find new tflite classes which means that Jenkins workers still use old tflite v1.12
http://ci.tvm.ai:8080/blue/organizations/jenkins/tvm/detail/PR-3370/2/pipeline/
http://ci.tvm.ai:8080/blue/organizations/jenkins/tvm/detail/PR-3370/1/pipeline/
Integration test - frontend GPU error:
PR which uses new tflite classes #3370
tflite schema v1.13 - https://raw.githubusercontent.com/tensorflow/tensorflow/r1.13/tensorflow/lite/schema/schema.fbs
The text was updated successfully, but these errors were encountered: