-
Notifications
You must be signed in to change notification settings - Fork 747
Expand file tree
/
Copy pathsample.json
More file actions
30 lines (30 loc) · 1.03 KB
/
sample.json
File metadata and controls
30 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"guid": "80708728-0BD4-435E-961D-178E5ED1450C",
"name": "JobRecommendationSystem: End-to-End Deep Learning Workload",
"categories": ["Toolkit/oneAPI AI And Analytics/End-to-End Workloads"],
"description": "This sample illustrates the use of Intel® Extension for TensorFlow* to build and run an end-to-end AI workload on the example of the job recommendation system",
"builder": ["cli"],
"toolchain": ["jupyter"],
"languages": [{"python":{}}],
"os":["linux"],
"targetDevice": ["GPU"],
"ciTests": {
"linux": [
{
"env": [],
"id": "JobRecommendationSystem_py",
"steps": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate tensorflow-gpu",
"pip install uv",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv sync",
"uv run python -m spacy download en_core_web_sm",
"uv run python JobRecommendationSystem.py"
]
}
]
},
"expertise": "Reference Designs and End to End"
}