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 e60cfa2 commit ad311a0Copy full SHA for ad311a0
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "modelforge-finetuning"
3
-version = "2.0.1"
+version = "2.0.2"
4
description = "ModelForge: A no-code toolkit for fine-tuning HuggingFace models"
5
authors = [
6
{name = "R3tr0 M1ll3r", email = "r3tr0.m1ll3r@gmail.com"},
@@ -61,3 +61,6 @@ include-package-data = true
61
"*__pycache__*",
62
"*.pyc"
63
]
64
+
65
+[project.urls]
66
+Documentation = "https://modelforge.readthedocs.io"
0 commit comments