Skip to content

docs: fix stale test file link in README - #423

Open
pengfaming wants to merge 1 commit into
deepseek-ai:mainfrom
pengfaming:fix/readme-test-core-link
Open

pengfaming wants to merge 1 commit into
deepseek-ai:mainfrom
pengfaming:fix/readme-test-core-link

Conversation

@pengfaming

Copy link
Copy Markdown

What

The README's Utilities section links to tests/test_core.py, which no longer exists (removed in the 2025-08 refactor). The core GEMM tests now live in tests/test_fp8_fp4.py (FP8/FP4, grouped GEMMs) and tests/test_bf16.py (BF16 GEMMs). Update the link to point to both.

Why

Fixes a broken link in the README so readers reach the actual test code.

How I checked

  • Confirmed tests/test_core.py returns 404 on main.
  • Confirmed tests/test_fp8_fp4.py and tests/test_bf16.py exist on main and contain the relevant GEMM tests.

Comment thread README.md
@ds-review-bot

Copy link
Copy Markdown
Collaborator

🤖 ds-review-bot Code Review

v6

新链接均指向现存且包含相关 GEMM 测试的文件,正确修复了失效链接,未发现功能性问题。

v5

Docs-only fix: README's Utilities section link to the removed tests/test_core.py is updated to point to tests/test_fp8_fp4.py and tests/test_bf16.py, both of which exist in the repo and contain the relevant GEMM tests. Change is minimal, correct, and matches the description.

v4p

本 MR 旨在修复 README 中指向已删除文件 tests/test_core.py 的失效链接,将其更新为现有的 tests/test_fp8_fp4.py 与 tests/test_bf16.py。变更范围仅一行文档,两个目标测试文件均存在,且仓库中已无残留的 test_core.py 引用,修改正确。

Files reviewed: 1
Issues found: 🔵 1 suggestion
Inline comments posted: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants