From b069ec589e5a43f71d546090be1c9f58ff5c594a Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 28 Oct 2025 07:11:03 +0000 Subject: [PATCH] Add neuralnet_optimizer to slave.yml. --- tig-benchmarker/slave.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tig-benchmarker/slave.yml b/tig-benchmarker/slave.yml index c75af0c..ee76ca4 100644 --- a/tig-benchmarker/slave.yml +++ b/tig-benchmarker/slave.yml @@ -50,4 +50,9 @@ services: hypergraph: <<: [*common, *common-gpu] image: ghcr.io/tig-foundation/tig-monorepo/hypergraph/runtime:${VERSION} - container_name: hypergraph \ No newline at end of file + container_name: hypergraph + + neuralnet_optimizer: + <<: [*common, *common-gpu] + image: ghcr.io/tig-foundation/tig-monorepo/neuralnet_optimizer/runtime:${VERSION} + container_name: neuralnet_optimizer \ No newline at end of file