We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db55c96 commit 98613d8Copy full SHA for 98613d8
1 file changed
AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/sample.json
@@ -10,10 +10,18 @@
10
"ciTests": {
11
"linux": [
12
{
13
+ "env": [
14
+ "source /opt/intel/oneapi/setvars.sh --force",
15
+ "conda env remove -n user_pytorch",
16
+ "conda create -n user_pytorch --clone pytorch -y",
17
+ "conda activate user_pytorch",
18
+ "conda install -n user_pytorch jinja2=3.0.3 nbconvert=6.4.4 -y",
19
+ "pip install ipykernel",
20
+ "python -m ipykernel install --user --name=user_pytorch"
21
+ ],
22
"id": "quantize with inc",
23
"steps": [
- "/opt/intel/oneapi/intelpython/latest/envs/pytorch/bin/python -m ipykernel install --user --name=pytorch",
- "python ci_test.py"
24
+ "jupyter nbconvert --ExecutePreprocessor.kernel_name=user_pytorch --to notebook quantize_with_inc.ipynb"
25
]
26
}
27
0 commit comments