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 41a2c14 commit 4af081cCopy full SHA for 4af081c
AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/sample.json
@@ -14,11 +14,11 @@
14
"source /opt/intel/oneapi/setvars.sh --force",
15
"conda activate pytorch",
16
"pip install ipykernel jupyter",
17
- "python -m ipykernel install --user --name=user_pytorch"
+ "python -m ipykernel install --user --name=pytorch"
18
],
19
"id": "quantize with inc",
20
"steps": [
21
- "jupyter nbconvert --ExecutePreprocessor.kernel_name=user_pytorch --to notebook quantize_with_inc.ipynb"
+ "jupyter nbconvert --ExecutePreprocessor.kernel_name=pytorch --to notebook quantize_with_inc.ipynb"
22
]
23
}
24
0 commit comments