Installation#

Follow these steps to install system dependencies and clone the Cosmos-Reason1 repository from GitHub.

Note

Ensure you have the necessary hardware and software prerequisites before installation.

  1. Install the following dependencies:

    1. pkgx

      brew install pkgx || curl https://pkgx.sh | sh
      
    2. uv

      curl -LsSf https://astral.sh/uv/install.sh | sh
      source $HOME/.local/bin/env
      
    3. Hugging Face CLI

      uv tool install -U "huggingface_hub[cli]"
      hf auth login
      
  2. Clone the Cosmos-Reason1 repository:

    git clone https://github.com/nvidia-cosmos/cosmos-reason1.git
    cd cosmos-reason1
    

Next Steps#

Follow the steps in the Reason1 Quickstart Guide to get started running inference with the Cosmos-Reason1-7B model.