From 4ae5079a82ba965b42c802ed5ad7c1d16ee6bf0b Mon Sep 17 00:00:00 2001 From: aweinstein-groq <116768845+aweinstein-groq@users.noreply.github.com> Date: Tue, 24 Jan 2023 16:21:04 -0800 Subject: [PATCH] Update user_guide.md --- docs/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index d3e4f07..a44da90 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -20,7 +20,7 @@ The following reviews the different functionality provided by GroqFlow. - [GroqModel Class](#groqmodel-class) - [GroqModel Specializations](#groqmodel-specializations) - [Calling an Inference](#inference-forward-pass) - - [Benchmarking the Model](#benchmark) + - [Benchmarking the Model](#benchmarking-the-model) - [Netron](#netron) - [Open a GroqView Visualization](#open-a-groqview-visualization) - [Concepts](#concepts) @@ -434,7 +434,7 @@ See: `examples/pytorch/run_abunch.py` --- -### Performance Estimation +### Benchmarking the Model `GroqModel` provides a method, `GroqModel.estimate_performance()`, to help you understand the throughput and latency of your build. We implemented this method because `GroqModel` is not yet optimized for your performance.