Commit 9d0665c8 authored by comfyanonymous's avatar comfyanonymous
Browse files

Add laptop quadro cards to fp32 list.

parent 5b1efc70
...@@ -231,7 +231,7 @@ def should_use_fp16(): ...@@ -231,7 +231,7 @@ def should_use_fp16():
return False return False
#FP32 is faster on those cards? #FP32 is faster on those cards?
nvidia_16_series = ["1660", "1650", "1630"] nvidia_16_series = ["1660", "1650", "1630", "T500", "T550", "T600"]
for x in nvidia_16_series: for x in nvidia_16_series:
if x in props.name: if x in props.name:
return False return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment