From fcce13e852a453e10df9e471565314c6bc185773 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 20 Jul 2026 19:16:22 -0700 Subject: [PATCH] [TPU Raiden] Test BAP regression gate skipping (Expected to pass) PiperOrigin-RevId: 951183821 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99baa1ab..72816253 100644 --- a/README.md +++ b/README.md @@ -156,4 +156,4 @@ To reclaim memory, unlink/delete the shared memory files: ```bash rm -f /dev/shm/raiden_cache_* ``` -*(Note: unlinking deletes the filenames immediately, and the physical host DRAM pages are freed by the kernel as soon as all active serving processes detach or exit).* \ No newline at end of file +*(Note: unlinking deletes the filenames immediately, and the physical host DRAM pages are freed by the kernel as soon as all active serving processes detach or exit).*