From bb12714e67f6f809e4d9476fddd8cb84b951e3c0 Mon Sep 17 00:00:00 2001 From: avelichk Date: Tue, 26 Oct 2021 21:18:49 +0100 Subject: [PATCH] Remove spaces --- docs/new-algorithm-service.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/new-algorithm-service.md b/docs/new-algorithm-service.md index dc1443f7a78..dc52a38f276 100644 --- a/docs/new-algorithm-service.md +++ b/docs/new-algorithm-service.md @@ -170,22 +170,22 @@ Follow below steps to add your algorithm (Suggestion) to the Katib CI 1. Update the following variables in [`argo_workflow.py`](../test/e2e/v1beta1/argo_workflow.py): - - [`KATIB_IMAGES`](../test/e2e/v1beta1/argo_workflow.py#L43) with your Suggestion Dockerfile location: - - ```diff - . . . - "suggestion-goptuna": "cmd/suggestion/goptuna/v1beta1/Dockerfile", - "suggestion-optuna": "cmd/suggestion/optuna/v1beta1/Dockerfile", - + "suggestion-": "cmd/suggestion//v1beta1/Dockerfile", - . . . - ``` +- [`KATIB_IMAGES`](../test/e2e/v1beta1/argo_workflow.py#L43) with your Suggestion Dockerfile location: - - [`KATIB_EXPERIMENTS`](../test/e2e/v1beta1/argo_workflow.py#L69) with your Experiment YAML location: +```diff + . . . + "suggestion-goptuna": "cmd/suggestion/goptuna/v1beta1/Dockerfile", + "suggestion-optuna": "cmd/suggestion/optuna/v1beta1/Dockerfile", ++ "suggestion-": "cmd/suggestion//v1beta1/Dockerfile", + . . . +``` - ```diff - . . . - "multivariate-tpe": "examples/v1beta1/hp-tuning/multivariate-tpe.yaml", - "cmaes": "examples/v1beta1/hp-tuning/cma-es.yaml", - + ": "examples/v1beta1/hp-tuning/.yaml", - . . . - ``` +- [`KATIB_EXPERIMENTS`](../test/e2e/v1beta1/argo_workflow.py#L69) with your Experiment YAML location: + +```diff + . . . + "multivariate-tpe": "examples/v1beta1/hp-tuning/multivariate-tpe.yaml", + "cmaes": "examples/v1beta1/hp-tuning/cma-es.yaml", ++ ": "examples/v1beta1/hp-tuning/.yaml", + . . . +```