Skip to content

Commit e9ca9ff

Browse files
authored
Update tflite support version in workspace (#9803)
1 parent 2657a7c commit e9ca9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

research/seq_flow_lite/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ http_archive(
2626

2727
http_archive(
2828
name = "org_tflite_support",
29-
strip_prefix = "tflite-support-9bc45390fc99e627348578ad1f3365f0d555db9a",
30-
sha256 = "06df23dbe89f18eb198643c34bc8aa6a0db3e921242e4042452f1fc0a76f4085",
31-
urls = ["https://github.com/tensorflow/tflite-support/archive/9bc45390fc99e627348578ad1f3365f0d555db9a.zip"],
29+
strip_prefix = "tflite-support-0861599711ef31de58f62ed3ff6bbcc1e4817ef6",
30+
sha256 = "ef5e33d00930f3b0bad843d550476049faa3c77ca598dbb94acf81d01ba8badd",
31+
urls = ["https://github.com/tensorflow/tflite-support/archive/0861599711ef31de58f62ed3ff6bbcc1e4817ef6.zip"],
3232
)
3333

3434
http_archive(

0 commit comments

Comments
 (0)