명령어
전체 레퍼런스를 볼 명령어를 고르세요.
각 페이지는 명령이 무엇을 위한 것이고 언제 쓰는지, 모든 옵션, 실제 예제 5개, 실제 캡처한 실행 결과, 그리고 실제로 출력되는 에러와 대처법까지 다룹니다.
모델 실행하기
설치한 모델 관리
하드웨어와 적합성 확인
품질과 속도 측정
복구와 유지보수
omm 설정
CLI가 가진 모든 명령어
omm이 직접 출력하는 도움말에서 그대로 가져옵니다. CLI에 명령이 추가되면 이 페이지를 고치지 않아도 여기에 나타납니다.
- omm benchmarkMeasure a small reproducible quality pack and decode speed.
- omm cleanupClean up leftover partial downloads and broken runner symlinks.
- omm contributeBenchmark models in a loop to improve `omm recommend`.
- omm doctorDiagnose the OMM install and Ollama links without changing state.
- omm engine하위 명령어 5개Inspect, install, update, and remove local AI runner programs.
- omm exportExport a hub model to `destination` for deployment or backup: a hard link when possible, otherwise a real copy. Never a symlink, so the exported file keeps working after `omm uninstall` or on another machine. Not tracked in the registry - uninstalling the source model never touches an exported copy. Also writes a provenance/checksum manifest sidecar next to it, so `omm import` on another machine (including an air-gapped one) can restore the source repo, version, and install date instead of treating the file as an anonymous import.
- omm fitShow whether a model fits this PC's memory right now - installed or not - as a bar over what other apps use, the OS reserve, and the install cap.
- omm helpShow help, same as --help.
- omm importAdopt .gguf files from other local AI apps into the omm hub.
- omm infoShow what a model is - source repo, version, size and linked-program run commands once installed, or author, downloads, license and architecture for a search result. `omm fit` is what tells you whether it runs here.
- omm installDownload a model into the central hub and link it into installed engines.
- omm linkLink models into every supported app, an arbitrary directory, or both scoped to a chosen subset of models.
- omm list별칭: lsShow models installed via omm and their linked status.
- omm logShow the local run log (~/.omm/logs/history.log).
- omm pinMark 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 recommendSuggest a model to install for this hardware.
- omm rollbackRestore a pinned model's archived version in place of the one currently installed. The version it replaces takes over the archive slot, so running `omm rollback` again swaps forward to it.
- omm runStart a chat with an installed model - Ollama chats right here in the terminal, KoboldCpp/text-generation-webui start with the model loaded, GUI apps are opened.
- omm scanSummarize memory, model storage, and installed local AI runners.
- omm searchSearch curated models, cached candidates, and HuggingFace by name.
- omm setting하위 명령어 11개View or change omm settings (telemetry, upload policy, version, calibration, catalog trust).
- omm setupRe-run the first-time setup wizard (hardware scan + engine checklist).
- omm tuneRecommend context, GPU offload, threads, and batch size for a model.
- omm uninstall별칭: rmUninstall a model and clean up all symlinks/manifests. Pass `all` to uninstall every model installed via omm.
- omm unlinkRemove one or more models' links from one runner (or every runner with --runner all) without touching the hub file or links into other runners.
- omm unpinUndo `omm pin`: a future `omm install --force` stops archiving this model, and any version already archived for it is deleted. Run `omm rollback` first if you might still want that archived version.
- omm updateReinstall omm from the latest source and refresh its data.
- omm upgrade별칭: upLook for a better model than the ones already installed - a newer curated successor, or a higher-quality quantization from the same repo that still fits this machine's memory - and install the ones you approve. With no argument (or `all`), scans every model installed via omm.
- omm verifyProve that an installed model can load and return local text.
omm 0.3.101 기준으로 내보낸 내용입니다.