Skip to content

Commit 3150573

Browse files
cowanmegMeghan
andauthored
Tf pin update (#5023)
* Tf pin update * test ci * more patches * more revert * typo * remove extra patch * remove absl status or test diff --------- Co-authored-by: Meghan <coowanmeg@google.com>
1 parent 7a1e9c7 commit 3150573

File tree

7 files changed

+1012
-67
lines changed

7 files changed

+1012
-67
lines changed

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ http_archive(
3838
],
3939
patch_tool = "patch",
4040
patches = [
41+
"//tf_patches:absl_statusor.diff",
4142
"//tf_patches:cache_urls.diff",
43+
"//tf_patches:cuda_graph.diff",
4244
"//tf_patches:f16_abi_clang.diff",
43-
"//tf_patches:gpu_hlo_schedule.diff",
4445
"//tf_patches:gpu_race_condition.diff",
4546
"//tf_patches:grpc_version.diff",
4647
"//tf_patches:optimized_function_graph.diff",
47-
"//tf_patches:small_constants_optimizer.diff",
4848
"//tf_patches:stream_executor.diff",
4949
"//tf_patches:thread_local_random.diff",
5050
"//tf_patches:topk_rewriter.diff",
5151
"//tf_patches:triton_filesystem.diff",
5252
"//tf_patches:xplane.diff",
5353
],
54-
strip_prefix = "tensorflow-48b5f9f5a468f849a4628600b6eae407de0e01b5",
54+
strip_prefix = "tensorflow-d577af9cac504776a2d0ddbb0a445ba311aa1fea",
5555
urls = [
56-
"https://github.com/tensorflow/tensorflow/archive/48b5f9f5a468f849a4628600b6eae407de0e01b5.tar.gz",
56+
"https://github.com/tensorflow/tensorflow/archive/d577af9cac504776a2d0ddbb0a445ba311aa1fea.tar.gz",
5757
],
5858
)
5959

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
base_dir = os.path.dirname(os.path.abspath(__file__))
7474

75-
_libtpu_version = '0.1.dev20230501'
75+
_libtpu_version = '0.1.dev20230509'
7676
_libtpu_storage_path = f'https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-{_libtpu_version}-py3-none-any.whl'
7777

7878

0 commit comments

Comments
 (0)