Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrugaro committed Jun 14, 2024
1 parent 037ff8c commit e6694f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docs/integrations/llms/huggingface_pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,7 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install --upgrade-strategy eager \"optimum[ipex]\" --quiet\n",
"#or follow installation instructions from https://github.com/huggingface/optimum-intel?tab=readme-ov-file#installation \""
"%pip install --upgrade-strategy eager \"optimum[ipex]\" --quiet"
]
},
{
Expand All @@ -406,7 +405,7 @@
" task=\"text-generation\",\n",
" backend=\"ipex\",\n",
" pipeline_kwargs={\"max_new_tokens\": 10},\n",
")\n"
")"
]
},
{
Expand Down

0 comments on commit e6694f1

Please sign in to comment.