sammysun0711 commited on
Commit
bbf8215
·
1 Parent(s): 667a80b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -3,8 +3,10 @@ language:
3
  - zh
4
  pipeline_tag: text-generation
5
  ---
6
- FP32 Model converted from https://github.com/FlagAI-Open/FlagAI/tree/master/examples/Aquila
7
- ```
 
 
8
  import torch
9
  from transformers import AutoTokenizer, AutoModelForCausalLM
10
 
 
3
  - zh
4
  pipeline_tag: text-generation
5
  ---
6
+ FP32 Model converted from Pytorch: https://github.com/FlagAI-Open/FlagAI/tree/master/examples/Aquila
7
+
8
+ Supports Inference with AutoModelForCausalLM, ORTModelForCausalLM and OVModelForCausalLM
9
+ ```python
10
  import torch
11
  from transformers import AutoTokenizer, AutoModelForCausalLM
12