From 77cf4936fea5145f74f6c1c5a9bd0ac3e6a0955e Mon Sep 17 00:00:00 2001 From: Parag Ekbote Date: Fri, 6 Jun 2025 02:37:23 +0530 Subject: [PATCH] [Nit] Add Note on SigOpt being in Public Archive Mode (#38610) * add note on sigopt * update * Update docs/source/en/hpo_train.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/hpo_train.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/en/hpo_train.md b/docs/source/en/hpo_train.md index 303ff6fb53b..e93043485b1 100644 --- a/docs/source/en/hpo_train.md +++ b/docs/source/en/hpo_train.md @@ -19,6 +19,9 @@ Hyperparameter search discovers an optimal set of hyperparameters that produces This guide will go over how to set up a hyperparameter search for each of the backends. +> [!WARNING] +> [SigOpt](https://github.com/sigopt/sigopt-server) is in public archive mode and is no longer actively maintained. Try using Optuna, Weights & Biases or Ray Tune instead. + ```bash pip install optuna/sigopt/wandb/ray[tune] ```