Skip to content

Clean up README typo/comments and remove dead debug code#79

Open
yuegchen wants to merge 1 commit into
Wenyueh:mainfrom
yuegchen:cleanup/readme-and-dead-debug-code
Open

Clean up README typo/comments and remove dead debug code#79
yuegchen wants to merge 1 commit into
Wenyueh:mainfrom
yuegchen:cleanup/readme-and-dead-debug-code

Conversation

@yuegchen

@yuegchen yuegchen commented Jun 4, 2026

Copy link
Copy Markdown

Summary

Small cleanup PR — documentation fixes plus removal of leftover debug code. No behavioral changes.

Changes

  1. README: fix typo pefillingprefilling (the heading for the benchmark_prefilling.py section; the line just below already says "prefilling phase").
  2. README: complete two truncated entries in the Project Structure block that were cut off mid-sentence (# Components for model/, # context), describing what actually lives in layers/ and utils/.
  3. src/myvllm/models/qwen3.py: remove a leftover # DEBUG comment and an unused import sys inside Qwen3Attention.forward (also drops a trailing whitespace on the following line).

All changes are verifiable by reading; no runtime/GPU needed.

- README: fix 'pefilling' -> 'prefilling' typo

- README: complete truncated layers/ and utils/ structure comments

- qwen3.py: remove leftover DEBUG comment and unused 'import sys' in Qwen3Attention.forward
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.

1 participant