From cc085e7c44e0d0097aa11ffc5fa18458129cc330 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 7 Feb 2024 19:15:11 +0100 Subject: [PATCH] Fix hyperai markdown table (#2426) --- .../component-guide/orchestrators/orchestrators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/stacks-and-components/component-guide/orchestrators/orchestrators.md b/docs/book/stacks-and-components/component-guide/orchestrators/orchestrators.md index 139b1f83b31..3b13cb8b1c1 100644 --- a/docs/book/stacks-and-components/component-guide/orchestrators/orchestrators.md +++ b/docs/book/stacks-and-components/component-guide/orchestrators/orchestrators.md @@ -38,7 +38,7 @@ Additional orchestrators are provided by integrations: | [SkypilotAWSOrchestrator](skypilot-vm.md) | `vm_aws` | `skypilot[aws]` | Runs your pipelines in AWS VMs using SkyPilot | | [SkypilotGCPOrchestrator](skypilot-vm.md) | `vm_gcp` | `skypilot[gcp]` | Runs your pipelines in GCP VMs using SkyPilot | | [SkypilotAzureOrchestrator](skypilot-vm.md) | `vm_azure` | `skypilot[azure]` | Runs your pipelines in Azure VMs using SkyPilot | -| [HyperAIOrchestrator](hyperai.md) | `hyperai` | `hyperai` | Runs your pipeline in HyperAI.ai instances. +| [HyperAIOrchestrator](hyperai.md) | `hyperai` | `hyperai` | Runs your pipeline in HyperAI.ai instances. | | [Custom Implementation](custom.md) | _custom_ | | Extend the orchestrator abstraction and provide your own implementation | If you would like to see the available flavors of orchestrators, you can use the command: