Skip to content

Commit

Permalink
Update quantized_generation_demo.ipynb
Browse files Browse the repository at this point in the history
Fix version of torch to 2.0.1. 
See pytorch/pytorch#125109
  • Loading branch information
dnoliver committed May 16, 2024
1 parent c30d488 commit 3dfd73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/openvino/quantized_generation_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"metadata": {},
"outputs": [],
"source": [
"# ! pip install optimum[openvino,nncf] torch"
"# ! pip install optimum[openvino,nncf] torch==2.0.1"
]
},
{
Expand Down

0 comments on commit 3dfd73d

Please sign in to comment.