Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhanchen committed Jan 23, 2025
1 parent f291a4c commit 436fe17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unsloth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ def fix_triton_ops():
early_config_prune,
estimate_matmul_time,
)
triton.ops.early_config_prune = early_config_prune
triton.ops.estimate_matmul_time = estimate_matmul_time
triton.ops.matmul_perf_model.early_config_prune = early_config_prune
triton.ops.matmul_perf_model.estimate_matmul_time = estimate_matmul_time
pass
pass
fix_triton_ops()
Expand Down

0 comments on commit 436fe17

Please sign in to comment.