Skip to content

Commit 4af081c

Browse files
Ankur-singhkrisrak
andauthored
INC-Quantization-Sample-for-PyTorch (ONSAM-1694) (#2000)
* updated sample.json * updated sample.json * fixed conda environment name --------- Co-authored-by: Rakshith Krishnappa <rakshith.krishnappa@intel.com>
1 parent 41a2c14 commit 4af081c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"source /opt/intel/oneapi/setvars.sh --force",
1515
"conda activate pytorch",
1616
"pip install ipykernel jupyter",
17-
"python -m ipykernel install --user --name=user_pytorch"
17+
"python -m ipykernel install --user --name=pytorch"
1818
],
1919
"id": "quantize with inc",
2020
"steps": [
21-
"jupyter nbconvert --ExecutePreprocessor.kernel_name=user_pytorch --to notebook quantize_with_inc.ipynb"
21+
"jupyter nbconvert --ExecutePreprocessor.kernel_name=pytorch --to notebook quantize_with_inc.ipynb"
2222
]
2323
}
2424
]

0 commit comments

Comments
 (0)