Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlizarraga committed Mar 22, 2024
1 parent 58b3922 commit 29b1ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def get_node_input_qtype_info(
convert_dict.get("reduce_range", default_reduce_range),
)

# Check if all nodes receive the coverted type (i.e., recv_nodes is None) or this node
# Check if all nodes receive the converted type (i.e., recv_nodes is None) or this node
# is in the list of consumers (recv_nodes).
if ("recv_nodes" not in convert_dict) or (node_name in convert_dict["recv_nodes"]):
qtype_info.quant_type = convert_dict["quant_type"]
Expand Down

0 comments on commit 29b1ecd

Please sign in to comment.