Skip to content

Commit

Permalink
Add LLMUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya-mohammadi committed Jun 21, 2024
1 parent 390b6c4 commit 53c05db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deep_utils/llm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ def get_max_length(model: nn.Module) -> int:
max_length = 1024
print(f"Using default max length: {max_length}")
return max_length

0 comments on commit 53c05db

Please sign in to comment.