Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
SSH into instances and copy files with keyless authentication.
runcrate ssh <instance-name-or-id>
runcrate ssh my-gpu -- nvidia-smi runcrate ssh my-gpu -- python train.py runcrate ssh my-gpu -- df -h runcrate ssh my-gpu -- cat logs/train.log
cp
scp
# Upload a file runcrate cp ./model.pt instance:/root/ # Download a file runcrate cp instance:/root/results.csv ./ # Upload a directory runcrate cp -r ./my-project instance:/root/