[Docs] Update basic.md (#20846)

This commit is contained in:
Lucia Fang 2025-07-12 14:05:32 +08:00 committed by GitHub
parent 0d4891cd03
commit fb25e95688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,8 @@ def forward(
self,
input_ids: torch.Tensor,
positions: torch.Tensor,
intermediate_tensors: Optional[IntermediateTensors] = None,
inputs_embeds: Optional[torch.Tensor] = None,
) -> torch.Tensor:
...
```