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.
- Install the following dependencies: - 
brew install pkgx || curl https://pkgx.sh | sh 
- 
curl -LsSf https://astral.sh/uv/install.sh | sh source $HOME/.local/bin/env 
- 
uv tool install -U "huggingface_hub[cli]" hf auth login 
 
- 
- 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.