Skip to content

fix(scripts): default remote GPU helpers to index 5 (#33)#229

Open
RealDiligent wants to merge 1 commit into
mini-router:mainfrom
RealDiligent:fix/critical-issue-gpu5-default-scripts-v3
Open

fix(scripts): default remote GPU helpers to index 5 (#33)#229
RealDiligent wants to merge 1 commit into
mini-router:mainfrom
RealDiligent:fix/critical-issue-gpu5-default-scripts-v3

Conversation

@RealDiligent

Copy link
Copy Markdown
Contributor

Summary

Fixes #33 (resubmits closed #137/#141/#146 after the infra auto-close bug was fixed on main).

Remote helper scripts defaulted TRINITY_GPU_INDEX to 0 when unset, while validator config and secrets.env.example standardize on GPU 5.

This PR changes the shell fallbacks to :-5 in setup_remote.sh, run_remote.sh, and remote_env.sh, and adds a regression test.

Test plan

  • test_setup_remote_defaults_to_gpu_five_when_unset
  • CI green
  • MiniRouter / submission stays pending (infra PR, not a miner submission)

@github-actions github-actions Bot added docs Documentation changes eval Evaluation changes train Training or routing changes labels Jul 20, 2026
Align setup_remote, run_remote, and remote_env fallbacks with
DEFAULT_TRINITY_GPU_INDEX so unset TRINITY_GPU_INDEX no longer pins jobs to GPU 0.

Co-authored-by: Cursor <cursoragent@cursor.com>
@RealDiligent

Copy link
Copy Markdown
Contributor Author

Resubmit of #33 after the infra auto-close bug was fixed on main. CI green + MERGEABLE. Ready for review/merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation changes eval Evaluation changes train Training or routing changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default remote helper scripts to GPU 5 instead of GPU 0

1 participant