From c4344d3afd459adf2c0e0e56dbf5d05e52d93629 Mon Sep 17 00:00:00 2001 From: Allegro AI <51604379+allegroai-git@users.noreply.github.com> Date: Tue, 2 Jun 2020 01:02:34 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c771f..1f1dee1 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ Optimizer (such as Hyper-parameter Optimization or sweeping), and Application (s increased data transparency) Trains-Agent Services mode will spin **any** task enqueued into the specified queue. -Every task launched by Trains-Agent Services  will be registered as a new node in the system, +Every task launched by Trains-Agent Services will be registered as a new node in the system, providing tracking and transparency capabilities. Currently trains-agent in services-mode supports cpu only configuration. Trains-agent services mode can be launched alongside GPU agents. @@ -267,7 +267,6 @@ trains-agent daemon --services-mode --detached --queue services --create-queue - ``` **Note**: It is the user's responsibility to make sure the proper tasks are pushed into the specified queue. -Do not enqueue training / inference tasks into the specified queue, as it will put unnecessary load on the server. ## AutoML and Orchestration Pipelines