Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola committed Apr 22, 2024
1 parent d33f5ef commit a499d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/position_inputs.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct PositionInputs {
std::optional<DmlUpdateMaskKernel> dml_update_mask_kernel_;
StaticBuffer* sb_attention_mask_next_{};
std::optional<DmlIncrementValuesKernel> dml_update_position_ids_kernel_;
bool is_second_mask_update_{false};
bool is_second_mask_update_{};
#endif
};

Expand Down

0 comments on commit a499d6a

Please sign in to comment.