Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
efajardo-nv committed Nov 1, 2023
1 parent a932c4e commit 589c2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/llm/llm_task_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace morpheus::llm {

/**
* @brief Base class for implementing for implementing task handlers used to process
* @brief Base class for implementing task handlers used to process
* node outputs in LLMEngine.
*/
class MORPHEUS_EXPORT LLMTaskHandler
Expand Down
2 changes: 1 addition & 1 deletion morpheus/_lib/include/morpheus/llm/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace morpheus::llm {
bool MORPHEUS_EXPORT is_valid_node_name(std::string_view name);

/**
* @brief Resolves user-specified input mappings to final mappings. Handles replacement of placeholders in inputs with
* @brief Resolves user input mappings to final mappings. Handles replacement of placeholders in inputs with
* with actual internal input names provided in input_names.
*
* @param user_inputs user input mappings
Expand Down

0 comments on commit 589c2df

Please sign in to comment.