Skip to content

Commit 863f5ce

Browse files
authored
Update README.md
1 parent 9302421 commit 863f5ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ With `export=True`, IPEX model will replace torch linear to ipex linear which pr
208208
Here is the example of how to use IPEX optimized model to generate texts.
209209
### generate
210210
```diff
211-
import torch
212211
from transformers import AutoTokenizer, pipeline
213212
- from transformers import AutoModelForCausalLM
214213
+ from optimum.intel.ipex import IPEXModelForCausalLM

0 commit comments

Comments
 (0)