Change default for HF on non-breakmodel models to use GPU instead of CPU

This commit is contained in:
ebolam
2023-05-24 12:44:26 -04:00
parent 92f592ea20
commit 1a1b79a16d

View File

@@ -133,7 +133,7 @@ class HFInferenceModel(InferenceModel):
"unit": "bool",
"label": "Use GPU",
"id": "use_gpu",
"default": False,
"default": True,
"tooltip": "Whether or not to use the GPU",
"menu_path": "Layers",
"extra_classes": "",