Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Prev Previous commit
Next Next commit
[Fix] resolve type errors
  • Loading branch information
Tharun-Kumar-McW committed Jul 16, 2026
commit 82eb2fd44570a38d3fdc459f7fe8aec23b481575
2 changes: 1 addition & 1 deletion 2 max/python/max/pipelines/architectures/gritlm/gritlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


class GritLMTextModel(
Module[[Tensor, PagedCacheValues, Tensor, Tensor], tuple[Tensor, ...]]
Module[[Tensor, PagedCacheValues, Tensor, Tensor], tuple[Tensor | TensorValue, ...]]
):
"""GritLM decoder-only transformer (CausalLM path).

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.