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 8222d3f commit fbf136aCopy full SHA for fbf136a
finetrainers/__init__.py
@@ -5,4 +5,4 @@
5
from .trainer import ControlTrainer, SFTTrainer
6
7
8
-__version__ = "0.1.0"
+__version__ = "0.2.0"
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="finetrainers",
12
- version="0.1.0",
+ version="0.2.0",
13
description="Finetrainers is a work-in-progress library to support (accessible) training of diffusion models",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
0 commit comments