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