Merge branch 'Model_Plugins' of https://github.com/ebolam/KoboldAI into Model_Plugins

This commit is contained in:
ebolam
2023-05-24 16:47:38 -04:00

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": "",