Skip to content

Commit

Permalink
Update op_builder/npu/fused_adam.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hz, Ji <[email protected]>
  • Loading branch information
CurryRice233 and ji-huazhong authored Oct 14, 2023
1 parent d808f86 commit fb77cd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op_builder/npu/fused_adam.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def multi_tensor_adam(chunk_size, noop_flag_buffer, tensor_lists, lr, beta1, bet
False, # use_locking
False, # use_nesterov
out=(param_flat.data, m_flat, v_flat))
)


class FusedAdamBuilder(NPUOpBuilder):
Expand Down

0 comments on commit fb77cd0

Please sign in to comment.