Skip to content

Commit 545a575

Browse files
committed
version bump
1 parent f610f67 commit 545a575

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "modelforge-finetuning"
3-
version = "3.0.3"
3+
version = "3.0.4"
44
description = "ModelForge: A no-code toolkit for fine-tuning HuggingFace models"
55
authors = [
66
{name = "R3tr0 M1ll3r", email = "r3tr0.m1ll3r@gmail.com"},
@@ -40,6 +40,10 @@ cli = [
4040
"ipywidgets>=8.0.0",
4141
"ipython>=8.0.0",
4242
]
43+
unsloth = [
44+
"unsloth",
45+
"bitsandbytes==0.45.3",
46+
]
4347

4448
[tool.setuptools.packages.find]
4549
where = ["."]

0 commit comments

Comments
 (0)