Skip to content

Instantly share code, notes, and snippets.

@krcm0209
Last active February 4, 2026 16:37
Show Gist options
  • Select an option

  • Save krcm0209/94d774572b4f80fbf2a516bb36fadfe3 to your computer and use it in GitHub Desktop.

Select an option

Save krcm0209/94d774572b4f80fbf2a516bb36fadfe3 to your computer and use it in GitHub Desktop.
Install microsoft/OmniParser on Apple Silicon macOS

As of 2026-02-04, targeting OmniParser version 2.0.1

  1. Install Conda for macOS: https://www.anaconda.com/docs/getting-started/miniconda/install#macos-2
  2. Install the Huggingface CLI: https://huggingface.co/docs/huggingface_hub/en/guides/cli
  3. Follow Install instructions from https://github.com/microsoft/OmniParser
    • In the command to download the V2 model weights, replace huggingface-cli download with hf download
  4. Manually downgrade paddleocr and transformers
    pip install paddleocr==2.7.3
    pip install transformers==4.49.0
    
  5. Run python gradio_demo.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment