mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Change default for HF on non-breakmodel models to use GPU instead of CPU
This commit is contained in:
@@ -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": "",
|
||||
|
Reference in New Issue
Block a user