update README_en.md
This commit is contained in:
parent
dcaec899e6
commit
49eda9935e
|
|
@ -15,6 +15,8 @@
|
|||
**[2023/04/07]**
|
||||
1. 解决加载 ChatGLM 模型时发生显存占用为双倍的问题 (感谢 [@suc16](https://github.com/suc16) 和 [@myml](https://github.com/myml)) ;
|
||||
2. 新增清理显存机制。
|
||||
3. 新增`nghuyong/ernie-3.0-nano-zh`和`nghuyong/ernie-3.0-base-zh`作为 Embedding 模型备选项,相比`GanymedeNil/text2vec-large-chinese`占用显存资源更少 (感谢 [@ywancit](https://github.com/ywancit))。
|
||||
|
||||
## 使用方式
|
||||
|
||||
### 硬件需求
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
**[2023/04/07]**
|
||||
1. Fix bug which costs twice gpu memory (Thanks to [@suc16](https://github.com/suc16) and [@myml](https://github.com/myml)).
|
||||
2. Add gpu memory clear function after each call of ChatGLM.
|
||||
3. Add `nghuyong/ernie-3.0-nano-zh` and `nghuyong/ernie-3.0-base-zh` as Embedding model alternatives,costing less gpu than `GanymedeNil/text2vec-large-chinese` (Thanks to [@ywancit](https://github.com/ywancit))
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue