From 51962f5836a74df5a161210457059778fbb253f7 Mon Sep 17 00:00:00 2001 From: Joey Ballentine <34788790+joeyballentine@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:49:14 -0500 Subject: [PATCH 1/2] Update README.md (#3076) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea3c11e9f..649845e11 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ For help, suggestions, or just to hang out, you can join the [chaiNNer Discord s Remember: chaiNNer is still a work in progress and in alpha. While it is slowly getting more to where we want it, it is going to take quite some time to have every possible feature we want to add. If you're knowledgeable in TypeScript, React, or Python, feel free to contribute to this project and help us get closer to that goal. +Note: As of right now, chaiNNer is not under active development. This may resume in the future, but at the moment there is no active dev work aside from community contributions via PRs. + ## Installation Download the latest release from the [Github releases page](https://github.com/chaiNNer-org/chaiNNer/releases) and run the installer best suited for your system. Simple as that. From 4f056759bda3ef1bb0c66c88d033970667cf6947 Mon Sep 17 00:00:00 2001 From: the-database <25811902+the-database@users.noreply.github.com> Date: Sat, 25 Jan 2025 18:16:50 -0500 Subject: [PATCH 2/2] update spandrel to 0.4.1 (#3082) --- backend/src/packages/chaiNNer_pytorch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/packages/chaiNNer_pytorch/__init__.py b/backend/src/packages/chaiNNer_pytorch/__init__.py index 9e383084a..f93775ac1 100644 --- a/backend/src/packages/chaiNNer_pytorch/__init__.py +++ b/backend/src/packages/chaiNNer_pytorch/__init__.py @@ -98,7 +98,7 @@ def get_pytorch(): Dependency( display_name="Spandrel", pypi_name="spandrel", - version="0.4.0", + version="0.4.1", size_estimate=264 * KB, ), Dependency(