Replies: 1 comment 1 reply
-
In DJL 0.27.0, it should use TFLite 2.6.2, see: https://github.com/deepjavalibrary/djl/blob/v0.27.0/gradle.properties#L18, and you should use https://mvnrepository.com/artifact/ai.djl.tflite/tflite-native-cpu/2.6.2 I guess you are using this dependency in your project: https://mvnrepository.com/artifact/ai.djl.tflite/tflite-native-auto, which has been deprecated long time ago. We dropped tflite support since 0.28.0:
Can you provide why onxxruntime doesn't work for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I try to work with DJL and Google-Coral on RPi4, for that I need to switch from PyTorch to TFLite.
After some time I reached the wall... From version 0.28.0 TFLite dissapear from DJL repository. When I try to use 0.27.0 on my app I get error:
Caused by: java.io.FileNotFoundException: https://publish.djl.ai/tflite/2.4.1/files.txt
Can somebody help me with that? I'm doing something wrong, DJL is abandoning TFLite, or maybe there is another problem?
Beta Was this translation helpful? Give feedback.
All reactions