We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf2e75 commit d9699adCopy full SHA for d9699ad
optillm/__init__.py
@@ -1,5 +1,5 @@
1
# Version information
2
-__version__ = "0.2.2"
+__version__ = "0.2.3"
3
4
# Import from server module
5
from .server import (
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "optillm"
7
-version = "0.2.2"
+version = "0.2.3"
8
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
@@ -79,6 +79,9 @@ include = ["optillm*"]
79
[tool.setuptools.package-data]
80
optillm = [
81
"plugins/*.py",
82
+ "plugins/proxy/*.py",
83
+ "plugins/proxy/*.yaml",
84
+ "plugins/proxy/*.md",
85
"cepo/*.py",
86
"cepo/configs/*.yaml",
87
]
0 commit comments