We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f610f67 commit 545a575Copy full SHA for 545a575
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "modelforge-finetuning"
3
-version = "3.0.3"
+version = "3.0.4"
4
description = "ModelForge: A no-code toolkit for fine-tuning HuggingFace models"
5
authors = [
6
{name = "R3tr0 M1ll3r", email = "r3tr0.m1ll3r@gmail.com"},
@@ -40,6 +40,10 @@ cli = [
40
"ipywidgets>=8.0.0",
41
"ipython>=8.0.0",
42
]
43
+unsloth = [
44
+ "unsloth",
45
+ "bitsandbytes==0.45.3",
46
+]
47
48
[tool.setuptools.packages.find]
49
where = ["."]
0 commit comments