Skip to content

Commit

Permalink
Update notebooks/ipex/text_generation.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Dec 16, 2024
1 parent 984f6ef commit b6f1786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/ipex/text_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"To load your IPEX model, you can just replace your `AutoModelForXxx` class with the corresponding `IPEXModelForXxx` class. It could apply IPEX optimizations like faster attention and fused operators."
"To load your IPEX model, you can just replace your `AutoModelForXxx` class with the corresponding `IPEXModelForXxx` class. It could apply IPEX, providing optimizations like faster attention and operators fusion."
]
},
{
Expand Down

0 comments on commit b6f1786

Please sign in to comment.