We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1087ce4 commit e4879d5Copy full SHA for e4879d5
1 file changed
AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted/README.md
@@ -69,8 +69,8 @@ conda activate jax
69
**4. Clone the GitHub repository**
70
```
71
git clone https://github.com/google/jax.git
72
-cd jax
73
-export PYTHONPATH=$PYTHONPATH:$(pwd)
+cp -r jax/examples .
+export PYTHONPATH=$PYTHONPATH:$(pwd)
74
75
## Run the Sample
76
0 commit comments