mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-07-25 13:20:57 +02:00
Update remote install URL to StellaAthena fork
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user