"src/routes/vscode:/vscode.git/clone" did not exist on "fad07d204901975a8357f7e0894b6a5d5654c1e4"
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():
return False
#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:
if x in props.name:
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