998 B
998 B
Project Operating Notes
Remote experiment host
- Default experiment machine:
dash0. - Hardware expectation: 8 NVIDIA H20 GPUs.
- SSH check: use
ssh dash0before scheduling or debugging remote runs. - Remote project path:
/home/admin/cpfs/wjh/aituner/aituner. - If remote downloads are slow or fail, start the proxy from the remote
wjhhome directory with./auto_proxy.sh, then run downloads in a shell whereproxyOnfrom~/.bashrchas been applied. Ifautosshis unavailable,ssh -Nf proxyprovides the same local127.0.0.1:11235tunnel.
Local/remote sync workflow
- Treat this local repository and the
dash0repository as the same project checkout. - Synchronize code through Git using
commit,push, andpull. - For remote experiments, commit local changes, push to
origin, then pull ondash0in/home/admin/cpfs/wjh/aituner/aitunerbefore running. - Do not ask for the remote host or project path again unless the user explicitly changes them.