Okteto AI's "Agent Fleet" feature is specifically designed to address parallel testing needs:
- exist
okteto.yml
Define multiple agent tasks, each corresponding to a model variant in the - (of a computer) run
okteto deploy --fleet
Starting a Parallel Test Cluster - The platform automatically allocates isolated environments and supports dynamic GPU resource scheduling
- Each agent runs tests and generates reports independently, and progress can be monitored in real time via the Admin Dashboard.
- Automatic generation of Pull Requests and visualization of comparison results after test completion
Typical example: Data scientists can test 10 different hyper-parameterized Transformer models at the same time, reducing testing time to 1/5th of a single thread.
This answer comes from the articleOkteto AI: A Cloud Development Platform for Running Trusted AI AgentsThe