sammysun0711
commited on
Commit
•
b1228b6
1
Parent(s):
4e484e3
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ FP32 Model converted from Pytorch: https://github.com/FlagAI-Open/FlagAI/tree/ma
|
|
8 |
Support Inference with AutoModelForCausalLM, ORTModelForCausalLM and OVModelForCausalLM
|
9 |
```python
|
10 |
#!pip install transformers>=4.30.2
|
11 |
-
#!pip install optimum>=1.8.7 optimum-intel>=1.9.0
|
12 |
import torch
|
13 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
14 |
|
|
|
8 |
Support Inference with AutoModelForCausalLM, ORTModelForCausalLM and OVModelForCausalLM
|
9 |
```python
|
10 |
#!pip install transformers>=4.30.2
|
11 |
+
#!pip install optimum>=1.8.7 optimum-intel[openvino]>=1.9.0
|
12 |
import torch
|
13 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
14 |
|