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.
2 parents 202f0c4 + 4168f4f commit e33f72eCopy full SHA for e33f72e
optillm/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
4
# Version information
5
-__version__ = "0.1.13"
+__version__ = "0.1.14"
6
7
# Get the path to the root optillm.py
8
spec = util.spec_from_file_location(
@@ -52,4 +52,4 @@
52
'execute_combined_approaches',
53
'execute_parallel_approaches',
54
'generate_streaming_response',
55
-]
+]
setup.py
@@ -3,7 +3,7 @@
setup(
name="optillm",
- version="0.1.1",
+ version="0.1.14",
packages=find_packages(include=['optillm', 'optillm.*']), # This ensures all subpackages are included
py_modules=['optillm'],
9
package_data={
0 commit comments