From af33fc14776c46ef7391c01f92e465b64847797e Mon Sep 17 00:00:00 2001 From: revital Date: Mon, 3 Mar 2025 15:27:07 +0200 Subject: [PATCH] Edit --- docs/integrations/transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/transformers.md b/docs/integrations/transformers.md index 6eeeeffa..2f2abd70 100644 --- a/docs/integrations/transformers.md +++ b/docs/integrations/transformers.md @@ -85,7 +85,7 @@ Use ClearML's web interface to edit task details, like configuration parameters with the new configuration on a remote machine: 1. Clone the task 1. Edit the hyperparameters and/or other details - * Ensure that `_ignore_hparams_ui_overrides` is set to `False` in the **CONFIGURATION > HYPERPARAMETERS > Transformers section**. + * Ensure that `_ignore_hparams_ui_overrides` is set to `False` in the **CONFIGURATION > HYPERPARAMETERS > Transformers** section. This allows the task to use the new hyperparameter values during execution. * Ensure that `_ignore_model_config_ui_overrides` is set to `False` in the **CONFIGURATION > CONFIGURATION OBJECTS > Model Configuration** section. This allows the task to use the new model configuration values during execution.