Skip to content

Commit

Permalink
Merge pull request #92 from codelion/add-bitsandbytes-dependency
Browse files Browse the repository at this point in the history
add dependency and bump version
  • Loading branch information
codelion authored Nov 13, 2024
2 parents d9d7b86 + 016be16 commit 38504ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ nbformat
nbconvert
ipython
ipykernel
peft
peft
bitsandbytes
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="optillm",
version="0.0.11",
version="0.0.12",
packages=find_packages(),
py_modules=['optillm'],
package_data={
Expand Down Expand Up @@ -32,6 +32,7 @@
"ipython",
"ipykernel",
"peft",
"bitsandbytes",
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 38504ff

Please sign in to comment.