A municipal print-shop lab finishes a parameter-efficient run and tries to check in a full copy of the base model as the result. What should the run record as output?
Select an answer to reveal the explanation.
Short Explanation
A PEFT run’s output is the small adapter plus the base model id. Checking in a second full copy of the foundation model wastes space and hides what changed. A Triton repository and an NCCL dump are not that artifact.
Full Explanation
A parameter-efficient run produces a small adapter plus the identity of the frozen base, not a second full foundation-model copy. Checking in the entire base as the result wastes storage and hides what actually changed. Serving repositories and Professional collectives are not the experimental artifact. Associate logging names the adapter and the base together.