Update remote install URL to StellaAthena fork

This commit is contained in:
Stella Biderman
2026-03-13 01:02:18 -04:00
parent b23d989824
commit a634950abd
+1 -1
View File
@@ -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: