mirror of
https://github.com/runpod/runpod-plugins-official.git
synced 2026-09-14 18:44:38 +08:00
c4c8f9ccb2
* test(runpodctl): add eval scenarios for skill behavior Add 7 .eval.md scenarios covering autoscaling (v2.3 scale-by/scale-threshold), pod auto-terminate, SSH connect, CPU pod creation, template+volume pods, Hub serverless deploy, and image->template->serverless. The Hub scenario encodes the GPU pool-id gotcha found via live testing (runpod/runpodctl#287). * docs(runpodctl): document --model-reference (model cache) for serverless create Adds the --model-reference flag (released in runpodctl v2.4.0) to the serverless section: an example plus a 'Model cache' note covering the HF cache path, the template-id + GPU-only constraints, and repeatability. Verified end-to-end against the live API (create attaches the model and resolves the ref to a commit SHA).