sammysun0711 commited on
Commit
a95dac2
1 Parent(s): 239b951

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,12 +3,12 @@ language:
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
  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
 
@@ -38,4 +38,4 @@ with torch.no_grad():
38
  > 北京之所以成为中国的首都,是因为它有着独特的地理位置和历史背景。北京位于华北平原中心,周围是山峦起伏的燕山山脉和太行山脉。它自古以来就是华北地区的政治、文化和经济中心,有着重要的地理位置和战略地位。此外,北京还是中国历史文化的中心,有着丰富的历史遗迹和文化遗产,如故宫、天坛、颐和园等。因此,北京不仅是中国政治、文化和经济中心,也是世界知名的旅游胜地。
39
 
40
 
41
- AquilaChat-7B开源模型使用《智源Aquila系列模型许可协议》, 原始代码基于Apache Licence 2.0。
 
3
  - zh
4
  pipeline_tag: text-generation
5
  ---
6
+ FP16 Model converted from AquilaChat-7b v0.6 Pytorch Model: https://github.com/FlagAI-Open/FlagAI/tree/master/examples/Aquila
7
 
8
  Support Inference with AutoModelForCausalLM, ORTModelForCausalLM and OVModelForCausalLM
9
  ```python
10
+ #!pip install transformers>=4.29.2
11
+ #!pip install optimum>=1.8.7 optimum-intel[openvino]==1.9.1
12
  import torch
13
  from transformers import AutoTokenizer, AutoModelForCausalLM
14
 
 
38
  > 北京之所以成为中国的首都,是因为它有着独特的地理位置和历史背景。北京位于华北平原中心,周围是山峦起伏的燕山山脉和太行山脉。它自古以来就是华北地区的政治、文化和经济中心,有着重要的地理位置和战略地位。此外,北京还是中国历史文化的中心,有着丰富的历史遗迹和文化遗产,如故宫、天坛、颐和园等。因此,北京不仅是中国政治、文化和经济中心,也是世界知名的旅游胜地。
39
 
40
 
41
+ AquilaChat-7B开源模型使用《智源Aquila系列模型许可协议》, 原始代码基于Apache Licence 2.0。