Skip to content

Commit

Permalink
docs(ai): remove ai-video branch reference
Browse files Browse the repository at this point in the history
This commit removes the `ai-video` branch references now that we are
merged into `master`.
  • Loading branch information
rickstaa committed Oct 25, 2024
1 parent 2217393 commit b6fd603
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
9 changes: 3 additions & 6 deletions ai/gateways/start-gateway.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
### Start your AI Gateway

The Livepeer AI network is currently in **Beta** and is not yet integrated into
the main [go-livepeer](https://github.com/livepeer/go-livepeer) software. To
enable AI inference capabilities on your Gateway node, use the `ai-video` branch
of [go-livepeer](https://github.com/livepeer/go-livepeer/tree/ai-video), which
includes the necessary software for running the AI Gateway. You can run the
Livepeer AI software in two ways:
The Livepeer AI network is currently in **Beta** but is already integrated into
the main [go-livepeer](https://github.com/livepeer/go-livepeer) software. You
can run the Livepeer AI software using one of the following methods:

- **Docker** (Recommended): The simplest and preferred method.
- **Pre-built Binaries**: An alternative if you prefer not to use Docker.
Expand Down
27 changes: 10 additions & 17 deletions ai/orchestrators/start-orchestrator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,17 @@ title: Start your AI Orchestrator
---

<Warning>
The Livepeer AI network is currently in its **Beta** stage and is
undergoing active development. Running it on the same machine as your main
Orchestrator or Gateway node may cause stability issues. Please proceed with
caution.
The Livepeer AI network is currently in its **Beta** stage and is undergoing
active development. Running it on the same machine as your main Orchestrator
or Gateway node may cause stability issues. Please proceed with caution.
</Warning>

The Livepeer AI network is not yet integrated into the main
[go-livepeer](https://github.com/livepeer/go-livepeer) software due to its
**Beta** status. To equip your Orchestrator node with AI inference capabilities,
please use the `ai-video` branch of
[go-livepeer](https://github.com/livepeer/go-livepeer/tree/ai-video). This
branch contains the necessary software for the AI Orchestrator. Currently, there
are two methods to run the Livepeer AI network software:
The Livepeer AI network is currently in **Beta** but is already integrated into
the main [go-livepeer](https://github.com/livepeer/go-livepeer) software. You
can run the Livepeer AI software using one of the following methods:

- **Docker**: This is the most straightforward and recommended method to run the
AI Orchestrator node.
- **Pre-built Binaries**: Pre-built binaries are available if you prefer not to
use Docker.
- **Docker** (Recommended): The simplest and preferred method.
- **Pre-built Binaries**: An alternative if you prefer not to use Docker.

## Start the AI Orchestrator

Expand Down Expand Up @@ -216,8 +209,8 @@ are a few **Livepeer AI** specific flags:
## Confirm the AI Orchestrator is Operational
Once the Livepeer AI Orchestrator node is up and running, validate its
operation by sending an AI inference request directly to the
Once the Livepeer AI Orchestrator node is up and running, validate its operation
by sending an AI inference request directly to the
[ai-runner](https://hub.docker.com/r/livepeer/ai-runner) container. The most
straightforward way to do this is through the
[Swagger UI](https://fastapi.tiangolo.com/features/) interface, accessible at
Expand Down

0 comments on commit b6fd603

Please sign in to comment.