Skip to content

Commit

Permalink
Remove Chocolate Suggestion Service (#2071)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>

Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y authored Jan 5, 2023
1 parent c9dd1b4 commit 9270274
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 742 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-algorithm-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
include:
- component-name: suggestion-hyperopt
dockerfile: cmd/suggestion/hyperopt/v1beta1/Dockerfile
- component-name: suggestion-chocolate
dockerfile: cmd/suggestion/chocolate/v1beta1/Dockerfile
- component-name: suggestion-hyperband
dockerfile: cmd/suggestion/hyperband/v1beta1/Dockerfile
- component-name: suggestion-skopt
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ update-boilerplate:

prepare-pytest:
pip install -r test/unit/v1beta1/requirements.txt
pip install -r cmd/suggestion/chocolate/v1beta1/requirements.txt
pip install -r cmd/suggestion/hyperopt/v1beta1/requirements.txt
pip install -r cmd/suggestion/skopt/v1beta1/requirements.txt
pip install -r cmd/suggestion/optuna/v1beta1/requirements.txt
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ custom algorithm.

To perform above algorithms Katib supports the following frameworks:

- [Chocolate](https://github.com/AIworx-Labs/chocolate)
- [Goptuna](https://github.com/c-bata/goptuna)
- [Hyperopt](https://github.com/hyperopt/hyperopt)
- [Optuna](https://github.com/optuna/optuna)
Expand Down
34 changes: 0 additions & 34 deletions cmd/suggestion/chocolate/v1beta1/Dockerfile

This file was deleted.

42 changes: 0 additions & 42 deletions cmd/suggestion/chocolate/v1beta1/main.py

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/suggestion/chocolate/v1beta1/requirements.txt

This file was deleted.

11 changes: 0 additions & 11 deletions docs/images-location.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@ and the [Katib Early Stopping algorithms](https://www.kubeflow.org/docs/componen
<a href="https://github.com/kubeflow/katib/blob/master/cmd/suggestion/hyperopt/v1beta1/Dockerfile">Dockerfile</a>
</td>
</tr>
<tr align="center">
<td>
<code>docker.io/kubeflowkatib/suggestion-chocolate</code>
</td>
<td>
<a href="https://github.com/AIworx-Labs/chocolate">Chocolate</a> Suggestion
</td>
<td>
<a href="https://github.com/kubeflow/katib/blob/master/cmd/suggestion/chocolate/v1beta1/Dockerfile">Dockerfile</a>
</td>
</tr>
<tr align="center">
<td>
<code>docker.io/kubeflowkatib/suggestion-skopt</code>
Expand Down
Empty file.
234 changes: 0 additions & 234 deletions pkg/suggestion/v1beta1/chocolate/base_service.py

This file was deleted.

Loading

0 comments on commit 9270274

Please sign in to comment.