Skip to content

Commit

Permalink
Fix missing pip package 'einops' (#7397)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Dong <[email protected]>
  • Loading branch information
RobinDong authored and yaoyu-33 committed Sep 18, 2023
1 parent 603c77e commit 3c4bba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/asr/Online_Offline_Speech_Commands_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,8 @@
"# !git clone --depth 1 --branch v1.8.0 https://github.com/microsoft/onnxruntime.git .\n",
"# !./build.sh --skip_tests --config Release --build_shared_lib --parallel --use_cuda --cuda_home /usr/local/cuda --cudnn_home /usr/lib/x86_64-linux-gnu --build_wheel\n",
"# !pip install ./build/Linux/Release/dist/onnxruntime*.whl\n",
"# %cd .."
"# %cd ..\n",
"!pip install einops\n"
]
},
{
Expand Down

0 comments on commit 3c4bba6

Please sign in to comment.