From 0cb2f19e290d86ca5f7b7731c435ceafb42825d4 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Mon, 14 Nov 2022 20:06:20 +0530 Subject: [PATCH] Mark multi GPU as experimental in the UI --- ui/index.html | 2 +- ui/media/js/parameters.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/index.html b/ui/index.html index 7aac0235..19857c5c 100644 --- a/ui/index.html +++ b/ui/index.html @@ -324,7 +324,7 @@ - + diff --git a/ui/media/js/parameters.js b/ui/media/js/parameters.js index 8272cab7..ec49ebc3 100644 --- a/ui/media/js/parameters.js +++ b/ui/media/js/parameters.js @@ -76,13 +76,13 @@ var PARAMETERS = [ { id: "auto_pick_gpus", type: ParameterType.checkbox, - label: "Automatically pick the GPUs", + label: "Automatically pick the GPUs (experimental)", default: false, }, { id: "use_gpus", type: ParameterType.select_multiple, - label: "GPUs to use", + label: "GPUs to use (experimental)", note: "to process in parallel", default: false, },