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 7381008 commit ef0308dCopy full SHA for ef0308d
requirements.txt
@@ -18,4 +18,5 @@ presidio_anonymizer
18
nbformat
19
nbconvert
20
ipython
21
-ipykernel
+ipykernel
22
+peft
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="optillm",
5
- version="0.0.10",
+ version="0.0.11",
6
packages=find_packages(),
7
py_modules=['optillm'],
8
package_data={
@@ -31,6 +31,7 @@
31
"nbformat",
32
"ipython",
33
"ipykernel",
34
+ "peft",
35
],
36
entry_points={
37
'console_scripts': [
0 commit comments