Skip to content

Commit 12d58ef

Browse files
authored
Update run.sh
1 parent e4879d5 commit 12d58ef

File tree

1 file changed

+3
-3
lines changed
  • AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source $HOME/intel/oneapi/intelpython/bin/activate
22
conda activate jax
3-
git clone https://github.com/google/jax.git
4-
cd jax
3+
git clone https://github.com/google/jax.git
4+
cp -r jax/examples .
55
export PYTHONPATH=$PYTHONPATH:$(pwd)
6-
python examples/spmd_mnist_classifier_fromscratch.py
6+
python examples/spmd_mnist_classifier_fromscratch.py

0 commit comments

Comments
 (0)