Skip to content

Commit ef0308d

Browse files
committed
fix dependencies
1 parent 7381008 commit ef0308d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ presidio_anonymizer
1818
nbformat
1919
nbconvert
2020
ipython
21-
ipykernel
21+
ipykernel
22+
peft

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="optillm",
5-
version="0.0.10",
5+
version="0.0.11",
66
packages=find_packages(),
77
py_modules=['optillm'],
88
package_data={
@@ -31,6 +31,7 @@
3131
"nbformat",
3232
"ipython",
3333
"ipykernel",
34+
"peft",
3435
],
3536
entry_points={
3637
'console_scripts': [

0 commit comments

Comments
 (0)