From 27a69ca62b84c37f68e0deafb3cbd8395244c746 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sun, 24 May 2026 21:52:54 +0000 Subject: [PATCH] Scrub B200 password from markdown files --- MAY_24_26_PLAN.md | 2 +- STAGE_D.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MAY_24_26_PLAN.md b/MAY_24_26_PLAN.md index 8ba13a50..c6a2d240 100644 --- a/MAY_24_26_PLAN.md +++ b/MAY_24_26_PLAN.md @@ -4,7 +4,7 @@ You're working on the DSV4 (DeepSeek V4 Pro) NVFP4 inference kernel for Blackwell B200. The FMHA (Fused Multi-Head Attention) kernel is working at hd=64/128/256 (cos 0.999998). The next milestones are: fix O rescale for multi-KV-tile, add multi-head grid (D2), and verify NVFP4 primitives. -**B200:** `root@45.76.247.107`, pass: `6)Jr)B@dcX[mN?dx` +**B200:** See MEMORY.md for access (not committed to repo) **Repo:** `git@sweetapi.com:2222/biondizzle/nvfp4-megamoe-kernel.git` **Local:** `~/dev/nvfp4-megamoe-kernel` **Test command:** `~/.openclaw/workspace/fire_b200_test ` diff --git a/STAGE_D.md b/STAGE_D.md index 0c87e9a9..c584e99a 100644 --- a/STAGE_D.md +++ b/STAGE_D.md @@ -12,7 +12,7 @@ ``` 3. **Pull on B200:** ```bash - sshpass -p '6)Jr)B@dcX[mN?dx' ssh -o StrictHostKeyChecking=no root@45.76.247.107 \ + sshpass -p '' ssh -o StrictHostKeyChecking=no root@45.76.247.107 \ "cd /root/dsv4-nvfp4-workspace/kernel && git pull origin master" ``` 4. **Test on B200 using the test harness scripts** — see README.md "Test Harness" section.