diff --git a/pybuda/api.md b/pybuda/api.md index 9a79f7075..94a4dbb48 100644 --- a/pybuda/api.md +++ b/pybuda/api.md @@ -1,9 +1,9 @@ # API Reference ## Python Runtime API - -| [`run_inference`](#pybuda.run_inference)([module, inputs, input_count, ...]) | Main "run" function for inference. | +| | | |----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| +| [`run_inference`](#pybuda.run_inference)([module, inputs, input_count, ...]) | Main "run" function for inference. | | [`run_training`](#pybuda.run_training)([epochs, steps, ...]) | Main "run" function for training. | | [`initialize_pipeline`](#pybuda.initialize_pipeline)(training[, ...]) | Initialize the pipeline to run inference and training through manual run_forward, run_backward, run_optimizer, etc. | | [`run_forward`](#pybuda.run_forward)([input_count, \_sequential]) | Run forward passes on the pre-compiled and initialized pipeline of devices. |