File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Note: Old `hyperpod`CLI V2 has been moved to `release_v2` branch. Please refer [
2323 - [ Training] ( #training- )
2424 - [ Inference] ( #inference- )
2525 - [ SDK] ( #sdk- )
26- - [ Training] ( #training- )
27- - [ Inference] ( #inference )
26+ - [ Training] ( #training-sdk )
27+ - [ Inference] ( #inference-sdk )
2828
2929
3030## Overview
@@ -90,8 +90,8 @@ The HyperPod CLI provides the following commands:
9090 - [Training](#training-)
9191 - [Inference](#inference-)
9292- [SDK](#sdk-)
93- - [Training](#training-)
94- - [Inference](#inference)
93+ - [Training](#training-sdk )
94+ - [Inference](#inference-sdk )
9595
9696
9797### Getting Cluster information
@@ -251,7 +251,7 @@ hyp delete hyp-jumpstart-endpoint --name endpoint-jumpstart
251251
252252Along with the CLI, we also have SDKs available that can perform the training and inference functionalities that the CLI performs
253253
254- ### Training
254+ ### Training SDK
255255
256256#### Creating a Training Job
257257
@@ -326,7 +326,7 @@ pytorch_job.create()
326326
327327
328328
329- ### Inference
329+ ### Inference SDK
330330
331331#### Creating a JumpstartModel Endpoint
332332
You can’t perform that action at this time.
0 commit comments