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 31fa03c commit 8735e63Copy full SHA for 8735e63
pyproject.toml
@@ -1,11 +1,17 @@
1
[project]
2
name = "finetrainers-ui"
3
-version = "0.9.1"
+version = "0.9.3"
4
dependencies = [
5
"gradio",
6
"torch>=2.4.1"
7
]
8
+description = "A gradio based ui for training video transformer models with finetrainers as backend"
9
+readme = "README.md"
10
+license = {file = "LICENSE"}
11
12
13
[project.urls]
-Homepage = "https://github.com/neph1/finetrainers-ui"
14
+Repository = "https://github.com/neph1/finetrainers-ui"
15
+
16
+[tool.setuptools]
17
+packages = ["tabs", "config"]
0 commit comments