Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
{
"env": [
"source /opt/intel/oneapi/setvars.sh --force",
"conda env remove -n user_pytorch",
"conda create -n user_pytorch --clone pytorch -y",
"conda activate user_pytorch",
"conda install -n user_pytorch jinja2=3.0.3 nbconvert=6.4.4 -y",
"pip install ipykernel",
"conda activate pytorch",
"pip install ipykernel jupyter",
"python -m ipykernel install --user --name=user_pytorch"
],
"id": "quantize with inc",
Expand All @@ -27,4 +24,4 @@
]
},
"expertise": "Code Optimization"
}
}