From a634950abd9b3ec67387d875843220a6f21111e0 Mon Sep 17 00:00:00 2001 From: Stella Biderman Date: Fri, 13 Mar 2026 01:02:18 -0400 Subject: [PATCH] Update remote install URL to StellaAthena fork --- obliteratus/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obliteratus/remote.py b/obliteratus/remote.py index 960c7ad..4254ad3 100644 --- a/obliteratus/remote.py +++ b/obliteratus/remote.py @@ -193,7 +193,7 @@ class RemoteRunner: self.on_log("Installing obliteratus on remote...") install_cmd = ( f"{self.config.python} -m pip install --quiet " - f"git+https://github.com/EleutherAI/OBLITERATUS.git" + f"git+https://github.com/StellaAthena/OBLITERATUS.git" ) rc = self.run_ssh(install_cmd, stream=True, timeout=self.config.install_timeout) if rc != 0: