Skip to content

Commit c999e65

Browse files
committed
v0.5.9.post2
1 parent 29f15c9 commit c999e65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pip install git+https://github.com/Tongjilibo/bert4torch
111111
### 4.1 版本历史
112112
|更新日期| bert4torch | torch4keras | 版本说明 |
113113
|------| ---------------- | ----------------- |----------- |
114-
|20250721| 0.5.9 | 0.3.1 |增加`Ernie4_5`, 修复hub下载bug, 拆分出`openai_client`|
114+
|20250721| 0.5.9.post2 | 0.3.1 |增加`Ernie4_5`, 修复hub下载bug, 拆分出`openai_client`|
115115
|20250621| 0.5.8 | 0.3.0 |增加`Qwen3-Embedding``Qwen3-Reranker`, 支持`temperature`设置为0, 修复`sdpa``global_point`的bug, 拆分`attention_utils`|
116116
|20250511| 0.5.7 | 0.2.9.post2 |命令行参数修改为`bert4torch serve`, 增加`Qwen3`|
117117
|20250401| 0.5.6 | 0.2.9 |命令行支持图片输入, 修复rope在batch推理和超长时候的bug|

bert4torch/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from enum import Enum, unique
1818

1919

20-
VERSION = "v0.5.9"
20+
VERSION = "v0.5.9.post2"
2121

2222

2323
USAGE = (

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
22
tqdm
33
torch>1.6
4-
torch4keras==0.3.0
4+
torch4keras==0.3.1
55
six

0 commit comments

Comments
 (0)