Skip to content

Commit a9a7bf8

Browse files
Ankur-singhkrisrak
andauthored
INC-Quantization-Sample-for-PyTorch (ONSAM-1694) (#1993)
* updated sample.json * updated sample.json --------- Co-authored-by: Rakshith Krishnappa <rakshith.krishnappa@intel.com>
1 parent 007919c commit a9a7bf8

File tree

1 file changed

+3
-6
lines changed
  • AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch

1 file changed

+3
-6
lines changed

AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/sample.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
{
1313
"env": [
1414
"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",
15+
"conda activate pytorch",
16+
"pip install ipykernel jupyter",
2017
"python -m ipykernel install --user --name=user_pytorch"
2118
],
2219
"id": "quantize with inc",
@@ -27,4 +24,4 @@
2724
]
2825
},
2926
"expertise": "Code Optimization"
30-
}
27+
}

0 commit comments

Comments
 (0)