Skip to content

Commit

Permalink
Remove transformers requires as based transformers for ipex-llm has b…
Browse files Browse the repository at this point in the history
…een updated to transformers 4.36.2
  • Loading branch information
Oscilloscope98 committed May 28, 2024
1 parent a4798e9 commit 35e6a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/docs/integrations/text_embedding/ipex_llm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"outputs": [],
"source": [
"%pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu\n",
"%pip install sentence-transformers\n",
"%pip install \"transformers>=4.34.0,<4.39.0\""
"%pip install sentence-transformers"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions docs/docs/integrations/text_embedding/ipex_llm_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"outputs": [],
"source": [
"%pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/\n",
"%pip install sentence-transformers\n",
"%pip install \"transformers>=4.34.0,<4.39.0\""
"%pip install sentence-transformers"
]
},
{
Expand Down

0 comments on commit 35e6a1b

Please sign in to comment.