Jelajahi Sumber

adding readme with example submit commands

john lockman 5 tahun lalu
induk
melakukan
361d835123
1 mengubah file dengan 12 tambahan dan 0 penghapusan
  1. 12 0
      examples/README.md

+ 12 - 0
examples/README.md

@@ -0,0 +1,12 @@
+# Examples
+
+
+The examples [[https://github.com/dellhpc/omnia/blob/master/examples/k8s-TensorFlow-resnet50-multinode-MPIOperator.yaml | K8s submit]] and [[https://github.com/dellhpc/omnia/blob/master/examples/slurm-TensorFlow-resnet50-multinode-MPI.batch | SLURM submit]] are provide as examples for running the resnet50 benchmark with TensorFlow on 8 GPUs using 2 C4140s.
+
+## Submitting the example
+
+# K8s
+```` kubectl create -f k8s-TensorFlow-resnet50-multinode-MPIOperator.yaml ````
+
+# Slurm
+```` sbatch slurm-TensorFlow-resnet50-multinode-MPI.batch ````