Skip to content

Commit

Permalink
docs(ai): update AI development phase (#645)
Browse files Browse the repository at this point in the history
* docs(ai): update AI development phase

This commit updates the AI development phase from **alpha** to **beta**
now that we had the public launch.

Co-authored-by: ea_superstar "<[email protected]>"

* fixup! docs(ai): update AI development phase
  • Loading branch information
rickstaa authored Sep 17, 2024
1 parent c3f0bee commit 3d5e8de
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ai/builders/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Building on the AI Subnet
---

The AI Subnet, currently in its **Alpha** stage, is fully operational and
The AI Subnet, currently in its **Beta** stage, is fully operational and
already hosts several quality applications. At this stage, efforts are concentrated on
**network optimization** and **user experience enhancement**. While official
SDKs are still under development, developers can interact directly with the AI
Expand Down
2 changes: 1 addition & 1 deletion ai/gateways/start-gateway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Start your AI Gateway

The AI Subnet is not yet integrated into the main
[go-livepeer](https://github.com/livepeer/go-livepeer) software due to its
**Alpha** status. To enable AI inference capabilities on your Gateway node,
**Beta** status. To enable AI inference capabilities on your Gateway node,
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 Gateway node. Currently, there
Expand Down
4 changes: 2 additions & 2 deletions ai/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ iconType: regular
---

<Warning>
The Livepeer _AI Video Subnet_ is in its Alpha phase. Bugs or issues may be
The Livepeer _AI Video Subnet_ is in its **Beta** phase. Bugs or issues may be
encountered. Contributions to improvement are appreciated - please report
problems via the [issue
tracker](https://github.com/livepeer/go-livepeer/issues/new/choose). Feedback
Expand Down Expand Up @@ -202,7 +202,7 @@ place to expand support to include other model types in future updates.

### Current Limitations and Future Directions

- **Alpha Phase**: The AI Subnet is currently in its Alpha phase, and users may
- **Beta Phase**: The AI Subnet is currently in its **Beta** phase, and users may
encounter bugs or issues during this early stage. It is not yet meant to be
used with high demand production workloads.
- **Supports Limited Set of Open-source Models**: The AI Subnet currently
Expand Down
2 changes: 1 addition & 1 deletion ai/orchestrators/models-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ currently **recommended** models and their respective prices.
### Key Configuration Fields

<Info>
During the **Alpha** phase, only one "warm" model per GPU is supported.
During the **Beta** phase, only one "warm" model per GPU is supported.
</Info>

<ParamField path="pipeline" type="string" required="true">
Expand Down
4 changes: 2 additions & 2 deletions ai/orchestrators/models-download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ downloading the currently **recommended** models for the AI Subnet.

```bash
cd ~/.lpData
curl -s https://raw.githubusercontent.com/livepeer/ai-worker/main/runner/dl_checkpoints.sh | bash -s -- --alpha
curl -s https://raw.githubusercontent.com/livepeer/ai-worker/main/runner/dl_checkpoints.sh | bash -s -- --beta
```

This command downloads the recommended models for the AI Subnet and stores them in your machine's `~/.lpData/models` directory. To obtain a complete set of AI Subnet models, omit the `--alpha` flag. This requires additional disk space.
This command downloads the recommended models for the AI Subnet and stores them in your machine's `~/.lpData/models` directory. To obtain a complete set of AI Subnet models, omit the `--beta` flag. This requires additional disk space.
</Step>

</Steps>
4 changes: 2 additions & 2 deletions ai/orchestrators/onchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to the AI Subnet and earn fees for processing AI inference jobs.

## Ensure you can Redeem Tickets

As the AI Subnet is in its Alpha phase,
As the AI Subnet is in its **Beta** phase,
[its software](https://github.com/livepeer/go-livepeer/tree/ai-video) isn't
integrated with the Mainnet Transcoding Network
[software stack](https://github.com/livepeer/go-livepeer) yet. This means that
Expand Down Expand Up @@ -143,7 +143,7 @@ contract on the [Arbitrum Mainnet](https://arbitrum.io).

</Tab>
<Tab title="Use Livepeer CLI">
<Note>Currently, setting your AI service URI using the Livepeer CLI is not supported during the **Alpha** phase of the AI Subnet. This feature is planned for inclusion in future releases.</Note>
<Note>Currently, setting your AI service URI using the Livepeer CLI is not supported during the **Beta** phase of the AI Subnet. This feature is planned for inclusion in future releases.</Note>
</Tab>
</Tabs>

Expand Down
4 changes: 2 additions & 2 deletions ai/orchestrators/start-orchestrator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ title: Start your AI Orchestrator
---

<Warning>
The AI Subnet is currently in its **Alpha** stage and is undergoing active
The AI Subnet 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 AI Subnet is not yet integrated into the main
[go-livepeer](https://github.com/livepeer/go-livepeer) software due to its
**Alpha** status. To equip your Orchestrator node with AI inference
**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
Expand Down
4 changes: 2 additions & 2 deletions ai/pipelines/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ section.

### Warm Models

During the **Alpha** phase of the AI Subnet, Orchestrators are encouraged to
During the **Beta** phase of the AI Subnet, Orchestrators are encouraged to
keep at least **one model** per pipeline active on their GPUs ("warm models").
This approach ensures quicker response times for **early builders** on the
Subnet. We're optimizing GPU model loading/unloading to relax this requirement.
Expand All @@ -34,7 +34,7 @@ The current warm models for each pipeline are listed on their respective pages.
Orchestrators can theoretically load **any**
[diffusion model](https://huggingface.co/docs/diffusers/en/index) from
[Hugging Face](https://huggingface.co/models) on-demand, optimizing GPU
resources by loading models only when needed. However, during the **Alpha**
resources by loading models only when needed. However, during the **Beta**
phase, Orchestrators need to pre-download a model.

<Note>
Expand Down
2 changes: 1 addition & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"url": "sdks"
},
{
"name": "AI Video (Alpha)",
"name": "AI Video (Beta)",
"icon": "microchip-ai",
"iconType": "regular",
"url": "ai"
Expand Down

0 comments on commit 3d5e8de

Please sign in to comment.