Examples
Tutorial¶
Our short tutorial, Taking a random walk, introduces core ado
concepts and is the recommend place to start.
General Examples¶
The following examples illustrate general features of ado
. They build on the concepts learned in the tutorial and leverage pre-existing data and/or toy measurements so they run quickly.
- Search a space with an optimizer
- Search a space based on a custom objective function
- Identify the important dimensions of a space
After following these examples you can also try applying capabilities learned in one example to another.
Foundation Models Characterization¶
The following examples illustrate using the vllm_performance and SFTTrainer actuators which provide benchmarking experiments for foundation model inference and fine-tuning respectively.
Adding experiments or analysis tools to ado
¶
The search a space based on a custom objective function example, combines with the creating a custom experiment documentation to illustrate a simple method for adding your own experiments to ado
.
For adding actuators, we provide an example template actuator repository that can be used with our documentation on writing actuators.
For adding operators, we have an example template operator repository that can be used with our documentation on writing operators.
What's next¶
-
Learn about Core Concepts
Find out more about the core concepts underpinning ado.
-
Extend ado with new Actuators
Learn about how ado can be extended with custom Actuators that provide ability to run experiments in new domains.