File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vllm-bart-plugin"
7- version = " 0.3.2 "
7+ version = " 0.3.3 "
88description = " BART model plugin for vLLM"
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -26,7 +26,7 @@ classifiers = [
2626]
2727
2828dependencies = [
29- " vllm>=0.13.0,<=0.16 " ,
29+ " vllm>=0.13.0,<=0.18 " ,
3030 " torch>=2.9.0" ,
3131 " transformers>=4.56.0,<5" ,
3232]
Original file line number Diff line number Diff line change 44
55setup (
66 name = "vllm-bart-plugin" ,
7- version = "0.3.2 " ,
7+ version = "0.3.3 " ,
88 description = "BART model plugin for vLLM" ,
99 author = "Nicolò Lucchesi" ,
1010 author_email = "nick.lucche@redhat.com" ,
1111 packages = find_packages (),
1212 python_requires = ">=3.10" ,
1313 install_requires = [
14- "vllm>=0.14 .0,<=0.16 " ,
14+ "vllm>=0.13 .0,<=0.18 " ,
1515 "torch>=2.9.0" ,
1616 "transformers >= 4.56.0, < 5" ,
1717 ],
You can’t perform that action at this time.
0 commit comments