Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 322 Bytes

adding_new_model.md

File metadata and controls

11 lines (6 loc) · 322 Bytes

Add a new model

Step 1: Add the model loading and inference code

Example: SALMONN, Whisper+LLAMA

Step 2: Add the model to the evaluation script

Example: Unified model inference code

Step 3: That's it! You can now evaluate the model using the evaluation script!