Skip to content

Commit

Permalink
Add explicit PyTorch install for LLM Converter
Browse files Browse the repository at this point in the history
We are removing this from the explicit dependencies due to slow install time.
  • Loading branch information
schmidt-sebastian authored Mar 14, 2024
1 parent 3e63325 commit 989acbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/llm_inference/conversion/llm_conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@
"display(install_out)\n",
"with install_out:\n",
" !pip install mediapipe\n",
" !pip install torch\n",
" !pip install huggingface_hub\n",
" import os\n",
" from huggingface_hub import hf_hub_download\n",
Expand Down

0 comments on commit 989acbf

Please sign in to comment.