Skip to content

[CI] Jenkins workers has old tflite package #3373

@apivovarov

Description

@apivovarov

1 day ago I updated ubuntu_install_tflite.sh to use tflite schema version 1.13
https://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:

Running relay TFLite frontend test...
  File "/workspace/python/tvm/relay/frontend/tflite.py", line 235, in _convert_resize
    from tflite.ResizeNearestNeighborOptions import ResizeNearestNeighborOptions

PR which uses new tflite classes #3370
tflite schema v1.13 - https://raw.githubusercontent.com/tensorflow/tensorflow/r1.13/tensorflow/lite/schema/schema.fbs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions