From 49253e5489d9808b6d9355c1108f876706110278 Mon Sep 17 00:00:00 2001
From: Tom Natan <tomnatan@google.com>
Date: Thu, 7 Nov 2024 01:37:29 -0800
Subject: [PATCH] test change test change test change

PiperOrigin-RevId: 694028381
---
 README.md            | 2 ++
 third_party/repo.bzl | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 9ae24f78..13109eeb 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ functionality for sharding propagation, and plans for an SPMD partitioner.
 
 For more information see the rfcs directory.
 
+TEMPPP
+
 ## Status
 
 Shardy is a work in progress. Currently the core dialect and c bindings are
diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index 226f8799..360251d1 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -14,6 +14,8 @@
 
 """Utilities for defining TensorFlow Bazel dependencies."""
 
+# test change
+
 def tf_mirror_urls(url):
     """A helper for generating TF-mirror versions of URLs.