From 9f130b07ed8de6088272868243f99cfe6abb8162 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Thu, 27 Feb 2025 13:43:14 -0500 Subject: [PATCH] fix qcoro infinite recursion --- .gitmodules | 2 +- deps/qcoro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b05f9476..9549e256 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,4 +25,4 @@ url = https://github.com/nlohmann/json.git [submodule "gpt4all-backend/deps/qcoro"] path = deps/qcoro - url = https://github.com/qcoro/qcoro.git + url = https://github.com/nomic-ai/qcoro.git diff --git a/deps/qcoro b/deps/qcoro index 02823159..4405cc1e 160000 --- a/deps/qcoro +++ b/deps/qcoro @@ -1 +1 @@ -Subproject commit 028231590278289669c8a28d2d2e03349b76a697 +Subproject commit 4405cc1ee8d9fae6dcd0dd4aed26429ea9b3fc21