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 3a71484 commit 9004242Copy full SHA for 9004242
setup.py
@@ -7,6 +7,7 @@
7
py_modules=['optillm'],
8
package_data={
9
'optillm': ['plugins/*.py'], # Include plugin files
10
+ 'optillm': ['cepo/configs/*.yaml'], # Include yaml files in the package
11
},
12
include_package_data=True, # This is important
13
install_requires=[
0 commit comments