Skip to content

Commit bd08098

Browse files
committed
updated tensorflow to 2.16.1
1 parent 362b140 commit bd08098

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/edgetpu_runtime.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build_linux:
2727
runs-on: ubuntu-20.04
2828
env:
29-
LIBUSB_VER: "1.0.26"
29+
LIBUSB_VER: "1.0.27"
3030
USE_BAZEL_VERSION: "6.0.0"
3131
ZIG_VERSION: "0.10.1"
3232

@@ -78,7 +78,8 @@ jobs:
7878
cpp_compiler: ""
7979

8080
steps:
81-
- uses: actions/checkout@v4
81+
- name: Checkout
82+
uses: actions/checkout@v4
8283
with:
8384
fetch-depth: 0
8485

workspace.armv6.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This module contains workspace definitions for building and using libedgetpu.
55
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
77

8-
# TF release 2.15.0 as of Nov 15, 2023
8+
# TF release 2.16.1 as of Mar 8, 2024
99
#
1010
# TENSORFLOW_SHA256=$(curl -fSL "https://github.com/tensorflow/tensorflow/archive/${TENSORFLOW_COMMIT}.tar.gz" | sha256sum)
11-
TENSORFLOW_COMMIT = "6887368d6d46223f460358323c4b76d61d1558a8"
12-
TENSORFLOW_SHA256 = "bb25fa4574e42ea4d452979e1d2ba3b86b39569d6b8106a846a238b880d73652"
11+
TENSORFLOW_COMMIT = "5bc9d26649cca274750ad3625bd93422617eed4b"
12+
TENSORFLOW_SHA256 = "fe592915c85d1a89c20f3dd89db0772ee22a0fbda78e39aa46a778d638a96abc"
1313

1414
CORAL_CROSSTOOL_COMMIT = "6bcc2261d9fc60dff386b557428d98917f0af491"
1515
CORAL_CROSSTOOL_SHA256 = "38cb4da13009d07ebc2fed4a9d055b0f914191b344dd2d1ca5803096343958b4"

workspace.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This module contains workspace definitions for building and using libedgetpu.
55
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
77

8-
# TF release 2.15.0 as of Nov 15, 2023
8+
# TF release 2.16.1 as of Mar 8, 2024
99
#
1010
# TENSORFLOW_SHA256=$(curl -fSL "https://github.com/tensorflow/tensorflow/archive/${TENSORFLOW_COMMIT}.tar.gz" | sha256sum)
11-
TENSORFLOW_COMMIT = "6887368d6d46223f460358323c4b76d61d1558a8"
12-
TENSORFLOW_SHA256 = "bb25fa4574e42ea4d452979e1d2ba3b86b39569d6b8106a846a238b880d73652"
11+
TENSORFLOW_COMMIT = "5bc9d26649cca274750ad3625bd93422617eed4b"
12+
TENSORFLOW_SHA256 = "fe592915c85d1a89c20f3dd89db0772ee22a0fbda78e39aa46a778d638a96abc"
1313

1414
CORAL_CROSSTOOL_COMMIT = "6bcc2261d9fc60dff386b557428d98917f0af491"
1515
CORAL_CROSSTOOL_SHA256 = "38cb4da13009d07ebc2fed4a9d055b0f914191b344dd2d1ca5803096343958b4"

0 commit comments

Comments
 (0)