Skip to content

Commit

Permalink
fix other_op_bytes flag passing
Browse files Browse the repository at this point in the history
  • Loading branch information
cli99 committed Nov 2, 2023
1 parent cfc0159 commit 5d0d6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_analysis/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2360,6 +2360,7 @@ def train(
ds_zero=DSZeRO(ds_zero),
layernorm_dtype_bytes=layernorm_dtype_bytes,
master_weights_dtype_bytes=master_weights_dtype_bytes,
other_op_bytes=other_op_bytes,
flash_attn=flash_attn,
softmax_dropout=softmax_dropout,
mlp_activation_quant_bits=mlp_activation_quant_bits,
Expand Down

0 comments on commit 5d0d6fa

Please sign in to comment.