From 5fbd42d646d4d0d1284acfc3a46b28a0bad10567 Mon Sep 17 00:00:00 2001 From: Sherin Date: Thu, 5 Jun 2025 18:31:07 +0300 Subject: [PATCH] Update cli-examples.md --- docs/Researcher/cli-reference/new-cli/cli-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Researcher/cli-reference/new-cli/cli-examples.md b/docs/Researcher/cli-reference/new-cli/cli-examples.md index c535861ec2..01aabc3687 100644 --- a/docs/Researcher/cli-reference/new-cli/cli-examples.md +++ b/docs/Researcher/cli-reference/new-cli/cli-examples.md @@ -74,7 +74,7 @@ runai workspace submit --image jupyter/scipy-notebook -p "project-name" --gpu-de ### Submitting distributed training workload with TensorFlow ```shell -runai distributed submit -f TF --workers=5 --no-master -g 1 -i kubeflow/tf-mnist-with-summaries:latest -p "project-name" --command -- python /var/tf_mnist/mnist_with_summaries.py --max_steps 1000000 +runai tensorflow submit --workers=5 --no-master -g 1 -i kubeflow/tf-mnist-with-summaries:latest -p "project-name" --command -- python /var/tf_mnist/mnist_with_summaries.py --max_steps 1000000 ``` ### Submitting a multi-pod workload