Skip to content

Commit

Permalink
Bump spandrel to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Mar 6, 2024
1 parent 9d373b4 commit 0d2eb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/spandrel/spandrel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Spandrel is a library for loading and running pre-trained PyTorch models. It automatically detects the model architecture and hyper parameters from model files, and provides a unified interface for running models.
"""

__version__ = "0.2.2"
__version__ = "0.3.0"

from .__helpers.canonicalize import canonicalize_state_dict
from .__helpers.loader import ModelLoader
Expand Down

0 comments on commit 0d2eb09

Please sign in to comment.