We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4879d5 commit 12d58efCopy full SHA for 12d58ef
AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted/run.sh
@@ -1,6 +1,6 @@
1
source $HOME/intel/oneapi/intelpython/bin/activate
2
conda activate jax
3
-git clone https://github.com/google/jax.git
4
-cd jax
+git clone https://github.com/google/jax.git
+cp -r jax/examples .
5
export PYTHONPATH=$PYTHONPATH:$(pwd)
6
-python examples/spmd_mnist_classifier_fromscratch.py
+python examples/spmd_mnist_classifier_fromscratch.py
0 commit comments