Scrub B200 password from markdown files

This commit is contained in:
2026-05-24 21:52:54 +00:00
parent 12091c2451
commit 27a69ca62b
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <test_file>`

View File

@@ -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 '<B200_PASSWORD>' 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.