๐Ÿฆ… Onboarding Eagle 2.5

October 25, 2025 ยท View on GitHub

This guide provides step-by-step instructions from the environment setup to the data preparation, training, and inference of the Eagle VLM.


๐Ÿ“‹ Main Steps

# Clone the repository
git clone -b main --single-branch https://github.com/NVlabs/Eagle.git

# Navigate to the working directory (Eagle 2.5)
cd Eagle/Eagle2_5

โš ๏ธ Note: All commands below should be executed within the Eagle/Eagle2_5 directory.

  1. ๐Ÿฆ… Installing Eagle
    Install Eagle and all necessary dependencies.

  2. ๐Ÿ“Š Preparing Data
    Prepare your dataset in the required format.

  3. ๐Ÿ’ช Starting Training
    Train the Eagle model using your prepared data.

  4. โœจ Launching Streamlit Demo
    Run an interactive Streamlit demo to visualize results.

  5. ๐Ÿ”ฎ Model Inference
    Perform inference using the trained model.


๐Ÿ“Ž Others