Skip to content

Commit

Permalink
Update model_analyzer/config/input/config_command_profile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hyunjae Woo <[email protected]>
  • Loading branch information
nv-braf and nv-hwoo authored Oct 11, 2023
1 parent 0c909ea commit 3f4450a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_analyzer/config/input/config_command_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ def is_request_rate_specified(self, model_parameters: dict) -> bool:

def is_llm_model(self) -> bool:
"""
Returns true the user has enabled llm search or set any llm search value
Returns true if the user has enabled llm search or set any llm search value
"""
return (
self.llm_search_enable
Expand Down

0 comments on commit 3f4450a

Please sign in to comment.