From e4ed3f98fda76367be600aff35f97225b31e3963 Mon Sep 17 00:00:00 2001 From: Gokul A Date: Fri, 11 Jul 2025 13:30:34 -0700 Subject: [PATCH] Update ReadME Links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b79b8b17..f59a428f 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Note: Old `hyperpod`CLI V2 has been moved to `release_v2` branch. Please refer [ - [Training](#training-) - [Inference](#inference-) - [SDK](#sdk-) - - [Training](#training-) - - [Inference](#inference) + - [Training](#training-sdk) + - [Inference](#inference-sdk) ## Overview @@ -90,8 +90,8 @@ The HyperPod CLI provides the following commands: - [Training](#training-) - [Inference](#inference-) - [SDK](#sdk-) - - [Training](#training-) - - [Inference](#inference) + - [Training](#training-sdk) + - [Inference](#inference-sdk) ### Getting Cluster information @@ -251,7 +251,7 @@ hyp delete hyp-jumpstart-endpoint --name endpoint-jumpstart Along with the CLI, we also have SDKs available that can perform the training and inference functionalities that the CLI performs -### Training +### Training SDK #### Creating a Training Job @@ -326,7 +326,7 @@ pytorch_job.create() -### Inference +### Inference SDK #### Creating a JumpstartModel Endpoint