Skip to content

Commit

Permalink
Fix ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 12, 2025
1 parent 3574025 commit 1d5d658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/model_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ def should_use_bf16(device=None, model_params=0, prioritize_performance=True, ma

if is_intel_xpu():
return True

if is_ascend_npu():
return True

Expand Down

0 comments on commit 1d5d658

Please sign in to comment.