omm pin
Mark an installed model to be archived before its next `omm install --force`, so `omm rollback` can undo that reinstall afterwards. Nothing is copied yet - GGUFs are large, so the archive is only made right before the reinstall actually replaces the file, not at pin time. `omm install --force` still replaces a pinned model same as any other; pin only decides whether the version it replaces is kept.
omm pin --help가 출력하는 내용 그대로, CLI 소스에서 뽑아낸 것입니다.
사용법
omm pin [OPTIONS] {model_name}인자
model_name필수—
옵션
이 명령에는 자체 옵션이 없습니다.
공통 옵션
모든 omm 명령이 --json, --no-color, --quiet, -q, --yes, -y도 함께 받습니다. 명령마다 반복하지 않고 여기에 한 번만 적었습니다.
omm 0.3.101 기준으로 내보낸 내용입니다.