File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ tf_configure(name = "local_config_tf")
3434# To update TensorFlow to a new revision.
3535# 1. Update the _TENSORFLOW_GIT_COMMIT value below to include the new git hash.
3636# To find it look for the commit which updated the version number:
37- # https://github.com/tensorflow/tensorflow/blob/2719182f888c16b44dba504c2f2d2240ddc9396d /tensorflow/core/public/version.h#L24
37+ # https://github.com/tensorflow/tensorflow/blob/3e6e3ceeedb0dbf2961051fe22002c98a255a6b8 /tensorflow/core/public/version.h#L24
3838# 2. Get the sha256 hash of the archive with a command such as...
3939# curl -L https://github.com/tensorflow/tensorflow/archive/<_TENSORFLOW_GIT_COMMIT>.tar.gz | sha256sum
4040# and update the 'sha256' arg with the result.
4141# 3. Request the new archive to be mirrored on mirror.bazel.build for more
4242# reliable downloads.
4343
44- _TENSORFLOW_GIT_COMMIT = "0db597d0d758aba578783b5bf46c889700a45085 " # tf 2.12 .0
45- _TENSORFLOW_ARCHIVE_SHA256 = "e97c242d13e386192e3a9f60fd674461b6595b02b3a2a48edd6fb11aeee7e038 "
44+ _TENSORFLOW_GIT_COMMIT = "3e6e3ceeedb0dbf2961051fe22002c98a255a6b8 " # tf 2.13 .0
45+ _TENSORFLOW_ARCHIVE_SHA256 = "2395cc44ed65d563e9628c7ba457974d941a27033e879acffa08cc19e53fc355 "
4646
4747http_archive (
4848 name = "org_tensorflow" ,
You can’t perform that action at this time.
0 commit comments