sammysun0711
commited on
Commit
·
a56f63c
1
Parent(s):
5780d92
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ FP32 Model converted from Pytorch: https://github.com/FlagAI-Open/FlagAI/tree/ma
|
|
7 |
|
8 |
Support Inference with AutoModelForCausalLM, ORTModelForCausalLM and OVModelForCausalLM
|
9 |
```python
|
10 |
-
#!pip install
|
11 |
#!pip install optimum>=1.8.7 optimum-intel>=1.9.0
|
12 |
import torch
|
13 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
7 |
|
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
|