-
Notifications
You must be signed in to change notification settings - Fork 722
/
Copy pathsample.json
executable file
·32 lines (32 loc) · 1023 Bytes
/
sample.json
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
31
32
{
"guid": "B69FAC86-88BF-41BD-B4E0-ACDF753ED3CE",
"name": "Intel® Distribution for Python* Distributed K- Means Model",
"categories": ["Toolkit/oneAPI AI And Analytics/Features And Functionality"],
"description": "This sample code illustrates how to train and predict with a distributed K-Means model with the Intel® Distribution of Python using the Python API package Daal4py powered by Intel® oneDAL",
"builder": ["cli"],
"languages": [{
"python": {}
}],
"dependencies": ["intelpython"],
"os": ["linux"],
"targetDevice": ["CPU"],
"ciTests": {
"linux": [{
"env": [
"source /intel/oneapi/intelpython/bin/activate",
"conda activate base",
"pip install uv",
"uv init",
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv add -r requirements.txt",
"uv add numpy==1.26.4"
],
"id": "idp_d4p_KM_Dist",
"steps": [
"uv run mpirun -n 4 python ./IntelPython_daal4py_Distributed_Kmeans.py"
]
}]
},
"expertise": "Concepts and Functionality"
}