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 9feddb1 commit 0efba75Copy full SHA for 0efba75
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.22"
+__version__ = "0.1.26"
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.25"
+version = "0.1.26"
description = "An optimizing inference proxy for LLMs."
9
readme = "README.md"
10
license = "Apache-2.0"
0 commit comments