Skip to content

Commit

Permalink
Fix wrong version and checksum for crosstool
Browse files Browse the repository at this point in the history
Regresson introduced by mistake in previous commits
  • Loading branch information
feranick committed Feb 27, 2024
1 parent 280d044 commit 0f1e455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace.bzl
Expand Up @@ -53,8 +53,8 @@ TENSORFLOW_SHA256 = "1bbdd3dd266de720e08b7093d2441a9bca183c32d7c8e4c84e05d17e770
#CORAL_CROSSTOOL_SHA256 = "38cb4da13009d07ebc2fed4a9d055b0f914191b344dd2d1ca5803096343958b4"

# Crosstool release as of 02/28/2023
CORAL_CROSSTOOL_COMMIT = "4bdc149ac84738b06a592473595c1c9c2bd2a9a3"
CORAL_CROSSTOOL_SHA256 = "1bbdd3dd266de720e08b7093d2441a9bca183c32d7c8e4c84e05d17e770974bf"
CORAL_CROSSTOOL_COMMIT = "8e885509123395299bed6a5f9529fdc1b9751599"
CORAL_CROSSTOOL_SHA256 = "f86d488ca353c5ee99187579fe408adb73e9f2bb1d69c6e3a42ffb904ce3ba01"

def libedgetpu_dependencies(
tensorflow_commit = TENSORFLOW_COMMIT,
Expand Down

0 comments on commit 0f1e455

Please sign in to comment.