Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions tools/omni_deploy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# MiniCPM-o Omni One-Click Bootstrap

This folder provides a single-file bootstrap script for MiniCPM-o omni docker workflow.

## Files

- `bootstrap_minicpm_omni.sh`: main one-click bootstrap script

## Quick Start (Linux/macOS)

```bash
cd tools/omni_deploy
chmod +x bootstrap_minicpm_omni.sh
./bootstrap_minicpm_omni.sh --source cn --ask-sudo
```

## Notes

- `--source` supports `cn` and `global`.
- Script prefers downloading files to current workspace.
- sudo password is local-only, memory-only, never written to disk.
- If `omni_docker/` is missing, script can download `omni_docker.zip` by URL or Google Drive file-id.
Loading