Skip to content

Commit d3854ff

Browse files
Meet Patelquic-meetkuma
Meet Patel
authored andcommitted
Fixed atol value.
Signed-off-by: Meet Patel <[email protected]>
1 parent 5a7999f commit d3854ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QEfficient/finetune/utils/train_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def train(
184184
ref_device="cpu",
185185
ref_dtype=torch.float32,
186186
# adjust atol & rtol this as required
187-
atol=1,
187+
atol=1e-1,
188188
use_ref_output_on_mismatch=True,
189189
filter_config=qaic_debug.DispatchFilterConfig.default(device, opwise_limit=2),
190190
dump_root_dir=train_config.dump_root_dir + str(step),

0 commit comments

Comments
 (0)