-
-
Notifications
You must be signed in to change notification settings - Fork 11k
[Docs] Fix warnings in mkdocs build (continued)
#23743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING - griffe: vllm/core/block/naive_block.py:210: Failed to get 'name: description' pair from 'in whole allocator.' WARNING - griffe: vllm/core/block/prefix_caching_block.py:64: Parameter 'block_ids(Optional[Iterable[int]],' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/core/scheduler.py:660: Failed to get 'name: description' pair from 'that are currently running' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/flash_attn.py:441: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' WARNING - griffe: vllm/v1/attention/backends/flashinfer.py:641: Parameter '#' does not appear in the function signature WARNING - griffe: vllm/v1/attention/backends/flashinfer.py:642: Parameter '#' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/worker/utils.py:280: Failed to get 'name: description' pair from 'layers with layer names as keys.' WARNING - griffe: vllm/v1/worker/utils.py:174: Confusing indentation for continuation line 8 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/worker/utils.py:176: Confusing indentation for continuation line 10 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/worker/utils.py:177: Confusing indentation for continuation line 11 in docstring, should be 4 * 2 = 8 spaces, not 6 Signed-off-by: Zerohertz <ohg3417@gmail.com>
Zerohertz
commented
Aug 27, 2025
Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/core/kv_cache_manager.py:61: No type or annotation for returned value 1 WARNING - griffe: vllm/v1/core/kv_cache_manager.py:62: No type or annotation for returned value 2 WARNING - griffe: vllm/v1/core/kv_cache_manager.py:63: No type or annotation for returned value 3 Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/worker/tpu_model_runner.py:567: Failed to get 'name: description' pair from 'to be scheduled for each request.' WARNING - griffe: vllm/v1/worker/tpu_model_runner.py:570: No type or annotation for returned value 1 WARNING - griffe: vllm/v1/worker/tpu_model_runner.py:571: No type or annotation for returned value 'contains' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/core/encoder_cache_manager.py:258: Confusing indentation for continuation line 6 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/core/encoder_cache_manager.py:260: Confusing indentation for continuation line 8 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/core/encoder_cache_manager.py:306: Confusing indentation for continuation line 11 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/core/encoder_cache_manager.py:308: Confusing indentation for continuation line 13 in docstring, should be 4 * 2 = 8 spaces, not 6 Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/cpu_attn.py:494: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size * num_kv_heads * head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/flex_attention.py:692: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/pallas.py:238: Failed to get 'name: description' pair from 'kv_cache = [num_blocks, block_size, num_kv_heads * 2, head_size]' WARNING - griffe: vllm/v1/attention/backends/pallas.py:332: Failed to get 'name: description' pair from 'kv_cache = [num_blocks, block_size, num_kv_heads * 2, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/rocm_aiter_fa.py:432: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/tree_attn.py:365: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/triton_attn.py:288: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/attention/backends/xformers.py:333: Failed to get 'name: description' pair from 'kv_cache = [2, num_blocks, block_size, num_kv_heads, head_size]' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/core/kv_cache_coordinator.py:121: No type or annotation for parameter 'num_tokens' WARNING - griffe: vllm/v1/core/kv_cache_coordinator.py:121: Parameter 'num_tokens' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/executor/ray_distributed_executor.py:72: No type or annotation for parameter 'scheduler_output' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/metrics/prometheus.py:44: No type or annotation for returned value 'Registry' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/sample/logits_processor/interface.py:83: Failed to get 'name: description' pair from 'batch_update is non-None iff there have been' WARNING - griffe: vllm/v1/sample/logits_processor/interface.py:84: Failed to get 'name: description' pair from 'changes to the batch makeup.' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/sample/rejection_sampler.py:70: Parameter 'bonus_token_ids_tensor' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/sample/tpu/sampler.py:91: No type or annotation for parameter 'logits' WARNING - griffe: vllm/v1/sample/tpu/sampler.py:91: Parameter 'logits' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/structured_output/backend_types.py:126: Confusing indentation for continuation line 5 in docstring, should be 4 * 2 = 8 spaces, not 6 WARNING - griffe: vllm/v1/structured_output/backend_types.py:112: Confusing indentation for continuation line 5 in docstring, should be 4 * 2 = 8 spaces, not 6 Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/worker/gpu_input_batch.py:529: No type or annotation for parameter 'empty_req_indices' WARNING - griffe: vllm/v1/worker/gpu_input_batch.py:529: Parameter 'empty_req_indices' does not appear in the function signature Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/worker/gpu_model_runner.py:2955: Failed to get 'name: description' pair from 'correct size but uninitialized shape.' Signed-off-by: Zerohertz <ohg3417@gmail.com>
WARNING - griffe: vllm/v1/worker/worker_base.py:39: Failed to get 'name: description' pair from 'responsibilities' Signed-off-by: Zerohertz <ohg3417@gmail.com>
Signed-off-by: Zerohertz <ohg3417@gmail.com>
mkdocs build (continued)mkdocs build (continued)
Signed-off-by: Zerohertz <ohg3417@gmail.com>
|
CI failed, but it is not related with this PR. |
|
Just fixed that error on main, you if you merge from latest main it should be fixed |
hmellor
approved these changes
Aug 27, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for continuing this effort!
epwalsh
pushed a commit
to epwalsh/vllm
that referenced
this pull request
Aug 28, 2025
Signed-off-by: Zerohertz <ohg3417@gmail.com> Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
zhewenl
pushed a commit
to zhewenl/vllm
that referenced
this pull request
Aug 28, 2025
Signed-off-by: Zerohertz <ohg3417@gmail.com> Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
zhewenl
pushed a commit
to zhewenl/vllm
that referenced
this pull request
Sep 3, 2025
Signed-off-by: Zerohertz <ohg3417@gmail.com> Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
This was referenced Sep 12, 2025
FeiDaLI
pushed a commit
to FeiDaLI/vllm
that referenced
this pull request
Sep 25, 2025
Signed-off-by: Zerohertz <ohg3417@gmail.com> Signed-off-by: Hyogeun Oh (오효근) <ohg3417@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ready
ONLY add when PR is ready to merge/full CI is needed
structured-output
tpu
Related to Google TPUs
v1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Continued #23649
Note
Warnings fixed: