Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evals/auto_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def maybe_refresh_consumers(args) -> None:
if not args.consumer_pythons:
return
pythons = [p.strip() for p in args.consumer_pythons.split(",") if p.strip()]
pkg_url = "git+https://github.com/vibeforge1111/spark-character.git@master"
pkg_url = "git+https://github.com/vibeforge1111/spark-character.git@11c1d2da976b114e1320ff80a30c67c11f885913"
for py in pythons:
try:
print(f"[auto_loop] refreshing consumer: {py}", flush=True)
Expand Down
2 changes: 1 addition & 1 deletion evals/lowest_tier_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def fire_evolution(
subprocess.run(
[py, "-m", "pip", "install", "--upgrade", "--force-reinstall",
"--no-deps",
"git+https://github.com/vibeforge1111/spark-character.git@master",
"git+https://github.com/vibeforge1111/spark-character.git@11c1d2da976b114e1320ff80a30c67c11f885913",
"-q"],
timeout=180,
check=False,
Expand Down
Loading