๐ฆ 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_5directory.
-
๐ฆ Installing Eagle
Install Eagle and all necessary dependencies. -
๐ Preparing Data
Prepare your dataset in the required format. -
๐ช Starting Training
Train the Eagle model using your prepared data. -
โจ Launching Streamlit Demo
Run an interactive Streamlit demo to visualize results. -
๐ฎ Model Inference
Perform inference using the trained model.
๐ Others
- ๐ Explain Script Arguments
- ๐ How to Use Lmdb
- ๐ TensorRT-LLM Deployment