Skip to content

Commit 02b3c91

Browse files
committed
v0.5.6
1 parent b2b6488 commit 02b3c91

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.streamlit/config.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ pip install git+https://github.com/Tongjilibo/bert4torch
111111
### 4.1 版本历史
112112
|更新日期| bert4torch | torch4keras | 版本说明 |
113113
|------| ---------------- | ----------------- |----------- |
114+
|20250401| 0.5.6 | 0.2.9 |命令行支持图片输入, 修复rope在batch推理和超长时候的bug|
114115
|20250215| 0.5.5 | 0.2.8 |增加deepseek-r1, internvl, internlm3, glm4v, modernbert, mllama, qwen2vl, qwenvl|
115116
|20240928| 0.5.4 | 0.2.7 | 【新功能】增加deepseek系列、MiniCPM、MiniCPMV、llama3.2、Qwen2.5;支持device_map=auto;【修复】修复batch_generate和n>1的bug|
116117
|20240814| 0.5.3 | 0.2.6 | 【新功能】增加llama3.1/Yi1.5;自动选择从hfmirror下载;支持命令行参数`bert4torch-llm-server`|

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
setup(
99
name='bert4torch',
10-
version='v0.5.5',
10+
version='v0.5.6',
1111
description='an elegant bert4torch',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
license='MIT Licence',
1515
url='https://github.com/Tongjilibo/bert4torch',
1616
author='Tongjilibo',
17-
install_requires=['numpy', 'tqdm', 'torch>1.6', 'torch4keras==0.2.8', 'six'],
17+
install_requires=['numpy', 'tqdm', 'torch>1.6', 'torch4keras==0.2.9', 'six'],
1818
packages=find_packages(),
1919
entry_points={"console_scripts": ["bert4torch-llm-server = bert4torch.pipelines.chat:main"]},
2020

0 commit comments

Comments
 (0)