Skip to content

Commit 2bebcf2

Browse files
authored
Update README.md
1 parent 5037688 commit 2bebcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ To load your IPEX model, you can just replace your `AutoModelForXxx` class with
208208
```diff
209209
from transformers import AutoTokenizer, pipeline
210210
- from transformers import AutoModelForCausalLM
211-
+ from optimum.intel.ipex import IPEXModelForCausalLM
211+
+ from optimum.intel import IPEXModelForCausalLM
212212

213213

214214
model_id = "gpt2"

0 commit comments

Comments
 (0)