Skip to content

Commit

Permalink
Update requirements to have bitsandbytes min and dolomite min (#153)
Browse files Browse the repository at this point in the history
* Update requirements-cuda.txt to have bitsandbytes min

Signed-off-by: Mustafa Eyceoz <[email protected]>

* Update requirements.txt for dolomite min

Signed-off-by: Mustafa Eyceoz <[email protected]>

---------

Signed-off-by: Mustafa Eyceoz <[email protected]>
  • Loading branch information
Maxusmusti authored Jul 25, 2024
1 parent 9fdeb87 commit eea8521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flash-attn>=2.4.0
bitsandbytes
bitsandbytes>=0.43.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ numba
numpy>=1.23.5,<2.0.0 ; python_version == '3.10'
numpy>=1.26.4,<2.0.0 ; python_version != '3.10'
rich
instructlab-dolomite
instructlab-dolomite>=0.1.1
trl>=0.9.4
peft
pydantic>=2.7.0
Expand Down

0 comments on commit eea8521

Please sign in to comment.