We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007919c commit a9a7bf8Copy full SHA for a9a7bf8
AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/sample.json
@@ -12,11 +12,8 @@
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",
+ "conda activate pytorch",
+ "pip install ipykernel jupyter",
20
"python -m ipykernel install --user --name=user_pytorch"
21
],
22
"id": "quantize with inc",
@@ -27,4 +24,4 @@
27
24
]
28
25
},
29
26
"expertise": "Code Optimization"
30
- }
+ }
0 commit comments