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 509509## Example Workloads
510510
511511We now will now run some sample workloads that are representative of what is run on
512- a typical AI GPU Cluster.
512+ an AI GPU Cluster.
513513
514514### Batch Inference with vLLM
515515
@@ -630,8 +630,8 @@ The two containers are synchronized as follows: `load-generator` waits for
630630
631631### Pre-Training with PyTorch
632632
633- In this example, ` alice ` uses [ PyTorch ] ( ) to pre- training a model using the
634- [ Kubeflow Training Operator ] ( https://github.com/kubeflow/training-operator ) .
633+ In this example, ` alice ` uses the [ Kubeflow Training Operator ] ( https://github.com/kubeflow/ training-operator )
634+ to run a job that uses [ PyTorch ] ( https://pytorch.org ) to train a machine learning model .
635635
636636<details >
637637
641641
642642### Fine-Tuning with Ray
643643
644- In this example, ` alice ` uses [ Ray ] ( https://github.com/ray-project/ray ) to fine tune a model using
645- [ KubeRay ] ( https://github.com/ray-project/kuberay ) .
644+ In this example, ` alice ` uses [ KubeRay ] ( https://github.com/ray-project/kuberay ) to run a job that
645+ uses [ Ray ] ( https://github.com/ray-project/ray ) to fine tune a machine learning model .
646646
647647<details >
648648
You can’t perform that action at this time.
0 commit comments