Skip to content

Commit

Permalink
ai/worker: Format doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Jan 29, 2025
1 parent 3af3e87 commit 95830ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ai/worker/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
Package `worker` hosts the main AI worker logic for managing or using runner
containers for processing inference requests on the Livepeer AI subnet. The
package allows interacting with the [AI runner containers], and it includes:
- **Golang API Bindings** (./runner.gen.go): Generated from the AI runner's
OpenAPI spec. To re-generate them run: `make ai_worker_codegen`
- **Worker** (./worker.go): Listens for inference requests from the Livepeer
AI subnet and routes them to the AI runner.
- **Golang API Bindings** (./runner.gen.go): Generated from the AI runner's OpenAPI spec. To re-generate them run: `make ai_worker_codegen`
- **Worker** (./worker.go): Listens for inference requests from the Livepeer AI subnet and routes them to the AI runner.
- **Docker Manager** (./docker.go): Manages AI runner containers.
[AI runner containers]: https://github.com/livepeer/ai-runner
Expand Down

0 comments on commit 95830ae

Please sign in to comment.