# Session 3 Sample: Model Discovery and Quick Bench A simple tool to list models and launch one with detailed logs. ## Run (cmd.exe) ```cmd cd Module08 .\.venv\Scripts\activate samples\03\list_and_bench.cmd ``` ## References - Foundry Local CLI reference: https://learn.microsoft.com/azure/ai-foundry/foundry-local/reference/reference-cli - Foundry Local GitHub: https://github.com/microsoft/Foundry-Local ---