Skip to content

Commit 93771ad

Browse files
authored
Update sample.json for JAX
1 parent ffa9c84 commit 93771ad

File tree

1 file changed

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

1 file changed

+7
-6
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted/sample.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"guid": "111213A0-C930-45B4-820F-02472BABBF34",
3-
"name": "Intel® Optimization for TensorFlow* Getting Started",
3+
"name": "Getting Started example for JAX CPU",
44
"categories": ["Toolkit/oneAPI AI And Analytics/Getting Started"],
5-
"description": "This sample illustrates how to train a TensorFlow model and run inference with oneMKL and oneDNN.",
5+
"description": "This sample illustrates how to train a JAX model and run inference",
66
"builder": ["cli"],
77
"languages": [{
88
"python": {}
@@ -11,11 +11,12 @@
1111
"targetDevice": ["CPU"],
1212
"ciTests": {
1313
"linux": [{
14-
"id": "tensorflow hello world",
14+
"id": "JAX CPU example",
1515
"steps": [
16-
"source /intel/oneapi/intelpython/bin/activate",
17-
"conda activate tensorflow",
18-
"python TensorFlow_HelloWorld.py"
16+
"git clone https://github.com/google/jax.git",
17+
"cd jax",
18+
"export PYTHONPATH=$PYTHONPATH:$(pwd)",
19+
"python examples/spmd_mnist_classifier_fromscratch.py"
1920
]
2021
}]
2122
},

0 commit comments

Comments
 (0)