File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 506506## Example Workloads
507507
508508We now will now run some sample workloads that are representative of what is run on
509- a typical AI GPU Cluster.
509+ an AI GPU Cluster.
510510
511511### Batch Inference with vLLM
512512
@@ -627,8 +627,8 @@ The two containers are synchronized as follows: `load-generator` waits for
627627
628628### Pre-Training with PyTorch
629629
630- In this example, ` alice ` uses [ PyTorch ] ( ) to pre- training a model using the
631- [ Kubeflow Training Operator ] ( https://github.com/kubeflow/training-operator ) .
630+ In this example, ` alice ` uses the [ Kubeflow Training Operator ] ( https://github.com/kubeflow/ training-operator )
631+ to run a job that uses [ PyTorch ] ( https://pytorch.org ) to train a machine learning model .
632632
633633<details >
634634
638638
639639### Fine-Tuning with Ray
640640
641- In this example, ` alice ` uses [ Ray ] ( https://github.com/ray-project/ray ) to fine tune a model using
642- [ KubeRay ] ( https://github.com/ray-project/kuberay ) .
641+ In this example, ` alice ` uses [ KubeRay ] ( https://github.com/ray-project/kuberay ) to run a job that
642+ uses [ Ray ] ( https://github.com/ray-project/ray ) to fine tune a machine learning model .
643643
644644<details >
645645
You can’t perform that action at this time.
0 commit comments