Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update torchtitan/experiments/deterministic_vllm_rl/models/qwen3/mode…
…l_vllm_compat.py

Co-authored-by: Chien-Chin Huang <[email protected]>
  • Loading branch information
bwasti and fegin authored Nov 7, 2025
commit 3268821d40b0161024d17006df043012f0a6e016
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def get_attention_masks(
input_batch: torch.Tensor,
tokenizer: BaseTokenizer,
extra_inputs: dict[str, torch.Tensor] | None = None,
) -> AttentionMasksType:
) -> AttentionMasksType | None:
# vLLM compat mode: no flex attention masks
return None

Expand Down