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 af093a3 commit 4d2b4ebCopy full SHA for 4d2b4eb
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.26"
+__version__ = "0.1.27"
6
7
# Get the path to the root optillm.py
8
spec = util.spec_from_file_location(
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "optillm"
-version = "0.1.26"
+version = "0.1.27"
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments