From 698e8aafc7f585b94bcdac3001167eaf998d3810 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Thu, 16 Jan 2025 16:19:48 +0100 Subject: [PATCH] docs(ai): remove transcode flag from AI docs (#698) This commit removes the `transcode` flag from the AI orch setup instructions since it is no longer needed now that https://github.com/livepeer/go-livepeer/pull/3355 is merged. --- ai/orchestrators/start-orchestrator.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/ai/orchestrators/start-orchestrator.mdx b/ai/orchestrators/start-orchestrator.mdx index e866662b..3a292e5b 100644 --- a/ai/orchestrators/start-orchestrator.mdx +++ b/ai/orchestrators/start-orchestrator.mdx @@ -91,7 +91,6 @@ Please follow the steps below to start your **combined AI orchestrator** node. --gpus all \ livepeer/go-livepeer:master \ -orchestrator \ - -transcoder \ -serviceAddr 0.0.0.0:8936 \ -v 6 \ -nvidia "all" \ @@ -186,7 +185,6 @@ Please follow the steps below to start your **combined AI orchestrator** node. ```bash ./livepeer \ -orchestrator \ - -transcoder \ -serviceAddr 0.0.0.0:8936 \ -v 6 \ -nvidia "all" \